CVE-2026-68388 is a logic flaw in the Linux kernel SMB client implementation, specifically in smb3_simple_fallocate_range(). During fallocate processing, the function queries server-reported allocated ranges so it can preserve existing file contents and zero-fill only sparse holes. If an SMB server returns an allocated range that begins before the current fallocate offset, the vulnerable code advances the current offset by the full returned range length rather than only the overlapping portion. This can cause part of a hole within the requested fallocate range to be skipped without being zero-filled, while fallocate still reports success. As a result, the file state after the operation may not match the caller's expectations. The fix changes the range-handling logic to advance only across the overlapping portion of an allocated range, ignore ranges that end before the current offset, and reject ranges whose computed end offset overflows. The correction also prevents malformed range lengths from leading to an out-of-bounds read from the zero-fill buffer.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
10 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Linux kernel SMB client vulnerability in smb3_simple_fallocate_range() where overlapping allocated ranges returned by the server can cause holes to be skipped during fallocate, leading to incorrect success reporting, possible later ENOSPC write failures, and prevention of an out-of-bounds zero-buffer read in malformed range cases.
A Linux kernel SMB client vulnerability involving handling of overlapping allocated ranges in fallocate.
A specific vulnerability affecting Red Hat Enterprise Linux 10.2 kernel-related packages; the content does not provide technical details beyond listing it in the advisory.
A Linux kernel vulnerability in the SMB client related to handling overlapping allocated ranges in fallocate.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.