Uncontrolled Recursion Affecting platform-python-debug package, versions *
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-RHEL8-PLATFORMPYTHONDEBUG-5751123
- published 3 Jul 2023
- disclosed 25 Jun 2023
Introduced: 25 Jun 2023
CVE-2023-36632 Open this link in a new tabHow to fix?
There is no fixed version for RHEL:8
platform-python-debug
.
NVD Description
Note: Versions mentioned in the description apply only to the upstream platform-python-debug
package and not the platform-python-debug
package as distributed by RHEL
.
See How to fix?
for RHEL:8
relevant fixed versions and status.
The legacy email.utils.parseaddr function in Python through 3.11.4 allows attackers to trigger "RecursionError: maximum recursion depth exceeded while calling a Python object" via a crafted argument. This argument is plausibly an untrusted value from an application's input data that was supposed to contain a name and an e-mail address. NOTE: email.utils.parseaddr is categorized as a Legacy API in the documentation of the Python email package. Applications should instead use the email.parser.BytesParser or email.parser.Parser class. NOTE: the vendor's perspective is that this is neither a vulnerability nor a bug. The email package is intended to have size limits and to throw an exception when limits are exceeded; they were exceeded by the example demonstration code.