CVE-2026-68100

HIGHPre-NVD 8.18.1
EchelonGraph scoreHIGH confidence

Score 8.1 from GitHub Security Advisory (severity: HIGH) published 2026-08-10. a secondary CVSS source baseline 8.1; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
8.1EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 8.1Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

In the Linux kernel, the following vulnerability has been resolved:

ksmbd: validate num_subauth when copying ACE in set_ntacl_dacl

set_ntacl_dacl() copies each ACE from the attacker-controlled stored security descriptor verbatim into the response DACL without checking sid.num_subauth. The ACE bytes (including an unchecked num_subauth) originate from an authenticated SMB2_SET_INFO(SecInfo=DACL) that is stored raw via ksmbd_vfs_set_sd_xattr(); parse_dacl() rejects a bad ACE with break rather than an error, so parse_sec_desc() still returns success and the malformed SD reaches the xattr intact.

On a subsequent SMB2_QUERY_INFO(SecInfo=DACL) for an inode carrying a POSIX access ACL, build_sec_desc() -> set_ntacl_dacl() -> set_posix_acl_entries_dacl() walks the copied ACEs and reads

ntace->sid.sub_auth[ntace->sid.num_subauth - 1]

with num_subauth taken straight from the stored SD. Since sub_auth[] is fixed at SID_MAX_SUB_AUTHORITIES (15), a crafted num_subauth (e.g. 255) drives an out-of-bounds heap read of ~1 KB with an offset fully controlled by an authenticated client.

The sibling functions already gate this field: parse_dacl() -- num_subauth == 0 || > SID_MAX_SUB_AUTHORITIES parse_sid() -- num_subauth > SID_MAX_SUB_AUTHORITIES smb_copy_sid() -- min_t(u8, num_subauth, SID_MAX_SUB_AUTHORITIES) set_ntacl_dacl() is the lone inconsistent path that omits the check.

Add the same num_subauth validation in set_ntacl_dacl() before copying the ACE, matching the gate already enforced by parse_dacl().

CVSS v3
8.1
EG Score
8.1(high)
EG Risk
41(Track)
EG Risk 41/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity81% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
34%
KEV
Not listed

Published

August 10, 2026

Last Modified

August 17, 2026

Advisory Details (5)

Auto-updated Aug 14, 2026
No patch confirmed yet.
generic

ksmbd: validate num_subauth when copying ACE in set_ntacl_dacl - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/fb3dc8e6da46a1ccad1956cda57de29d9b3033e0
generic

ksmbd: validate num_subauth when copying ACE in set_ntacl_dacl - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/e31fada5143784bc05c7ae44c79eed9b7a2e147e
generic

ksmbd: validate num_subauth when copying ACE in set_ntacl_dacl - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/b6d3cc6a524416dfdb2b47e4bba2e7e20011d056
generic

ksmbd: validate num_subauth when copying ACE in set_ntacl_dacl - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/5acbd3012fd4a7ccfebd91ea6f784120084eb897
generic

ksmbd: validate num_subauth when copying ACE in set_ntacl_dacl - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/47f0b34f6bc98ed85bfdc293e8f3e432ec24958d

Vendor Advisories for CVE-2026-68100(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 33× in last 7d / 48× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-21 05:59 UTCEG score recompute
  2. 2026-08-21 05:59 UTCVendor advisory
  3. 2026-08-21 05:59 UTCGHSA enrichment
  4. 2026-08-20 22:56 UTCEPSS rescore
  5. 2026-08-20 18:14 UTCGHSA enrichment
  6. 2026-08-20 06:29 UTCGHSA enrichment
  7. 2026-08-19 18:44 UTCEG score recompute
  8. 2026-08-19 18:44 UTCGHSA enrichment
  9. 2026-08-19 17:04 UTCEPSS rescore
  10. 2026-08-19 05:12 UTCGHSA enrichment
  11. 2026-08-18 17:25 UTCEG score recompute
  12. 2026-08-18 17:25 UTCGHSA enrichment
  13. 2026-08-18 13:48 UTCEPSS rescore
  14. 2026-08-18 05:25 UTCGHSA enrichment
  15. 2026-08-17 17:29 UTCEG score recompute
  16. 2026-08-17 17:29 UTCGHSA enrichment
  17. 2026-08-17 13:47 UTCEPSS rescore
  18. 2026-08-17 05:41 UTCEG score recompute
  19. 2026-08-17 05:41 UTCGHSA enrichment
  20. 2026-08-17 05:12 UTCEG score recompute
  21. 2026-08-17 05:12 UTCGHSA enrichment
  22. 2026-08-16 21:59 UTCEG score recompute
  23. 2026-08-16 21:59 UTCGHSA enrichment
  24. 2026-08-16 14:56 UTCEPSS rescore
  25. 2026-08-16 10:14 UTCEG score recompute
Show 23 more
  1. 2026-08-16 10:14 UTCGHSA enrichment
  2. 2026-08-15 22:30 UTCGHSA enrichment
  3. 2026-08-15 10:45 UTCEG score recompute
  4. 2026-08-15 10:45 UTCGHSA enrichment
  5. 2026-08-15 01:30 UTCEPSS rescore
  6. 2026-08-14 23:00 UTCGHSA enrichment
  7. 2026-08-14 11:15 UTCEG score recompute
  8. 2026-08-14 11:15 UTCGHSA enrichment
  9. 2026-08-13 23:31 UTCEG score recompute
  10. 2026-08-13 23:31 UTCGHSA enrichment
  11. 2026-08-13 22:46 UTCEG score recompute 8.10
  12. 2026-08-13 22:46 UTCGHSA enrichment
  13. 2026-08-13 22:44 UTCMITRE cvelistV5CVSS v3 → 8.1 · severity → HIGH
  14. 2026-08-13 22:00 UTCEPSS rescore
  15. 2026-08-13 00:22 UTCGHSA enrichment
  16. 2026-08-13 00:22 UTCNVD update
  17. 2026-08-13 00:06 UTCEG score recompute
  18. 2026-08-13 00:06 UTCGHSA enrichment
  19. 2026-08-13 00:05 UTCMITRE cvelistV5
  20. 2026-08-12 13:51 UTCEPSS rescore
  21. 2026-08-10 13:24 UTCNVD update
  22. 2026-08-10 12:22 UTCEG score recompute
  23. 2026-08-10 12:17 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-68100?
CVE-2026-68100 is a high vulnerability published on August 10, 2026. In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate numsubauth when copying ACE in setntacl_dacl setntacldacl() copies each ACE from the attacker-controlled stored security descriptor verbatim into the response DACL without checking sid.numsubauth. The ACE bytes…
When was CVE-2026-68100 disclosed?
CVE-2026-68100 was first published in the National Vulnerability Database on August 10, 2026, with the most recent update on August 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-68100 actively exploited?
CVE-2026-68100 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 66.2% of all scored CVEs.
What is the CVSS score of CVE-2026-68100?
CVE-2026-68100 has a CVSS v3 base score of 8.1 (NVD).
How do I remediate CVE-2026-68100?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-68100, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-68100

Explore →

Is Your Infrastructure Affected by CVE-2026-68100?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.