Performance Degradation Vulnerability in Python Environment Variables
CVE-2025-6075
1.8LOW
What is CVE-2025-6075?
This vulnerability pertains to the Python programming language's os.path.expandvars() function, which processes environment variables. If a user is able to control the value passed to this function, it may lead to significant performance degradation during the expansion of these environment variables. This potential issue emphasizes the importance of validating user inputs to ensure efficient operation and maintain system performance.
Affected Version(s)
CPython 0 < 3.15.0
