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-68100

8.1 · HIGH
Published Aug 10, 2026 EPSS 0.43% (36th pctl)

Overview

CVE-2026-68100 is a high-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 8.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.1, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

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

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-68100?

CVE-2026-68100 is a high-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 8.1 (HIGH).

How severe is CVE-2026-68100?

This vulnerability has a CVSS 3.1 base score of 8.1, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

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

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-68100?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68100 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.