Library uses sprintf all over the place which does no max length checking. Supplying a ca_cert_path beyond 64 characters buffer-overflows the buf variable and subsequently cmd.
There are 104 usages of sprintf in the library, many of which might be similiarly vulnerable.
Library uses
sprintf
all over the place which does no max length checking. Supplying aca_cert_path
beyond 64 characters buffer-overflows thebuf
variable and subsequentlycmd
.There are 104 usages of
sprintf
in the library, many of which might be similiarly vulnerable.