Answer in brief
CVE-2024-36918 records a Unknown severity vulnerability in bpf: Check bloom filter map value size. 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 | >=9330986c03006ab1d33d243b7cfe598a7a3c1baa <fa6995eeb62e74b5a1480c73fb7b420c270784d3 || >=9330986c03006ab1d33d243b7cfe598a7a3c1baa <608e13706c8b6c658a0646f09ebced74ec367f7c || >=9330986c03006ab1d33d243b7cfe598a7a3c1baa <c418afb9bf23e2f2b76cb819601e4a5d9dbab42d || >=9330986c03006ab1d33d243b7cfe598a7a3c1baa <a8d89feba7e54e691ca7c4efc2a6264fa83f3687 | fa6995eeb62e74b5a1480c73fb7b420c270784d3, 608e13706c8b6c658a0646f09ebced74ec367f7c, c418afb9bf23e2f2b76cb819601e4a5d9dbab42d, a8d89feba7e54e691ca7c4efc2a6264fa83f3687 |
| Linux/Linuxgeneric | 5.16 | Not reported |
Published upstream
May 30, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 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: Check bloom filter map value size This patch adds a missing check to bloom filter creating, rejecting values above KMALLOC_MAX_SIZE. This brings the bloom map in line with many other map types. The lack of this protection can cause kernel crashes for value sizes that overflow int's. Such a crash was caught by syzkaller. The next patch adds more guard-rails at a lower level.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2024-36918 records a Unknown severity vulnerability in bpf: Check bloom filter map value size. 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 | >=9330986c03006ab1d33d243b7cfe598a7a3c1baa <fa6995eeb62e74b5a1480c73fb7b420c270784d3 || >=9330986c03006ab1d33d243b7cfe598a7a3c1baa <608e13706c8b6c658a0646f09ebced74ec367f7c || >=9330986c03006ab1d33d243b7cfe598a7a3c1baa <c418afb9bf23e2f2b76cb819601e4a5d9dbab42d || >=9330986c03006ab1d33d243b7cfe598a7a3c1baa <a8d89feba7e54e691ca7c4efc2a6264fa83f3687 | fa6995eeb62e74b5a1480c73fb7b420c270784d3, 608e13706c8b6c658a0646f09ebced74ec367f7c, c418afb9bf23e2f2b76cb819601e4a5d9dbab42d, a8d89feba7e54e691ca7c4efc2a6264fa83f3687 |
| Linux/Linuxgeneric | 5.16 | Not reported |
Published upstream
May 30, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 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: Check bloom filter map value size This patch adds a missing check to bloom filter creating, rejecting values above KMALLOC_MAX_SIZE. This brings the bloom map in line with many other map types. The lack of this protection can cause kernel crashes for value sizes that overflow int's. Such a crash was caught by syzkaller. The next patch adds more guard-rails at a lower level.
Quoted source text, attributed separately from HOL analysis.