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.
Published: 2026-09-03
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel code that handles ovpn sockets does not verify that a socket is really owned by the ovpn subsystem before dereferencing the sk_user_data field. Some subsystems, such as BPF SOCKMAP, set the sk_user_data pointer without correctly setting the encapsulation type, which can lead the kernel to read memory beyond the intended bounds. This results in an out‑of‑bounds read that may expose sensitive kernel memory to an attacker, or, in the worst case, trigger a kernel crash.

Affected Systems

All Linux kernel deployments that include the vulnerable ovpn code path and have not applied the commit that adds the ownership check are affected. This includes every current base kernel release until the patch is incorporated, as well as older kernels that remain unpatched.

Risk and Exploitability

The CVSS score is not publicly published and the EPSS score is not available; it is not listed in the CISA KEV catalog. The vulnerability can be leveraged from code that can influence BPF programs or kernel socket handling, giving an attacker a local or potentially remote kernel‑level vector depending on BPF access controls. The out‑of‑bounds read can leak kernel memory, so the impact is high, though the lack of an EPSS or KEV status leaves the exploitation probability unclear.

Generated by OpenCVE AI on September 3, 2026 at 13:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that contains the ownership‑check commit for ovpn sockets
  • If an immediate kernel upgrade is not possible, disable or restrict the BPF SOCKMAP functionality, or limit BPF program loading to trusted users only
  • Monitor kernel logs for anomalous out‑of‑bounds read errors and adjust configurations accordingly

Generated by OpenCVE AI on September 3, 2026 at 13:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L'}


Thu, 03 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Thu, 03 Sep 2026 07:30:00 +0000

Type Values Removed Values Added
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.
Title ovpn: ensure socket is owned by ovpn before deref sk_user_data
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-04T04:58:20.684Z

Reserved: 2026-08-26T14:34:25.789Z

Link: CVE-2026-80735

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-03T13:06:12.343

Modified: 2026-09-04T05:17:14.030

Link: CVE-2026-80735

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T14:45:03Z

Weaknesses