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

7.1 · HIGH
Published Jul 25, 2026 EPSS 0.16% (6th pctl)

Overview

CVE-2026-64299 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

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

tracing: Prevent out-of-bounds read in glob matching

String event fields are not necessarily NUL-terminated, so the filter

predicate functions (filter_pred_string(), filter_pred_strloc() and

filter_pred_strrelloc()) pass the field length to the regex match

callbacks, and the length-aware matchers honour it.

regex_match_glob() was the exception: it ignored the length and called

glob_match(), which scans the string until it hits a NUL byte. Some

string fields are not NUL-terminated. One example is the dynamic char

array of the xfs_* namespace tracepoints, which is copied without a

trailing NUL. For such a field, glob matching reads past the end of

the event field, causing a KASAN slab-out-of-bounds read in

glob_match(), reached via regex_match_glob() and filter_match_preds()

from the xfs_lookup tracepoint.

Add a length-bounded glob_match_len() and use it from regex_match_glob()

so glob matching always stops at the fi

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2026-64299?

CVE-2026-64299 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2026-64299?

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

Check the references section for vendor advisories, patches, and mitigation guidance. 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-64299?

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