CVE-2024-0607
Linux Netfilter nft_byteorder_eval Array Corruption Denial of Service Vulnerability
Description
A flaw was found in the Netfilter subsystem in the Linux kernel. The issue is in the nft_byteorder_eval() function, where the code iterates through a loop and writes to the `dst` array. On each iteration, 8 bytes are written, but `dst` is an array of u32, so each element only has space for 4 bytes. That means every iteration overwrites part of the previous element corrupting this array of u32. This flaw allows a local user to cause a denial of service or potentially break NetFilter functionality.
INFO
Published Date :
Jan. 18, 2024, 4:15 p.m.
Last Modified :
Nov. 21, 2024, 8:46 a.m.
Source :
[email protected]
Remotely Exploitable :
No
Impact Score :
4.7
Exploitability Score :
1.8
Affected Products
The following products are affected by CVE-2024-0607
vulnerability.
Even if cvefeed.io
is aware of the exact versions of the
products
that
are
affected, the information is not represented in the table below.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-0607
.
URL | Resource |
---|---|
https://access.redhat.com/security/cve/CVE-2024-0607 | Third Party Advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=2258635 | Issue Tracking Patch Third Party Advisory |
https://github.com/torvalds/linux/commit/c301f0981fdd3fd1ffac6836b423c4d7a8e0eb63 | Patch |
https://access.redhat.com/security/cve/CVE-2024-0607 | Third Party Advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=2258635 | Issue Tracking Patch Third Party Advisory |
https://github.com/torvalds/linux/commit/c301f0981fdd3fd1ffac6836b423c4d7a8e0eb63 | Patch |
https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html | |
https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html |
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-0607
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-0607
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://access.redhat.com/security/cve/CVE-2024-0607 Added Reference https://bugzilla.redhat.com/show_bug.cgi?id=2258635 Added Reference https://github.com/torvalds/linux/commit/c301f0981fdd3fd1ffac6836b423c4d7a8e0eb63 Added Reference https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html Added Reference https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html -
CVE Modified by [email protected]
Sep. 27, 2024
Action Type Old Value New Value Removed Reference Red Hat, Inc. https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html Removed Reference Red Hat, Inc. https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html -
CVE Modified by [email protected]
Jun. 27, 2024
Action Type Old Value New Value Added Reference Red Hat, Inc. https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html [No types assigned] -
CVE Modified by [email protected]
Jun. 25, 2024
Action Type Old Value New Value Added Reference Red Hat, Inc. https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html [No types assigned] -
CVE Modified by [email protected]
May. 14, 2024
Action Type Old Value New Value -
Initial Analysis by [email protected]
Jan. 26, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H Changed Reference Type https://access.redhat.com/security/cve/CVE-2024-0607 No Types Assigned https://access.redhat.com/security/cve/CVE-2024-0607 Third Party Advisory Changed Reference Type https://bugzilla.redhat.com/show_bug.cgi?id=2258635 No Types Assigned https://bugzilla.redhat.com/show_bug.cgi?id=2258635 Issue Tracking, Patch, Third Party Advisory Changed Reference Type https://github.com/torvalds/linux/commit/c301f0981fdd3fd1ffac6836b423c4d7a8e0eb63 No Types Assigned https://github.com/torvalds/linux/commit/c301f0981fdd3fd1ffac6836b423c4d7a8e0eb63 Patch Added CWE NIST NVD-CWE-Other Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions up to (excluding) 6.7 *cpe:2.3:o:linux:linux_kernel:6.7:rc1:*:*:*:*:*:* Added CPE Configuration OR *cpe:2.3:o:fedoraproject:fedora:39:*:*:*:*:*:*:* Added CPE Configuration OR *cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:* *cpe:2.3:o:redhat:enterprise_linux:9.0:*:*:*:*:*:*:* -
CVE Modified by [email protected]
Jan. 21, 2024
Action Type Old Value New Value Added Reference Red Hat, Inc. https://github.com/torvalds/linux/commit/c301f0981fdd3fd1ffac6836b423c4d7a8e0eb63 [No types assigned] Added CWE Red Hat, Inc. CWE-229 Removed CWE Red Hat, Inc. CWE-787 -
CVE Modified by [email protected]
Jan. 21, 2024
Action Type Old Value New Value Changed Description A flaw was found in the Netfilter subsystem in the Linux kernel. The issue is in the nft_byteorder_eval() function, where the code iterates through a loop and writes to the `dst` array. On each iteration, 8 bytes are written, but `dst` is an array of u32, so each element only has space for 4 bytes. That means every iteration overwrites part of the previous element, possibly leading to an out-of-bounds write. This flaw allows a local user to cause a denial of service or potentially escalate their privileges on the system. A flaw was found in the Netfilter subsystem in the Linux kernel. The issue is in the nft_byteorder_eval() function, where the code iterates through a loop and writes to the `dst` array. On each iteration, 8 bytes are written, but `dst` is an array of u32, so each element only has space for 4 bytes. That means every iteration overwrites part of the previous element corrupting this array of u32. This flaw allows a local user to cause a denial of service or potentially break NetFilter functionality. Removed CVSS V3.1 Red Hat, Inc. AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H Added CVSS V3.1 Red Hat, Inc. AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H -
CVE Received by [email protected]
Jan. 18, 2024
Action Type Old Value New Value Added Description A flaw was found in the Netfilter subsystem in the Linux kernel. The issue is in the nft_byteorder_eval() function, where the code iterates through a loop and writes to the `dst` array. On each iteration, 8 bytes are written, but `dst` is an array of u32, so each element only has space for 4 bytes. That means every iteration overwrites part of the previous element, possibly leading to an out-of-bounds write. This flaw allows a local user to cause a denial of service or potentially escalate their privileges on the system. Added Reference Red Hat, Inc. https://access.redhat.com/security/cve/CVE-2024-0607 [No types assigned] Added Reference Red Hat, Inc. https://bugzilla.redhat.com/show_bug.cgi?id=2258635 [No types assigned] Added CWE Red Hat, Inc. CWE-787 Added CVSS V3.1 Red Hat, Inc. AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-0607
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-0607
weaknesses.
Exploit Prediction
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days.
0.04 }} 0.00%
score
0.05731
percentile