Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-68099

Published Aug 10, 2026 EPSS 0.17% (7th pctl)

Overview

CVE-2026-68099 is a known-severity vulnerability. It was published on August 10, 2026.

Technical Description

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

ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACL

check_add_overflow() unconditionally writes the truncated sum into *d

even on overflow, per its contract in include/linux/overflow.h.

The four check_add_overflow() guards in set_posix_acl_entries_dacl()

and set_ntacl_dacl() break out of the ACE-building loops on overflow,

but the truncated *size is then consumed downstream at the end of

set_ntacl_dacl():

pndacl->size = cpu_to_le16(le16_to_cpu(pndacl->size) + size);

This produces an on-wire NT ACL whose pndacl->size under-reports the

bytes actually written by the preceding fill_ace_for_sid()/memcpy()

calls, yielding a malformed ACL that can trigger out-of-bounds reads

when re-parsed by clients or ksmbd itself.

Restore *size to its pre-addition value on each overflow branch (via

`*size -= ace_sz` / `size -= nt_ace_size`) so that after the break,

*size once again holds the cumulative size of

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-68099?

CVE-2026-68099 is a known-severity vulnerability. It was published on August 10, 2026.

How severe is CVE-2026-68099?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-68099?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-68099?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68099 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.