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 writ…
Info
Summary
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. T…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/07a82a66f8c1894d92e51d97542c32ebf2c51b09
- https://git.kernel.org/stable/c/4d82d60178b02797dbe529e01ac211b26670c49f
- https://git.kernel.org/stable/c/894913e2d35c46ff19a77530907771ae57862b96
Timeline
- nvd_ingest NVD