CVE-2024-53061: media: s5p-jpeg: prevent buffer overflows
In the Linux kernel, the following vulnerability has been resolved:
media: s5p-jpeg: prevent buffer overflows
The current logic allows word to be less than 2. If this happens, there will be buffer overflows, as reported by smatch. Add extra checks to prevent it.
While here, remove an unused word = 0 assignment.
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
debian/linuxto a version that resolves this vulnerability.Fixed in 5.10.234-1Fixed in 6.1.129-1Fixed in 6.1.135-1Fixed in 6.12.25-1Fixed in 6.12.27-1 - Upgrade
Upgrade
debian/linux-6.1to a version that resolves this vulnerability.Fixed in 6.1.129-1~deb11u1
Event History
Frequently Asked Questions
What is the severity of CVE-2024-53061?
CVE-2024-53061 is a critical vulnerability in the Linux kernel that leads to potential buffer overflows.
How do I fix CVE-2024-53061?
To fix CVE-2024-53061, update your Linux kernel to a version that includes the security patch released by the maintainers.
What versions of the Linux kernel are affected by CVE-2024-53061?
CVE-2024-53061 affects multiple kernel versions including 4.4 up to 6.12-rc6.
What are the consequences of exploiting CVE-2024-53061?
Exploiting CVE-2024-53061 could allow attackers to achieve arbitrary code execution through buffer overflow techniques.
Who reported CVE-2024-53061?
CVE-2024-53061 was reported by smatch, highlighting the vulnerability within the s5p-jpeg media component of the Linux kernel.