PT-2026-8185 · Linux · Linux Kernel
CVE-2026-23177
·
Published
2026-01-01
·
Updated
2026-08-30
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A flaw exists in the Linux kernel related to shared memory (shmem) handling during file truncation. Specifically, an infinite loop can occur when truncating a large swap entry due to a race condition. This happens when the
index points to the middle of a large swap entry, and the entry doesn't cross the end border. The shmem free swap() function fails and returns 0, leading to a retry with the same index, resulting in an infinite loop. The issue arises from an incorrect check within the shmem free swap() function and a missing condition in the retry logic.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Infinite Loop
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel