THREATOPS
THREAT OPSThreat News › [NVD] CVE-2024-50164 (HIGH 7.1) — 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 va

[NVD] CVE-2024-50164 (HIGH 7.1) — 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 va

lownvdPublished 2024-11-07

CVE-2024-50164 CVSS: 7.1 HIGH Published: 2024-11-07T10:15:07.697

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 t

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2024-50164