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

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

Overview

CVE-2026-53397 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 posix_acl leak on SETACL decode failure

nfsaclsvc_decode_setaclargs() and nfs3svc_decode_setaclargs() each

call nfs_stream_decode_acl() twice, first for NFS_ACL and then for

NFS_DFACL. Each successful call transfers ownership of a freshly

allocated posix_acl into argp->acl_access or argp->acl_default. If

the first call succeeds but the second fails, the decoder returns

false and argp->acl_access is left dangling.

ACLPROC2_SETACL.pc_release was wired to nfssvc_release_attrstat and

ACLPROC3_SETACL.pc_release was wired to nfs3svc_release_fhandle.

Both only call fh_put() and have no knowledge of the ACL fields on

argp. The posix_acl_release() pairs sat at the out: labels inside

nfsacld_proc_setacl() and nfsd3_proc_setacl(), but svc_process()

skips pc_func when pc_decode returns false, so that cleanup is

unreachable on decode failure:

svc_process_common()

pc_decode() /* decode_set

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 >= 2.6.13, < 5.10.260 Affected

Frequently Asked Questions

What is CVE-2026-53397?

CVE-2026-53397 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-53397?

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

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

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