
Cloud Vulnerability DB
A community-led vulnerabilities database
A flaw was discovered in the Netfilter subsystem in the Linux kernel (CVE-2024-0607). The vulnerability exists 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. This means every iteration overwrites part of the previous element, corrupting this array of u32 (NVD, Ubuntu).
The vulnerability stems from a pointer math issue in the nft_byteorder_eval() function within the Netfilter subsystem. The function performs iterations where it writes 8 bytes of data to each element of the dst array, but since dst is defined as an array of u32 (4-byte elements), each write operation causes a buffer overflow that corrupts the adjacent memory. The issue was fixed in Linux kernel version 6.7-rc2 (Linux Commit). The vulnerability has been assigned a CVSS v3.1 base score of 6.6 MEDIUM (Red Hat).
This vulnerability allows a local user to cause a denial of service condition or potentially break NetFilter functionality. The flaw could lead to system instability or crashes due to memory corruption (NVD, Ubuntu).
The issue has been fixed in Linux kernel version 6.7-rc2. Users are advised to update their systems to the patched version. For Ubuntu systems, it's recommended to disable the ability for unprivileged users to create namespaces if not needed, which can be done temporarily using 'sudo sysctl -w kernel.unprivileged_userns_clone=0' or permanently by adding this setting to /etc/sysctl.d/99-disable-unpriv-userns.conf (Ubuntu).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."