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

9.8 · CRITICAL
Published Aug 15, 2026 EPSS 0.38% (31th pctl)

Overview

CVE-2026-74315 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file()

file_hash() digests the first LOCKD_FH_HASH_SIZE bytes of

nfs_fh.data when bucketing nlm_files[], independent of fh.size.

Commit 3de744ee4e45 ("lockd: Use xdrgen XDR functions for the

NLMv4 TEST procedure") set .pc_argzero to zero for the converted

procedures and moved file-handle population into

nlm4svc_lookup_file(), which copies only xdr_lock->fh.len bytes

into lock->fh.data.

When an NLMv4 client presents a file handle shorter than

LOCKD_FH_HASH_SIZE, bytes fh.len..31 retain whatever the argument

buffer held from an earlier request. The same wire handle then

hashes to different buckets across calls; nlm_lookup_file() misses

the existing nlm_file entry, and lock-state lookups fail.

Zero only the tail bytes that file_hash() would otherwise consume.

Handles of LOCKD_FH_HASH_SIZE or larger already populate every byte

that file_hash() reads.

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

CVE-2026-74315 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-74315?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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