CVE-2026-89718
Last modified
CVE-2026-89718 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: zram: fix out-of-bounds access in writeback_store() Patch series "zram: fix stale scan bounds after reinitialization". Both writeback_store() and read_block_state() derive their table scan bounds from zram->disksize before acquiring dev_lock. If the device is reset and reinitialized with a smaller disksize between that read and lock acquisition, the bound can describe the old table while the scan operates on the new one. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: zram: fix out-of-bounds access in writeback_store() Patch series "zram: fix stale scan bounds after reinitialization". Both writeback_store() and read_block_state() derive their table scan bounds from zram->disksize before acquiring dev_lock. If the device is reset and reinitialized with a smaller disksize between that read and lock acquisition, the bound can describe the old table while the scan operates on the new one. This can lead to out-of-bounds slot accesses. Move both bound calculations under dev_lock so each bound remains consistent with the table throughout its scan. Keep the fixes separate because the affected interfaces originate from different commits and can be backported independently. This patch (of 2): writeback_store() calculates the table scan bounds before taking dev_lock. A reset followed by reconfiguration with a smaller disksize can therefore replace zram->table while writeback_store() is waiting for the lock. Once it acquires the lock, it sees an initialized device but scans the new table using the old upper bound, resulting in an out-of-bounds access. Calculate the number of pages while holding dev_lock so the scan bound matches the table protected by the lock.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a939888ec38bf1f33e4a903056677e92a4844244, < 4d82d60178b02797dbe529e01ac211b26670c49f; >= a939888ec38bf1f33e4a903056677e92a4844244, < 07a82a66f8c1894d92e51d97542c32ebf2c51b09; >= a939888ec38bf1f33e4a903056677e92a4844244, < 894913e2d35c46ff19a77530907771ae57862b96 |
| Linux | Linux | 5.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89718?
How severe is CVE-2026-89718?
How do I fix CVE-2026-89718?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89712In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89713In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89714In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89715In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89716In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89717In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89719In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8972Privilege escalation in the WebRTC: Audio/Video component. T…8.8
- CVE-2026-89720In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-89721In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89722In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89723In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89718?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
