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
{{ message }}
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
toctou: Calling function fopen that uses local after a check function. This can cause a time-of-check, time-of-use race condition
An attacker could change the filename's file association or other attributes between the check and use.
In recvrequest: A check occurs on a file's attributes before the file is used in a privileged operation, but things may have changed (CWE-367)
The text was updated successfully, but these errors were encountered:
ftp/ftp.c#L784
ftp/ftp.c#L876
An attacker could change the filename's file association or other attributes between the check and use.
In
recvrequest
: A check occurs on a file's attributes before the file is used in a privileged operation, but things may have changed (CWE-367)The text was updated successfully, but these errors were encountered: