Alpaquita LinuxStreamSecurity Advisory
Search Cve

CVE-2025-4516

Published: May 17, 2025Last modified: July 22, 2025

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.

Status

ProductReleasePackageStatus
Alpaquita Linux23 LTSpython3Fixed (3.11.12-r1)
Streampython3Fixed (3.12.10-r1)
Hardened Containers23 LTSpython3Fixed (3.11.12-r1)
Streampython3Fixed (3.12.10-r1)

References

Published BELL-SAs

ON THIS PAGE