CVE-2026-64256
Last modified
CVE-2026-64256 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: xfs: don't wrap around quota ids in dqiterate LOLLM noticed that q_id is an unsigned 32-bit variable. If it happens to be set to XFS_DQ_ID_MAX due to a filesystem that actually has a dquot for ID_MAX, then this addition will truncate to zero and the iteration starts over. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: xfs: don't wrap around quota ids in dqiterate LOLLM noticed that q_id is an unsigned 32-bit variable. If it happens to be set to XFS_DQ_ID_MAX due to a filesystem that actually has a dquot for ID_MAX, then this addition will truncate to zero and the iteration starts over. Fix this by casting to u64.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.8, < 6.12.96 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.39 | — |
| Linux | Linux Kernel | >= 6.19, < 7.1.4 | — |
| Linux | Linux Kernel | 7.2 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-64256?
How severe is CVE-2026-64256?
How do I fix CVE-2026-64256?
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-64250In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64251In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64252In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64253In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64254In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64255In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64257In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-64258In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64259In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-6426A type mismatch vulnerability was found in QEMU's vhost infl…4.4
- CVE-2026-64260In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64261In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64256?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
