漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
漏洞
N/A
漏洞信息
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.
漏洞信息
N/A
漏洞
N/A
漏洞
Python 安全漏洞
漏洞信息
Python是Python基金会的一套开源的、面向对象的程序设计语言。该语言具有可扩展、支持模块和包、支持多种平台等特点。 Python 3.11.4版本及之前版本存在安全漏洞,该漏洞源于 email.utils.parseaddr 函数在解析特殊处理的参数时会发生递归异常。email.utils.parseaddr 函数在 Python email 包的文档中被归类为旧版 API,应用程序应该使用 email.parser.BytesParser 或 email.parser.Parser 类。
漏洞信息
N/A
漏洞
N/A