Answer in brief
CVE-2026-90159 records a Unknown severity vulnerability in bpf: Disallow bpf_{g,s}etsockopt() in cgroup UNIX getname hooks. 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 | >=859051dd165ec6cc915f0f2114699021144fd249 <61769b9c882a964af3a6ebd9a8e43615f8713234 || >=859051dd165ec6cc915f0f2114699021144fd249 <fe91c3f64a738dd97e8542ad5bdfbe5ac430edf6 || >=859051dd165ec6cc915f0f2114699021144fd249 <daeb74f5f398e847d1d42906aec6610406a34fdc || >=859051dd165ec6cc915f0f2114699021144fd249 <84473a7e1813a2da7b759ab1d098a84998c8d3f5 | 61769b9c882a964af3a6ebd9a8e43615f8713234, fe91c3f64a738dd97e8542ad5bdfbe5ac430edf6, daeb74f5f398e847d1d42906aec6610406a34fdc, 84473a7e1813a2da7b759ab1d098a84998c8d3f5 |
| Linux/Linuxgeneric | 6.7 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
In the Linux kernel, the following vulnerability has been resolved: bpf: Disallow bpf_{g,s}etsockopt() in cgroup UNIX getname hooks _bpf_setsockopt() and _bpf_getsockopt() call sock_owned_by_me() for full sockets, so these helpers expect the socket lock to be held. BPF_CGROUP_UNIX_GETPEERNAME and BPF_CGROUP_UNIX_GETSOCKNAME run BPF programs without acquiring the socket lock. A program attached to either hook can therefore trigger the sock_owned_by_me() warning by calling bpf_setsockopt() or bpf_getsockopt(). Disallow bpf_setsockopt() and bpf_getsockopt() for CGROUP_UNIX_GETPEERNAME and CGROUP_UNIX_GETSOCKNAME.
Quoted source text, attributed separately from HOL analysis.