Answer in brief
CVE-2024-46754 records a High severity (CVSS 7.8) vulnerability in bpf: Remove tst_run from lwt_seg6local_prog_ops.. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), 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.
CVSS is 7.8. 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), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=004d4b274e2a1a895a0e5dc66158b90a7d463d44 <9cd15511de7c619bbd0f54bb3f28e6e720ded5d6 || >=004d4b274e2a1a895a0e5dc66158b90a7d463d44 <c13fda93aca118b8e5cd202e339046728ee7dddb | 9cd15511de7c619bbd0f54bb3f28e6e720ded5d6, c13fda93aca118b8e5cd202e339046728ee7dddb |
| Linux/Linuxgeneric | 4.18 | Not reported |
| Linux/Linuxgeneric | >=004d4b274e2a1a895a0e5dc66158b90a7d463d44 <ea3fae6984ba0f054550e4da22219489c12cd8d4 || >=004d4b274e2a1a895a0e5dc66158b90a7d463d44 <a675524cfbe88fd49c05ff8807a08646983e687c || >=004d4b274e2a1a895a0e5dc66158b90a7d463d44 <b05c2e25a5c168dbb46b6f7fcb741fd4e4f3b54a || >=004d4b274e2a1a895a0e5dc66158b90a7d463d44 <e217492f6fa2228ad703ee3006d8fc4e5969fbd4 || >=004d4b274e2a1a895a0e5dc66158b90a7d463d44 <9cd15511de7c619bbd0f54bb3f28e6e720ded5d6 || >=004d4b274e2a1a895a0e5dc66158b90a7d463d44 <c13fda93aca118b8e5cd202e339046728ee7dddb | ea3fae6984ba0f054550e4da22219489c12cd8d4, a675524cfbe88fd49c05ff8807a08646983e687c, b05c2e25a5c168dbb46b6f7fcb741fd4e4f3b54a, e217492f6fa2228ad703ee3006d8fc4e5969fbd4, 9cd15511de7c619bbd0f54bb3f28e6e720ded5d6, c13fda93aca118b8e5cd202e339046728ee7dddb |
Published upstream
Sep 18, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 2, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: bpf: Remove tst_run from lwt_seg6local_prog_ops. The syzbot reported that the lwt_seg6 related BPF ops can be invoked via bpf_test_run() without without entering input_action_end_bpf() first. Martin KaFai Lau said that self test for BPF_PROG_TYPE_LWT_SEG6LOCAL probably didn't work since it was introduced in commit 04d4b274e2a ("ipv6: sr: Add seg6local action End.BPF"). The reason is that the per-CPU variable seg6_bpf_srh_states::srh is never assigned in the self test case but each BPF function expects it. Remove test_run for BPF_PROG_TYPE_LWT_SEG6LOCAL.
Quoted source text, attributed separately from HOL analysis.