Skip to content

[3.10] gh-148395: Fix a possible UAF in {LZMA,BZ2}Decompressor (GH-148396) - #148505

Merged
pablogsal merged 2 commits into
python:3.10from
StanFromIreland:backport-8fc66ae-3.10
Apr 13, 2026
Merged

[3.10] gh-148395: Fix a possible UAF in {LZMA,BZ2}Decompressor (GH-148396)#148505
pablogsal merged 2 commits into
python:3.10from
StanFromIreland:backport-8fc66ae-3.10

Conversation

@StanFromIreland

@StanFromIreland StanFromIreland commented Apr 13, 2026

Copy link
Copy Markdown
Member

Fix dangling input pointer after MemoryError in {_lzma,_bz2}Decompressor.decompress()

(cherry picked from commit 8fc66ae)

…pythonGH-148396)

Fix dangling input pointer after `MemoryError` in _lzma/_bz2/_ZlibDecompressor.decompress

(cherry picked from commit 8fc66ae)
Comment thread Misc/NEWS.d/next/Security/2026-04-10-16-28-21.gh-issue-148395.kfzm0G.rst Outdated
@StanFromIreland StanFromIreland changed the title gh-148395: Fix a possible UAF in {LZMA,BZ2}Decompressor (GH-148396) Apr 13, 2026
@pablogsal
pablogsal merged commit 47128e6 into python:3.10 Apr 13, 2026
15 checks passed
@StanFromIreland
StanFromIreland deleted the backport-8fc66ae-3.10 branch April 13, 2026 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants