漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Use-after-free in "unicode_escape" decoder with error handler
Vulnerability Description
There is an issue in CPython when using `bytes.decode("unicode_escape", error="ignore|replace")`. If you are not using the "unicode_escape" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.
CVSS Information
N/A
Vulnerability Type
释放后使用
Vulnerability Title
Python 资源管理错误漏洞
Vulnerability Description
Python是Python基金会的一套开源的、面向对象的程序设计语言。该语言具有可扩展、支持模块和包、支持多种平台等特点。 Python存在资源管理错误漏洞,该漏洞源于使用bytes.decode(unicode_escape)时错误处理不当,可能导致解码错误。
CVSS Information
N/A
Vulnerability Type
N/A