Answer in brief
CVE-2026-80735 records a Unknown severity vulnerability in ovpn: ensure socket is owned by ovpn before deref sk_user_data. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=f6226ae7a0cd47aaa9175aca6a1e19600f884cbf <61fb3cca40ff938671474f4a16adb908c19032d7 || >=f6226ae7a0cd47aaa9175aca6a1e19600f884cbf <43a31142e1d22b3cf5490bd94a94db7196901734 || >=f6226ae7a0cd47aaa9175aca6a1e19600f884cbf <59aed1eb60d70678a53acccb0cb337a26ce6680e | 61fb3cca40ff938671474f4a16adb908c19032d7, 43a31142e1d22b3cf5490bd94a94db7196901734, 59aed1eb60d70678a53acccb0cb337a26ce6680e |
| Linux/Linuxgeneric | 6.16 | Not reported |
Published upstream
Sep 3, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 3, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 3, 2026
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.
Quoted source text, attributed separately from HOL analysis.