CVE-2026-31709 is a memory-safety vulnerability in the Linux kernel SMB client, specifically in the cifsacl code in fs/smb/client/cifsacl.c. The flaw arises because server-supplied Discretionary Access Control List (DACL) data was not fully structurally validated before being reused to rebuild chmod/chown security descriptors. In the affected logic, build_sec_desc() and id_mode_to_cifs_acl() derive a DACL pointer from a server-controlled dacloffset and then process the incoming ACL. Although an earlier check ensured that the smb_acl header itself fit before reading fields such as size and num_aces, the code still allowed rewrite helpers to iterate ACEs based on num_aces without validating that the full DACL body and each claimed ACE were within bounds. A malicious SMB server can therefore return a truncated DACL with a valid header and forged ACE count, causing helpers such as replace_sids_and_copy_aces() and set_chmod_dacl() to read or copy past the validated extent while handling attacker-controlled ACE data. The upstream fix introduced a shared validate_dacl() routine, added per-ACE bounds validation, and reused the same validator in parse_dacl() so both parsing and rewrite paths enforce the same well-formedness checks.
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.
21 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Linux kernel SMB client vulnerability in cifsacl involving validation of the whole DACL before rewriting it.
A Linux kernel SMB client cifsacl input-validation flaw where a malicious SMB server can supply a malformed DACL with inconsistent ACE counts, causing out-of-bounds read/copy and memory corruption that may lead to information disclosure or denial of service.
Linux kernel SMB client vulnerability in cifsacl related to validating the whole DACL before rewriting it.
Linux kernel SMB client vulnerability in cifsacl related to validating the whole DACL before rewriting it.
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.