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.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/4xxx/CVE-2025-4516.json",
"cna_assigner": "PSF",
"cwe_ids": [
"CWE-416"
]
}{
"extracted_events": [
{
"introduced": "0"
},
{
"fixed": "3.10.18"
},
{
"introduced": "3.11.0"
},
{
"fixed": "3.11.13"
},
{
"introduced": "3.12.0"
},
{
"fixed": "3.12.11"
},
{
"introduced": "3.13.0"
},
{
"fixed": "3.13.4"
},
{
"introduced": "3.14.0a1"
},
{
"fixed": "3.14.0b2"
}
],
"source": [
"AFFECTED_FIELD",
"REFERENCES"
]
}