Beveiligingsadvies

CVE-2025-4516

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2025-05-15 13:29:20
Laatst bijgewerkt 2026-07-31 14:02:21
Toegewezen door PSF
CVSS-score 5.9
Status PUBLISHED

Beschrijving

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.