CVE-2024-0193
MediumA use-after-free flaw was found in the netfilter subsystem of the Linux kernel. If the catchall element is garbage-collected when the pipapo set is removed, the element can be deactivated twice. This can cause a use-after-free issue on an NFT_CHAIN object or NFT_OBJECT object, allowing a local unprivileged user with CAP_NET_ADMIN capability to escalate their privileges on the system.
CVSS 3.1 score
6.7
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Weakness type
CWE-416CVE-2024-0193 is a Use After Free vulnerability
What is Use After Free?
The product references memory after it has been freed, which may cause it to crash, use unexpected values, or execute code. Learn more on MITRE CWE
Affected versions
Fixed in
0:5.14.0-362.24.1.el9_3,
0:5.14.0-362.24.1.el9_3,
0:5.14.0-70.105.1.el9_0,
0:5.14.0-70.105.1.rt21.177.el9_0,
0:5.14.0-284.55.1.el9_2,
0:5.14.0-284.55.1.rt14.340.el9_2
and their respective stable series.
References
The following references provide additional information about CVE-2024-0193 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
Vendor Advisory
-
Vendor Advisory
-
Vendor Advisory
-
Vendor Advisory
-
Vendor Advisory
-
Vendor Advisory
-
Mitigation Third Party Advisory
-
PatchKernel patch commithttps://bugzilla.redhat.com/show_bug.cgi?id=2255653
Frequently asked questions
-
What is CVE-2024-0193?
CVE-2024-0193 is a Medium severity Linux kernel vulnerability with a CVSS score of 6.7 out of 10 , classified as an Use After Free flaw (CWE-416) . CVE-2024-0193 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2024-0193?
CVE-2024-0193 has a CVSS score of 6.7 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H. -
Is there a patch available for CVE-2024-0193?
Yes — CVE-2024-0193 has been patched. Fixed versions include 0:5.14.0-362.24.1.el9_3, 0:5.14.0-362.24.1.el9_3, 0:5.14.0-70.105.1.el9_0 and others.
-
Is CVE-2024-0193 actively exploited?
No — CVE-2024-0193 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Use After Free (CWE-416)?
The product references memory after it has been freed, which may cause it to crash, use unexpected values, or execute code. View CWE-416 on MITRE CWE →