CVE Catalog

CVE-2024-53061

HighCVSS 7.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.31%

23th percentile - higher than 23% of all known CVEs

Summary

In the Linux kernel's s5p-jpeg driver (for hardware JPEG encoder), missing checks could lead to buffer overflows when the 'word' value was less than 2. The fix adds extra checks to prevent this.

Risk Assessment

This could lead to system crashes or potential security breach via unauthorized memory write.

Recommendation

Install the Linux kernel update containing the fix for the s5p-jpeg driver to prevent buffer overflows.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS