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

Published Aug 10, 2026 EPSS 0.18% (7th pctl)

Overview

CVE-2026-68342 is a known-severity vulnerability. It was published on August 10, 2026.

Technical Description

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

ovpn: avoid putting unrelated P2P peer on socket release

ovpn_peer_release_p2p() is called when an OVPN UDP socket is being

destroyed. It checks the currently published P2P peer and releases it only

if that peer still uses the socket being destroyed.

A peer replacement can publish a new peer before the old UDP socket is

destroyed. When the old socket destruction path runs afterwards,

ovpn_peer_release_p2p() observes the new peer through ovpn->peer. Since the

new peer uses a different socket, the function takes the socket mismatch

branch.

That branch still calls ovpn_peer_put(peer). At this point, however, peer

is the currently published replacement peer, not the peer associated with

the socket being destroyed. Dropping its reference can free it while

ovpn->peer still points to it, leading to later use-after-free accesses

from the peer and socket cleanup paths.

KASAN reports this as a slab-use-after-free on the kma

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

CVE-2026-68342 is a known-severity vulnerability. It was published on August 10, 2026.

How severe is CVE-2026-68342?

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

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

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