๐Ÿ” CVE Alert

CVE-2026-90043

UNKNOWN 0.0

zram: fix slot lock bit position on big-endian 64-bit

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: zram: fix slot lock bit position on big-endian 64-bit The slot lock is a bit operation on the whole __lock word, which flags and ac_time alias as two u32s. On little-endian the lock bit lands in the position ZRAM_ENTRY_LOCK reserves in flags, so the aliasing works out. On 64-bit big-endian it lands in ac_time instead: with ZRAM_TRACK_ENTRY_ACTIME enabled, storing the access time from mark_slot_accessed() or slot_free() wipes out the held lock bit, letting another CPU take the same slot lock; an access time value with that bit set makes the slot look locked forever. Shift the lock bit into the flags half of the word on big-endian 64-bit.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 16, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
2e8ff2f51dde73a26b94aed2df4827177bd25e6e < 052b6b2d5fe97547bd2cdb73fa894f6cfea68b11 2e8ff2f51dde73a26b94aed2df4827177bd25e6e < a8b5875741d416703e19ad8eeac6fce8a12bd6e4
Linux / Linux
7.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/052b6b2d5fe97547bd2cdb73fa894f6cfea68b11 git.kernel.org: https://git.kernel.org/stable/c/a8b5875741d416703e19ad8eeac6fce8a12bd6e4