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

Published Jul 19, 2026 EPSS 0.20% (10th pctl)

Overview

CVE-2026-64043 is a known-severity vulnerability. It was published on July 19, 2026.

Technical Description

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

ovpn: fix race between deleting interface and adding new peer

While deleting an existing ovpn interface, there is a very

narrow window where adding a new peer via netlink may cause

the netdevice to hang and prevent its unregistration.

It may happen during ovpn_dellink(), when all existing peers are

freed and the device is queued for deregistration, but a

CMD_PEER_NEW message comes in adding a new peer that takes again

a reference to the netdev.

At this point there is no way to release the device because we are

under the assumption that all peers were already released.

Fix the race condition by releasing all peers in ndo_uninit(),

when the netdevice has already been removed from the netdev

list.

Also ovpn_peer_add() has now an extra check that forces the

function to bail out if the device reg_state is not REGISTERED.

This way any incoming CMD_PEER_NEW racing with the interface

deletion routine will simply stop bef

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

CVE-2026-64043 is a known-severity vulnerability. It was published on July 19, 2026.

How severe is CVE-2026-64043?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

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

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

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