CVE-2022-34918
HIGH 7.8EPSS 5.5%
An issue was discovered in the Linux kernel through 5.18.9. A type confusion bug in nft_set_elem_init (leading to a buffer overflow) could be used by a local attacker to escalate privileges, a different vulnerability than CVE-2022-32250. (The attacker can obtain root access, but must start with an unprivileged user namespace to obtain CAP_NET_ADMIN access.) This can be fixed in nft_setelem_parse_data in net/netfilter/nf_tables_api.c.
- CVSS v3.1
- 7.8 HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H - CVSS v2.0
- 7.2 HIGH
AV:L/AC:L/Au:N/C:C/I:C/A:C - EPSS
- 5.50% chance of exploitation in the next 30 days, 92th percentile
- Published
- 2022-07-04
- Updated
- 2024-08-03
Proof-of-concept exploits (10)
- http://packetstormsecurity.com/files/168543/Netfilter-nft_set_elem_init-Heap-Overflow-Pri…
- http://www.openwall.com/lists/oss-security/2022/07/05/1
- https://www.openwall.com/lists/oss-security/2022/07/02/3
- hardenedvault/vault_range_poc47★ · 2025-04-05
- linulinu/CVE-2022-349180★ · 2022-07-25
- merlinepedra/CVE-2022-34918-LPE-PoC2★ · 2022-07-24
- merlinepedra25/CVE-2022-34918-LPE-PoC3★ · 2022-07-24
- randorisec/CVE-2022-34918-LPE-PoC245★ · 2022-09-06
- veritas501/CVE-2022-34918219★ · 2022-09-15
- MPI-SysSec/Heap-Localization