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

7.8 · HIGH
Published Aug 10, 2026 EPSS 0.09% (1th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.8, 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:

fscrypt: Add missing superblock check in find_or_insert_direct_key()

The legacy 'fscrypt_direct_keys' table caches master keys that are used

by v1 encryption policies that have FSCRYPT_POLICY_FLAG_DIRECT_KEY.

It's just a global table for all filesystems (since the keys can be

provided by the legacy process-subscribed keyrings mechanism, which

makes it difficult to reuse super_block::s_master_keys).

The entries in it ('struct fscrypt_direct_key') do contain a super_block

pointer, though, for passing to fscrypt_destroy_inline_crypt_key() when

the last inode that references the key is evicted.

However, when finding the fscrypt_direct_key for an inode, we weren't

actually comparing the super_block pointer. As a result, inodes with

different super_blocks could point to the same fscrypt_direct_key. That

could extend the lifetime of a fscrypt_direct_key beyond the

super_block it points to, causing a use-after-free later

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

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

How severe is CVE-2026-68148?

This vulnerability has a CVSS 3.1 base score of 7.8, 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-68148?

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

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