CVE-2026-80735
Received Received - Intake

ovpn Kernel Socket sk_user_data Dereference Vulnerability

Vulnerability report for CVE-2026-80735, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ovpn: ensure socket is owned by ovpn before deref sk_user_data Some subsystems, like BPF SOCKMAP, set sk_user_data without actually setting the encap_type. For this reason, we must make sure that the type is the one ovpn expects before dereferencing sk_user_data. Failing to do so may lead to out-of-bounds reads.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-03
AI Q&A
2026-09-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a missing check to ensure a socket belongs to the OpenVPN (ovpn) subsystem before accessing its user data. Without verifying the socket type, the kernel might incorrectly dereference data, leading to potential out-of-bounds memory reads.

Detection Guidance

This vulnerability involves improper handling of sk_user_data in the Linux kernel's ovpn subsystem. Detection requires checking kernel logs for related errors or kernel crashes. Use commands like dmesg | grep ovpn or journalctl -k | grep ovpn to inspect kernel logs for suspicious activity.

Impact Analysis

This flaw could allow attackers to read unauthorized memory, potentially exposing sensitive data or causing system instability. It primarily affects systems running vulnerable Linux kernels with OpenVPN or related networking components.

Mitigation Strategies

Immediate mitigation involves updating the Linux kernel to a patched version that resolves this issue. Check your distribution's security advisories for kernel updates. If no patch is available, consider disabling the ovpn subsystem if not in use or applying vendor-specific mitigations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80735. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart