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

8.8 · HIGH
Published Jul 19, 2026 linux CWE-416 EPSS 0.51% (42th pctl)

Overview

CVE-2026-63801 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 8.8 (HIGH).

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

tipc: fix slab-use-after-free Read in tipc_aead_decrypt_done

tipc_aead_decrypt() goes straight from tipc_bearer_hold(b) to

crypto_aead_decrypt(req) without taking a reference on the netns, unlike

the encrypt path. When crypto_aead_decrypt() is offloaded asynchronously

(e.g. the SIMD aead wrapper queuing to cryptd), the cryptd worker runs

tipc_aead_decrypt_done() later. If the bearer's netns is torn down in the

meantime, cleanup_net() -> tipc_exit_net() -> tipc_crypto_stop() frees the

per-netns tipc_crypto, and the completion then reads it:

tipc_aead_decrypt_done() dereferences aead->crypto->stats and

aead->crypto->net, and tipc_crypto_rcv_complete() dereferences

aead->crypto->aead[] and the node table -- reading freed memory.

Decoded KASAN splat (v7.1-rc7, CONFIG_KASAN_INLINE + TIPC + TIPC_CRYPTO):

BUG: KASAN: slab-use-after-free in tipc_aead_decrypt_done (net/tipc/crypto.c:999)

Read of size 8 at addr ffff88810

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

Frequently Asked Questions

What is CVE-2026-63801?

CVE-2026-63801 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 8.8 (HIGH).

How severe is CVE-2026-63801?

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

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

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