A use-after-free vulnerability in the Linux kernel's netfilter: nf_tables component can be exploited to achieve local privilege escalation.
The nft_setelem_catchall_deactivate() function checks whether the catch-all set element is active in the current generation instead of the next generation before freeing it, but only flags it inactive in the next generation, making it possible to free the element multiple times, leading to a double free vulnerability.
We recommend upgrading past commit b1db244ffd041a49ecc9618e8feb6b5c1afcdaa7.
References
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 08:49
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b1db244ffd041a49ecc9618e8feb6b5c1afcdaa7 - Patch | |
References | () https://kernel.dance/b1db244ffd041a49ecc9618e8feb6b5c1afcdaa7 - Patch |
05 Feb 2024, 20:41
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b1db244ffd041a49ecc9618e8feb6b5c1afcdaa7 - Patch | |
References | () https://kernel.dance/b1db244ffd041a49ecc9618e8feb6b5c1afcdaa7 - Patch | |
First Time |
Linux linux Kernel
Linux |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CWE | CWE-416 |
31 Jan 2024, 14:05
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-01-31 13:15
Updated : 2024-11-21 08:49
NVD link : CVE-2024-1085
Mitre link : CVE-2024-1085
CVE.ORG link : CVE-2024-1085
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free