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

7.1 · HIGH
Published Jul 19, 2026 linux EPSS 0.27% (19th pctl)

Overview

CVE-2026-64095 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 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. No authentication or special privileges are required for exploitation.

Technical Description

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

batman-adv: bla: avoid double decrement of bla.num_requests

The bla.num_requests is increased when no request_sent was in progress. And

it is decremented in various places (announcement was received, backbone is

purged, periodic work). But the check if the request_sent is actually set

to a specific state and the atomic_dec/_inc are not safe because they are

not atomic (TOCTOU) and multiple such code portions can run concurrently.

At the same time, it is necessary to modify request_sent (state) and

bla.num_requests atomically. Otherwise batadv_bla_send_request() might set

request_sent to 1 and is interrupted. batadv_handle_announce() can then

set request_sent back to 0 and decrement num_requests before

batadv_bla_send_request() incremented it.

The two operations must therefore be locked. And since state (request_sent)

and wait_periods are only accessed inside this lock, they can be converted

to simpler datatypes. A

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 >= 3.5, < 5.10.259 Affected

Frequently Asked Questions

What is CVE-2026-64095?

CVE-2026-64095 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 7.1 (HIGH).

How severe is CVE-2026-64095?

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

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

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

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