Unchecked return value in Linux kernel - CVE-2005-2553

 

Unchecked return value in Linux kernel - CVE-2005-2553

Published: August 12, 2005 / Updated: February 13, 2023


Vulnerability identifier: #VU94806
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2005-2553
CWE-ID: CWE-252
Exploitation vector: Local access
Exploit availability: No public exploit available
Vendor: Linux Foundation
Affected software:
Linux kernel

Detailed vulnerability description

The vulnerability allows a local user to perform service disruption.

The find_target function in ptrace32.c in the Linux kernel 2.4.x before 2.4.29 does not properly handle a NULL return value from another function, which allows local users to cause a denial of service (kernel crash/oops) by running a 32-bit ltrace program with the -i option on a 64-bit executable program.


How to mitigate CVE-2005-2553

Install update from vendor's repository.

Sources