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

8.4 · HIGH
Published Aug 10, 2026 EPSS 0.14% (3th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

fs: preserve ACL_DONT_CACHE state in forget_cached_acl()

The ACL_DONT_CACHE state is meant to be a constant state for the inode

for filesystems that want to opt out of posix acl caching.

Commit facd61053cff1 ("fuse: fixes after adapting to new posix acl api")

used this facility to opt out of posix acl caching for fuse inodes with

fuse server that does not negotiate FUSE_POSIX_ACL (fc->posix_acl).

The commit also takes care to gate the forget_all_cached_acls() call in

fuse_set_acl() on fc->posix_acl because there is no need for it, but

there are other placed in fuse code which call forget_all_cached_acls()

unconditional to fc->posix_acl and those cause the loss of the

ACL_DONT_CACHE state.

This is not only a functional bug. Properly timed, a get_acl() from this

fuse filesystem can return a stale cached value, as was observed in tests,

because set_acl() does not invalidate the unintentional acl cache.

We could fix

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

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

How severe is CVE-2026-68149?

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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