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

7.5 · HIGH
Published Jul 19, 2026 linux CWE-674 EPSS 0.49% (40th pctl)

Overview

CVE-2026-53395 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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:

nfsd: fix dead ACL conflict guard in nfsd4_create

nfsd4_create() steals create->cr_dpacl/cr_pacl into the local

nfsd_attrs via the designated initializer, then immediately sets the

source pointers to NULL. The subsequent conflict guard tests the

already-nilled source fields, making it permanently dead code:

if (create->cr_acl) {

if (create->cr_dpacl || create->cr_pacl) /* always false */

When a client encodes both FATTR4_WORD0_ACL and

FATTR4_WORD2_POSIX_{DEFAULT,ACCESS}_ACL in the same CREATE fattr

bitmap, nfsd4_acl_to_attr() overwrites attrs.na_pacl/na_dpacl without

releasing the originals, leaking two posix_acl slab objects per

request. Repeated requests cause unbounded slab exhaustion.

Fix by checking attrs.na_dpacl/na_pacl (the stolen values) instead of

the nilled create->cr_dpacl/cr_pacl, matching the correct pattern

already used in nfsd4_setattr().

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 7.0, < 7.1.3 Affected

Frequently Asked Questions

What is CVE-2026-53395?

CVE-2026-53395 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-53395?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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-53395?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-53395?

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