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.
System detected CVE-2025-4516
System updated the risk assessment from 0 to 0.52
System recalculated raw risk assessment
System updated the risk assessment from 0 to 0.52
System recalculated raw risk assessment
System updated the risk assessment from 0 to 0.52
System recalculated raw risk assessment
System fixed CVE-2025-4516
System fixed CVE-2025-4516
System fixed CVE-2025-4516
System detected CVE-2025-4516 with a risk of 0.52
Add a comment
Affected component
debian/python3.11