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.
| Vendor | Product | Versions |
|---|---|---|
| python software foundation | python | 0, 3.14.0, 3.15.0a1 |
Downstream vendors/products affected by this vulnerability
| Vendor | Product | Source | Confidence |
|---|---|---|---|
| open source | python | cert_advisory | 90% |
Updated severity to MEDIUM, marked exploit as available and actively exploited, and added new tag for DoS.
Updated severity to HIGH, marked exploit as available, and added affected version 3.16.0 and CVE-2026-9669 tag.
Initial creation