CVE-2024-50074

Updated: 2025-02-27 13:58:48.62296

Description:

In the Linux kernel, the following vulnerability has been resolved: parport: Proper fix for array out-of-bounds access The recent fix for array out-of-bounds accesses replaced sprintf() calls blindly with snprintf(). However, since snprintf() returns the would-be-printed size, not the actually output size, the length calculation can still go over the given limit. Use scnprintf() instead of snprintf(), which returns the actually output letters, for addressing the potential out-of-bounds access properly.


Links NIST CIRCL RHEL Ubuntu

Severity

Severity Score
CVSS Version 2.x 0
CVSS Version 3.x HIGH 7.8

Status

OS name Project name Version Score Severity Status Errata Last updated

Statement

AlmaLinux 9.2 ESU kernel 5.14.0 7.8 HIGH Released CLSA-2025:1743193221 2025-03-29 03:46:37
CentOS 8.4 ELS kernel 4.18.0 7.8 HIGH In Testing CLSA-2025:1747688514 2025-05-09 04:27:41
CentOS 8.5 ELS kernel 4.18.0 7.8 HIGH In Testing CLSA-2025:1747688831 2025-05-09 04:27:41
CentOS Stream 8 ELS kernel 4.18.0 7.8 HIGH In Progress 2025-05-07 04:21:25
Ubuntu 16.04 ELS linux-hwe 4.15.0 7.8 HIGH Released CLSA-2025:1744624441 2025-04-15 03:57:54
Ubuntu 18.04 ELS linux 4.15.0 7.8 HIGH Released CLSA-2025:1744213128 2025-04-10 03:17:44