CVE-2026-46062
Last modified
CVE-2026-46062 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix integer overflow in run_unpack() volume boundary check The volume boundary check `lcn + len > sbi->used.bitmap.nbits` uses raw addition which can wrap around for large lcn and len values, bypassing the validation. Use check_add_overflow() as is already done for the adjacent prev_lcn + dlcn and vcn64 + len checks added by commit 3ac37e100385 ("ntfs3: Fix integer overflow in run_unpack()"). Found by fuzzing with a source-patched harness (LibAFL + QEMU).. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix integer overflow in run_unpack() volume boundary check The volume boundary check `lcn + len > sbi->used.bitmap.nbits` uses raw addition which can wrap around for large lcn and len values, bypassing the validation. Use check_add_overflow() as is already done for the adjacent prev_lcn + dlcn and vcn64 + len checks added by commit 3ac37e100385 ("ntfs3: Fix integer overflow in run_unpack()"). Found by fuzzing with a source-patched harness (LibAFL + QEMU).
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.15, < 5.15.209 |
| Linux | Linux Kernel | >= 5.16, < 6.1.175 |
| Linux | Linux Kernel | >= 6.2, < 6.6.140 |
| Linux | Linux Kernel | >= 6.7, < 6.12.86 |
| Linux | Linux Kernel | >= 6.13, < 6.18.27 |
| Linux | Linux Kernel | >= 6.19, < 7.0.4 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46062?
How severe is CVE-2026-46062?
How do I fix CVE-2026-46062?
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-46057In the Linux kernel, the following vulnerability has been re…3.3
- CVE-2026-46058In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46059In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4606GV Edge Recording Manager (ERM) v2.3.1 improperly runs appli…10
- CVE-2026-46060In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46061In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46063In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46064In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-46065In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46066In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46067In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-46068In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-46062?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
