CVE-2024-50074 - CVE House
Back to Database
Status published Unknown CVE-2024-50074

parport: Proper fix for array out-of-bounds access

Vulnerability 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.

Impact Analysis

Refer to official advisory for detailed impact metrics.

Remediation

Ensure systems are updated to the latest vendor-supplied patch levels.

THREAT MONITOR

Am I Vulnerable?

Launch our assessment wizard to check if your infrastructure is exposed to • CVE-2024-50074

Credits & Attribution

No credits recorded in the NVD database.

Affected Vendor

Affected Software

Linux
Vulnerable Versions:
166a0bddcc27de41fe13f861c8348e8e53e988c8, 47b3dce100778001cd76f7e9188944b5cb27a76d, a44f88f7576bc1916d8d6293f5c62fbe7cbe03e0, c719b393374d3763e64900ee19aaed767d5a08d6, 7f4da759092a1a6ce35fb085182d02de8cc4cc84, b579ea3516c371ecf59d073772bc45dfd28c8a0e, ab11dac93d2d568d151b1918d7b84c2d02bacbd5, 7789a1d6792af410aa9b39a1eb237ed24fa2170a, 4.19.320, 5.4.282, 5.10.224, 5.15.165, 6.1.103, 6.6.44, 6.10.3, 6.11, 0, 4.19.323, 5.4.285, 5.10.228, 5.15.169, 6.1.114, 6.6.58, 6.11.5, 6.12

Timeline

Official Publish: October 29th, 2024
Last Modified: May 23rd, 2026
Added to House: July 22nd, 2026

CVSS Vectors

No vector data available

Weaknesses (CWE)

No CWE data available

MITRE ATT&CK TTPs

No associated TTPs found for this vulnerability.