CVE-2026-9669

Published: June 11, 2026Last modified: June 17, 2026

Description

bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data.

Status

ProductReleasePackageStatus
Alpaquita Linux23 LTSpython3Fixed (3.11.15-r4)
25 LTSpython3Fixed (3.12.13-r4)
Streampython3Fixed (3.14.5-r2)
Hardened Containers23 LTSpython3Fixed (3.11.15-r4)
25 LTSpython3Fixed (3.12.13-r4)
Streampython3Fixed (3.14.5-r2)

References

ON THIS PAGE