Vulnerability Description
The poplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.
Related Weaknesses (CWE)
References
- https://github.com/python/cpython/commit/b234a2b67539f787e191d2ef19a7cbdce32874e
- https://github.com/python/cpython/issues/143923
- https://github.com/python/cpython/pull/143924
- https://mail.python.org/archives/list/[email protected]/thread/CBFBOW
FAQ
What is CVE-2025-15367?
CVE-2025-15367 is a documented vulnerability. The poplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.
How severe is CVE-2025-15367?
CVSS scoring is not yet available for CVE-2025-15367. Check NVD for updates.
Is there a patch for CVE-2025-15367?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.