← Back to CVE List

CVE-2024-53061

Published: 2024-11-19T18:15Z
Last Modified: 2025-02-18T16:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt