THREATOPS
THREAT OPSThreat News › [NVD] CVE-2025-4516 — 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 th

[NVD] CVE-2025-4516 — 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 th

lownvdPublished 2025-05-15

CVE-2025-4516 CVSS: None Published: 2025-05-15T14:15:31.753

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 DecodeE

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2025-4516