CVE-2026-97605

Source
https://cve.org/CVERecord?id=CVE-2026-97605
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97605.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97605
Downstream
Published
2026-09-25T10:22:17Z
Modified
2026-09-26T03:48:30Z
Summary
erofs: preserve LZMA decoders on resize failure
Details

In the Linux kernel, the following vulnerability has been resolved:

erofs: preserve LZMA decoders on resize failure

The pool-resize path frees each stream's old decoder before allocating its replacement. If an allocation fails after some streams have already been replaced, the failed stream is put back on the list with state == NULL. z_erofs_lzma_max_dictsize is still advanced as if the whole pool had been resized.

An existing LZMA mount can select the broken stream and pass NULL to xz_dec_microlzma_reset(). A retry at the same size also skip another resize attempt. Since the global maximum was advanced, thus, the invalid state is left unrepaired.

Allocate each replacement before freeing the old decoder, temporarily retaining one old decoder during allocation. Stop at the first failure and advance z_erofs_lzma_max_dictsize only after all streams satisfy the request.

Record each stream's dictionary capacity so retries can skip streams already enlarged before a partial failure.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97605.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
622ceaddb7649ca328832f50ba1400af778d75fa
Fixed
604ce546e1b9f35b1f45588004f53fac6b2869c1
Fixed
0b3c8c39e50249470f00a5f73c288b95a55ab576
Fixed
38e9e07ac02a9453a117410776f1502a9980997e
Fixed
617d0d8d199ba1790c94310fd75a22d01c97a8d6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97605.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97605.json"