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

10.0 · CRITICAL
Published Jul 19, 2026 linux CWE-416

Overview

CVE-2026-63795 is a critical-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 10.0 (CRITICAL).

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

9p: avoid putting oldfid in p9_client_walk() error path

When p9_client_walk() is called with clone set to false, fid aliases

oldfid. If the walk subsequently fails after the request has been sent,

the error path jumps to clunk_fid, which currently calls p9_fid_put(fid)

unconditionally.

This drops a reference to oldfid even though ownership of oldfid remains

with the caller. If this is the last reference, oldfid can be clunked and

destroyed while the caller still expects it to be valid. A later use or

put of oldfid can then trigger a use-after-free or refcount underflow.

Fix this by only putting fid in the clunk_fid error path when it does not

alias oldfid, matching the existing guard in the error path below.

This can be triggered when a multi-component walk is split into multiple

p9_client_walk() calls and a later non-cloning walk fails. A reproducer

and refcount warning logs are available on request.

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.0, < 6.1.177 Affected

Frequently Asked Questions

What is CVE-2026-63795?

CVE-2026-63795 is a critical-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 10.0 (CRITICAL).

How severe is CVE-2026-63795?

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

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

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

Browse by year 2026