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.
CVE ID: CVE-2025-4516
CVSS Base Severity: MEDIUM
CVSS Base Score: 5.9
CVSS Vector: CVSS:4.0/AV:L/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Vendor: Python Software Foundation
Product: CPython
EPSS Score: 0.02% (probability of being exploited)
EPSS Percentile: 3.15% (scored less or equal to compared to others)
EPSS Date: 2025-06-13 (when was this score calculated)