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

7.8 · HIGH
Published Apr 1, 2026 linux CWE-362

Overview

CVE-2026-23410 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 1, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

apparmor: fix race on rawdata dereference

There is a race condition that leads to a use-after-free situation:

because the rawdata inodes are not refcounted, an attacker can start

open()ing one of the rawdata files, and at the same time remove the

last reference to this rawdata (by removing the corresponding profile,

for example), which frees its struct aa_loaddata; as a result, when

seq_rawdata_open() is reached, i_private is a dangling pointer and

freed memory is accessed.

The rawdata inodes weren't refcounted to avoid a circular refcount and

were supposed to be held by the profile rawdata reference. However

during profile removal there is a window where the vfs and profile

destruction race, resulting in the use after free.

Fix this by moving to a double refcount scheme. Where the profile

refcount on rawdata is used to break the circular dependency. Allowing

for freeing of the rawdata once all inode references to

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 >= 4.13.1, < 5.10.253 Affected

Frequently Asked Questions

What is CVE-2026-23410?

CVE-2026-23410 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 1, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-23410?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-23410?

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

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