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

7.1 · HIGH
Published Jul 19, 2026 linux CWE-401

Overview

CVE-2026-53396 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.1 (HIGH).

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

nfsd: fix posix_acl leak and ignored error in nfsd4_create_file

nfsd4_create_file() has two bugs in its ACL handling:

The return value of nfsd4_acl_to_attr() is silently discarded. When

the NFSv4-to-POSIX ACL conversion fails (e.g., -EINVAL for

unsupported ACE types), the file is created without any ACL and the

client receives NFS4_OK. This violates RFC 7530/8881 which require

the server to reject unsupported attributes on CREATE.

When start_creating() fails after ACL attributes have been populated

in attrs (either via nfsd4_acl_to_attr or via ownership transfer from

open->op_dpacl/op_pacl), the function jumps to out_write which skips

nfsd_attrs_free(). The posix_acl allocations are leaked. A client

can trigger this repeatedly with OPEN(CREATE), ACL attributes, and an

invalid filename (e.g., longer than NAME_MAX).

Fix both by capturing the nfsd4_acl_to_attr() return value and by

changing the early error paths

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 >= 6.19, < 7.1.3 Affected

Frequently Asked Questions

What is CVE-2026-53396?

CVE-2026-53396 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.1 (HIGH).

How severe is CVE-2026-53396?

This vulnerability has a CVSS 3.1 base score of 7.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-53396?

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

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