CVE-2025-4516

CVE-2025-4516 is a medium-severity vulnerability with a CVSS 4.0 base score of 5.9. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-416.

Key facts

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.

Frequently asked questions

What is 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 the bytes.decode() call in a try-except catching the DecodeError.
How severe is CVE-2025-4516?
CVE-2025-4516 has a CVSS 4.0 base score of 5.9, rated medium severity.
Is CVE-2025-4516 being actively exploited?
It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (7th percentile), an estimate of the probability of exploitation in the next 30 days.
How do I fix CVE-2025-4516?
Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
Does CVE-2025-4516 have an EU (EUVD) identifier?
Yes. CVE-2025-4516 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2025-15156.
When was CVE-2025-4516 published?
CVE-2025-4516 was published on 2025-05-15 and last updated on 2026-06-17.

References

Other CWE-416 (Use After Free) vulnerabilities

Browse all CWE-416 (Use After Free) vulnerabilities →