Vulnerability Description
A command injection vulnerability in FTP-Flask-python through 5173b68 allows unauthenticated remote attackers to execute arbitrary OS commands. The /ftp.html endpoint's "Upload File" action constructs a shell command from the ftp_file parameter and executes it using os.system() without sanitization or escaping.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://gist.github.com/Spendroslav/1c0c6a6556992291b19c3178e3cb5885
- https://github.com/ajaypp123/FTP-Flask-python/blob/5173b6828244ff9729fa29cc144d7
FAQ
What is CVE-2025-57633?
CVE-2025-57633 is a vulnerability with a CVSS score of 9.8 (CRITICAL). A command injection vulnerability in FTP-Flask-python through 5173b68 allows unauthenticated remote attackers to execute arbitrary OS commands. The /ftp.html endpoint's "Upload File" action constructs...
How severe is CVE-2025-57633?
CVE-2025-57633 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2025-57633?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.