Command Injection Vulnerability in Python's poplib Module
CVE-2025-15367
5.9MEDIUM
What is CVE-2025-15367?
The poplib module in Python is vulnerable to command injection if it processes user-controlled commands without proper validation. Attackers can exploit this vulnerability by injecting additional malicious commands using newline characters. The recommended mitigation involves rejecting commands that contain control characters, enhancing the security of applications utilizing the poplib module.
Affected Version(s)
CPython 0 < 3.15.0a6
