CVE-2026-98126
Last modified
CVE-2026-98126 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: smb/client: validate new EOF for zero range When FALLOC_FL_ZERO_RANGE is used without FALLOC_FL_KEEP_SIZE, smb3_zero_range() may extend EOF without checking RLIMIT_FSIZE, allowing the file to grow beyond the caller's file-size limit. Fix this by calling inode_newsize_ok() before sending the zero-range request when the operation would extend EOF. Reproducer, using a file on a CIFS mount: bash -c ' FILE=/mnt/cifs/repro trap "" SIGXFSZ ulimit -f 3072 truncate -s 2M "$FILE" fallocate --zero-range -o 0 -l 4M "$FILE" echo "fallocate rc=$?" stat -c "file size=%s" "$FILE" ' Before this change, the operation succeeds despite the 3 MiB limit: fallocate rc=0 file size=4194304 After this change, fallocate fails and leaves the file at 2 MiB..
Description
In the Linux kernel, the following vulnerability has been resolved: smb/client: validate new EOF for zero range When FALLOC_FL_ZERO_RANGE is used without FALLOC_FL_KEEP_SIZE, smb3_zero_range() may extend EOF without checking RLIMIT_FSIZE, allowing the file to grow beyond the caller's file-size limit. Fix this by calling inode_newsize_ok() before sending the zero-range request when the operation would extend EOF. Reproducer, using a file on a CIFS mount: bash -c ' FILE=/mnt/cifs/repro trap "" SIGXFSZ ulimit -f 3072 truncate -s 2M "$FILE" fallocate --zero-range -o 0 -l 4M "$FILE" echo "fallocate rc=$?" stat -c "file size=%s" "$FILE" ' Before this change, the operation succeeds despite the 3 MiB limit: fallocate rc=0 file size=4194304 After this change, fallocate fails and leaves the file at 2 MiB.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 72c419d9b073628d3b5b0b2fc787b724f1a8c726, < 3673f057b64abfa957e8ae84448db69369a5091a; >= 72c419d9b073628d3b5b0b2fc787b724f1a8c726, < 06a4f9049cb6dc319bceec2dc813ba89add8b828; >= 72c419d9b073628d3b5b0b2fc787b724f1a8c726, < f320ca20c273a26cd779bdb2b2e4b076a95c76f6; >= 72c419d9b073628d3b5b0b2fc787b724f1a8c726, < 88972e35750792e717af287dc71f42a03b5cbce4 |
| Linux | Linux | 5.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98126?
How severe is CVE-2026-98126?
How do I fix CVE-2026-98126?
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-98120In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98121In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98122In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-98123In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98124In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98125In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98127In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98128In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98129In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9813FlowIntel up to version 3.3.0 contains a server-side request…9.9
- CVE-2026-98130In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-98131In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98126?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
