2023-06-25 20:00:30 +00:00
{
"id" : "CVE-2023-36632" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2023-06-25T18:15:09.313" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:10:07.813" ,
2023-11-07 21:03:21 +00:00
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [
{
"sourceIdentifier" : "cve@mitre.org" ,
"tags" : [
"disputed"
]
}
] ,
2023-06-25 20:00:30 +00:00
"descriptions" : [
{
"lang" : "en" ,
2023-11-07 21:03:21 +00:00
"value" : "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."
2023-06-25 20:00:30 +00:00
}
] ,
2023-07-06 16:00:33 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH" ,
2023-07-06 16:00:33 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-07-06 16:00:33 +00:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-674"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*" ,
"versionEndIncluding" : "3.11.4" ,
"matchCriteriaId" : "FBFABA38-746A-451D-A9DB-8AF31A4AE9B3"
}
]
}
]
}
] ,
2023-06-25 20:00:30 +00:00
"references" : [
{
"url" : "https://docs.python.org/3/library/email.html" ,
2023-07-06 16:00:33 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Product"
]
2023-06-25 20:00:30 +00:00
} ,
{
"url" : "https://docs.python.org/3/library/email.utils.html" ,
2023-07-06 16:00:33 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Product"
]
2023-06-25 20:00:30 +00:00
} ,
{
"url" : "https://github.com/Daybreak2019/PoC_python3.9_Vul/blob/main/RecursionError-email.utils.parseaddr.py" ,
2023-07-06 16:00:33 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Product"
]
2023-06-29 14:00:35 +00:00
} ,
{
"url" : "https://github.com/python/cpython/issues/103800" ,
2023-07-06 16:00:33 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Exploit" ,
"Issue Tracking"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://docs.python.org/3/library/email.html" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Product"
]
} ,
{
"url" : "https://docs.python.org/3/library/email.utils.html" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Product"
]
} ,
{
"url" : "https://github.com/Daybreak2019/PoC_python3.9_Vul/blob/main/RecursionError-email.utils.parseaddr.py" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Product"
]
} ,
{
"url" : "https://github.com/python/cpython/issues/103800" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Issue Tracking"
]
2023-06-25 20:00:30 +00:00
}
]
}