You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: