CVE-2024-0607
Last modified
CVE-2024-0607 is a medium-severity vulnerability rated 6.6/10 on the CVSS scale. 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. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | < 6.7 | — |
| Linux | Linux Kernel | 6.7 | Rc1 |
| Fedoraproject | Fedora | 39 | — |
| Redhat | Enterprise Linux | 8.0 | — |
| Redhat | Enterprise Linux | 9.0 | — |
References
- https://access.redhat.com/security/cve/CVE-2024-0607Third Party Advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2258635Issue Tracking, Patch, Third Party Advisory
- https://access.redhat.com/security/cve/CVE-2024-0607Third Party Advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2258635Issue Tracking, Patch, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-0607?
How severe is CVE-2024-0607?
How do I fix CVE-2024-0607?
Are you affected by CVE-2024-0607?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
