CVE-2026-89719

Source
https://cve.org/CVERecord?id=CVE-2026-89719
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89719.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89719
Downstream
Published
2026-09-11T19:46:32Z
Modified
2026-09-12T11:47:16Z
Summary
zram: fix out-of-bounds access in read_block_state()
Details

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

zram: fix out-of-bounds access in read_block_state()

read_block_state() calculates nr_pages before taking dev_lock. If the device is reset and reinitialized with a smaller disksize before lock acquisition, nr_pages still describes the old table. The subsequent loop can then call slot_lock() past the end of the newly allocated table.

Read disksize after acquiring dev_lock and checking that the device is initialized. The read lock then keeps the table and its bound stable for the duration of the scan.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89719.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
c0265342bff4fcaa2cdf13f4596244c18d4a7ae5
Fixed
e7dbcb7a561a21e9a8f5b5fa90bb95aefbd0739d
Fixed
5e458fa714a55b6b64a9fe0c6d4fa609609f9ec3
Fixed
391f057f44a51cc9418da5cba78b014324174264

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.18.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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