Answer in brief
CVE-2024-50164 records a High severity (CVSS 7.1) vulnerability in bpf: Fix overloading of MEM_UNINIT's meaning. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2024-50164 records a High severity (CVSS 7.1) vulnerability in bpf: Fix overloading of MEM_UNINIT's meaning. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (generic) and additional mapped packages. 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.1. 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), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=97e6d7dab1ca4648821c790a2b7913d6d5d549db <43f4df339a4d375bedcad29a61ae6f0ee7a048f8 || >=97e6d7dab1ca4648821c790a2b7913d6d5d549db <48068ccaea957469f1adf78dfd2c1c9a7e18f0fe || >=97e6d7dab1ca4648821c790a2b7913d6d5d549db <54bc31682660810af1bed7ca7a19f182df8d3df8 || >=97e6d7dab1ca4648821c790a2b7913d6d5d549db <8ea607330a39184f51737c6ae706db7fdca7628e || 6099a6c8a749a5c8d5f8b4c4342022a92072a02b || bfe25df63048edd4ceaf78a2fc755d5e2befc978 || 717c39718dbc4f7ebcbb7b625fb11851cd9007fe || 5d0bba8232bf22ce13747cbfc8f696318ff01a50 || 70674d11d14eeecad90be4b409a22b902112ba32 || a08d942ecbf46e23a192093f6983cb1d779f4fa8 || >=5.15.45 <5.16 || >=5.17.13 <5.18 || >=5.18.2 <5.19 | 43f4df339a4d375bedcad29a61ae6f0ee7a048f8, 48068ccaea957469f1adf78dfd2c1c9a7e18f0fe, 54bc31682660810af1bed7ca7a19f182df8d3df8, 8ea607330a39184f51737c6ae706db7fdca7628e, 5.16, 5.18, 5.19 |
| Linux/Linuxgeneric | 5.19 | Not reported |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
Published upstream
Nov 7, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 14, 2026
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix overloading of MEM_UNINIT's meaning Lonial reported an issue in the BPF verifier where check_mem_size_reg() has the following code: if (!tnum_is_const(reg->var_off)) /* For unprivileged variable accesses, disable raw * mode so that the program is required to * initialize all the memory that the helper could * just partially fill up. */ meta = NULL; This means that writes are not checked when the register containing the size of the passed buffer has not a fixed size. Through this bug, a BPF program can write to a map which is marked as read-only, for example, .rodata global maps. The problem is that MEM_UNINIT's initial meaning that "the passed buffer to the BPF helper does not need to be initialized" which was added back in commit 435faee1aae9 ("bpf, verifier: add ARG_PTR_TO_RAW_STACK type") got overloaded over time with "the passed buffer is being written to". The problem however is that checks such as the above which were added later via 06c1c049721a ("bpf: allow helpers access to variable memory") set meta to NULL in order force the user to always initialize the passed buffer to the helper. Due to the current double meaning of MEM_UNINIT, this bypasses verifier write checks to the memory (not boundary checks though) and only assumes the latter memory is read instead. Fix this by reverting MEM_UNINIT back to its original meaning, and having MEM_WRITE as an annotation to BPF helpers in order to then trigger the BPF verifier checks for writing to memory. Some notes: check_arg_pair_ok() ensures that for ARG_CONST_SIZE{,_OR_ZERO} we can access fn->arg_type[arg - 1] since it must contain a preceding ARG_PTR_TO_MEM. For check_mem_reg() the meta argument can be removed altogether since we do check both BPF_READ and BPF_WRITE. Same for the equivalent check_kfunc_mem_size_reg().
Quoted source text, attributed separately from HOL analysis.
CVSS is 7.1. 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), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=97e6d7dab1ca4648821c790a2b7913d6d5d549db <43f4df339a4d375bedcad29a61ae6f0ee7a048f8 || >=97e6d7dab1ca4648821c790a2b7913d6d5d549db <48068ccaea957469f1adf78dfd2c1c9a7e18f0fe || >=97e6d7dab1ca4648821c790a2b7913d6d5d549db <54bc31682660810af1bed7ca7a19f182df8d3df8 || >=97e6d7dab1ca4648821c790a2b7913d6d5d549db <8ea607330a39184f51737c6ae706db7fdca7628e || 6099a6c8a749a5c8d5f8b4c4342022a92072a02b || bfe25df63048edd4ceaf78a2fc755d5e2befc978 || 717c39718dbc4f7ebcbb7b625fb11851cd9007fe || 5d0bba8232bf22ce13747cbfc8f696318ff01a50 || 70674d11d14eeecad90be4b409a22b902112ba32 || a08d942ecbf46e23a192093f6983cb1d779f4fa8 || >=5.15.45 <5.16 || >=5.17.13 <5.18 || >=5.18.2 <5.19 | 43f4df339a4d375bedcad29a61ae6f0ee7a048f8, 48068ccaea957469f1adf78dfd2c1c9a7e18f0fe, 54bc31682660810af1bed7ca7a19f182df8d3df8, 8ea607330a39184f51737c6ae706db7fdca7628e, 5.16, 5.18, 5.19 |
| Linux/Linuxgeneric | 5.19 | Not reported |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
Published upstream
Nov 7, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 14, 2026
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix overloading of MEM_UNINIT's meaning Lonial reported an issue in the BPF verifier where check_mem_size_reg() has the following code: if (!tnum_is_const(reg->var_off)) /* For unprivileged variable accesses, disable raw * mode so that the program is required to * initialize all the memory that the helper could * just partially fill up. */ meta = NULL; This means that writes are not checked when the register containing the size of the passed buffer has not a fixed size. Through this bug, a BPF program can write to a map which is marked as read-only, for example, .rodata global maps. The problem is that MEM_UNINIT's initial meaning that "the passed buffer to the BPF helper does not need to be initialized" which was added back in commit 435faee1aae9 ("bpf, verifier: add ARG_PTR_TO_RAW_STACK type") got overloaded over time with "the passed buffer is being written to". The problem however is that checks such as the above which were added later via 06c1c049721a ("bpf: allow helpers access to variable memory") set meta to NULL in order force the user to always initialize the passed buffer to the helper. Due to the current double meaning of MEM_UNINIT, this bypasses verifier write checks to the memory (not boundary checks though) and only assumes the latter memory is read instead. Fix this by reverting MEM_UNINIT back to its original meaning, and having MEM_WRITE as an annotation to BPF helpers in order to then trigger the BPF verifier checks for writing to memory. Some notes: check_arg_pair_ok() ensures that for ARG_CONST_SIZE{,_OR_ZERO} we can access fn->arg_type[arg - 1] since it must contain a preceding ARG_PTR_TO_MEM. For check_mem_reg() the meta argument can be removed altogether since we do check both BPF_READ and BPF_WRITE. Same for the equivalent check_kfunc_mem_size_reg().
Quoted source text, attributed separately from HOL analysis.