Linux · Linux Kernel · CVE-2024-58085
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
A warning has been resolved in the Linux kernel related to the tomoyo write control() function. The issue arose when a very long line without a new line character was written, causing a too large allocation warning. The fix involves using GFP NOWARN instead of checking for KMALLOC MAX SIZE, as a valid line should be shorter than 32KB.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.