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

5.5 · MEDIUM
Published Jul 20, 2026 linux CWE-476 EPSS 0.11% (2th pctl)

Overview

CVE-2026-64187 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 20, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

xfs: fail recovery on a committed log item with no regions

If the first op of a transaction is a bare transaction header

(len == sizeof(struct xfs_trans_header)), xlog_recover_add_to_trans()

adds an item but no region, leaving it on r_itemq with ri_cnt == 0 and

ri_buf == NULL.

The header can be split across op records, so later ops may still add

regions; the item is only invalid if the transaction commits with none.

The runtime commit path never emits such a transaction, so this only

happens on a crafted log. It came from an AI-assisted code audit of the

recovery parser.

xlog_recover_reorder_trans() calls ITEM_TYPE() on the item, which reads

*(unsigned short *)item->ri_buf[0].iov_base and faults on the NULL

ri_buf. Reject it there, before the commit handlers that also read

ri_buf[0].

KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007]

RIP: 0010:xlog_recover_reorder_trans (fs/xfs/xfs_log_reco

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.3, < 5.15.212 Affected

Frequently Asked Questions

What is CVE-2026-64187?

CVE-2026-64187 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 20, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-64187?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-64187?

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

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