Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
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