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

8.8 · HIGH
Published Jun 26, 2026 linux CWE-476

Overview

CVE-2026-53281 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 26, 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 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:

iommu/vt-d: Avoid NULL pointer dereference or refcount corruption

Commit 60f030f7418d ("iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE")

fixed a NULL pointer dereference in an unlikely situation partly.

If dev_pasid is not found in the dev_pasids list, it remains NULL.

However, the teardown operations are executed unconditionally, this lead

to a NULL pointer dereference or refcount corruption.

If the domain was never attached to this IOMMU, info will be NULL, which

would cause an immediate dereference when checking --info->refcnt.

Even if info is not NULL, decrementing the refcount without having removed

a valid PASID might unbalance the count. This could lead to premature

dropping of the refcount to 0, potentially causing a use-after-free for the

remaining active devices sharing the domain.

Fix it by returning early if dev_pasid is NULL, before executing the

teardown operations.

Issue found by AI review and s

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.12.57, < 6.13 Affected

Frequently Asked Questions

What is CVE-2026-53281?

CVE-2026-53281 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 26, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-53281?

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

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

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