Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a code issue vulnerability that stems from the fact that in the nft_byteorder_eval() function, the code iteratively loops and writes dst[0], dst[1], dst[2], etc., and writes 8 bytes for each iteration, but dst[] is a u32 array, and therefore only has 4 bytes of space for each element, which means that each iteration overwrites a portion of the previous element. An attacker could use this vulnerability to cause a denial of service or possibly corrupt NetFilter functionality.