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
No CVSS.
References
Configurations
No configuration.
History
19 May 2025, 10:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
16 May 2025, 18:16
Type | Values Removed | Values Added |
---|---|---|
References |
|
16 May 2025, 14:43
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
15 May 2025, 14:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-05-15 14:15
Updated : 2025-05-19 10:15
NVD link : CVE-2025-4516
Mitre link : CVE-2025-4516
CVE.ORG link : CVE-2025-4516
JSON object : View
Products Affected
No product.
CWE
CWE-416
Use After Free