一、 漏洞 CVE-2023-36632 基础信息
漏洞标题
N/A
来源:AIGC 神龙大模型
漏洞描述信息
Python 3.11.4 及以上版本的 email.utils.parseaddr 函数允许攻击者通过构造合适的参数来触发 "RecursionError: maximum recursion depth exceeded while calling a Python object" 的错误。这个参数可能是应用程序输入数据中的一个未授权的值,其中包含一个名字和一个电子邮件地址。请注意:email.utils.parseaddr 在 Python email 包的文档中被归类为 Legacy API。应用程序应该使用 email.parser.BytesParser 或 email.parser.Parser 类。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
未经控制的递归
来源:AIGC 神龙大模型
漏洞标题
N/A
来源:美国国家漏洞数据库 NVD
漏洞描述信息
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.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Python 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Python是Python基金会的一套开源的、面向对象的程序设计语言。该语言具有可扩展、支持模块和包、支持多种平台等特点。 Python 3.11.4版本及之前版本存在安全漏洞,该漏洞源于 email.utils.parseaddr 函数在解析特殊处理的参数时会发生递归异常。email.utils.parseaddr 函数在 Python email 包的文档中被归类为旧版 API,应用程序应该使用 email.parser.BytesParser 或 email.parser.Parser 类。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2023-36632 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2023-36632 的情报信息