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

7.5 · HIGH
Published Jul 25, 2026 EPSS 0.49% (40th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

NTB: epf: Avoid calling pci_irq_vector() from hardirq context

ntb_epf_vec_isr() calls pci_irq_vector() in hardirq context to derive

the vector number. pci_irq_vector() calls msi_get_virq() that takes a

mutex and can therefore trigger "scheduling while atomic" splats:

BUG: scheduling while atomic: kworker/u33:0/55/0x00010001

...

Call trace:

...

schedule+0x38/0x110

schedule_preempt_disabled+0x28/0x50

__mutex_lock.constprop.0+0x848/0x908

__mutex_lock_slowpath+0x18/0x30

mutex_lock+0x4c/0x60

msi_domain_get_virq+0xe8/0x138

pci_irq_vector+0x2c/0x60

ntb_epf_vec_isr+0x28/0x120 [ntb_hw_epf]

__handle_irq_event_percpu+0x70/0x3a8

handle_irq_event+0x48/0x100

handle_edge_irq+0x100/0x1c8

...

Cache the Linux IRQ number for vector 0 when vectors are allocated and

use it as a base in the ISR. Running the ISR in a threaded IRQ handler

would also avoid the problem, but that would be unnecess

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

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

How severe is CVE-2026-64430?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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