Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

debian логотип

CVE-2026-9669

Опубликовано: 08 июн. 2026
Источник: debian

Описание

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.

Пакеты

ПакетСтатусВерсия исправленияРелизТип
python3.14fixed3.14.6-1package
python3.13fixed3.13.14-1package
python3.13no-dsatrixiepackage
python3.11removedpackage
python3.11no-dsabookwormpackage
python3.9removedpackage
python3.9postponedbullseyepackage

Примечания

  • https://github.com/python/cpython/issues/150599

  • https://github.com/python/cpython/pull/150600

  • https://github.com/python/cpython/commit/d3ca26983dfbccdf609f24ff5877dc3118e4702d (3.15 branch)

  • https://github.com/python/cpython/commit/157a5df8cb5d82b33f918a7489e72ce95ceb12b6 (3.14 branch)

  • https://github.com/python/cpython/commit/619a12b2e545391dc436b3af79dda22337382a6f (3.13 branch)

Связанные уязвимости

ubuntu
около 2 месяцев назад

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.

CVSS3: 5.9
redhat
около 2 месяцев назад

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.

nvd
около 2 месяцев назад

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.

msrc
около 1 месяца назад

bz2.BZ2Decompressor reuse after error can cause a stack buffer overflow

github
около 2 месяцев назад

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.