Input validation error in Linux kernel - CVE-2010-0307

 

Input validation error in Linux kernel - CVE-2010-0307

Published: February 17, 2010 / Updated: July 3, 2024


Vulnerability identifier: #VU93716
CSH Severity: Low
CVSS v4: 6.8 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2010-0307
CWE-ID: CWE-20
Exploitation vector: Local access
Exploit availability: Public exploit is available

Vulnerability details

The vulnerability allows a local user to perform a denial of service (DoS) attack.

The load_elf_binary function in fs/binfmt_elf.c in the Linux kernel before 2.6.32.8 on the x86_64 platform does not ensure that the ELF interpreter is available before a call to the SET_PERSONALITY macro, which allows local users to cause a denial of service (system crash) via a 32-bit application that attempts to execute a 64-bit application and then triggers a segmentation fault, as demonstrated by amd64_killer, related to the flush_old_exec function.


Affected software

Linux kernel

How to mitigate CVE-2010-0307

Install update from vendor's website.


Links to Public Exploits and PoC-codes

External References

Related Security Bulletins