vendor:
by:
Rh0
5.5
CVSS
MEDIUM
NULL dereference vulnerability
476
CWE
Product Name:
Affected Version From: <= 2.11.1
Affected Version To: higher versions not tested
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Debian stable (x86-64), Ubuntu 9.10 (x86), Fedora 12 (x86)
2010
Local Glibc shared library (.so) exploit
This exploit takes advantage of the _init section in a shared library to execute arbitrary code or crash an application. By overwriting the _init section with shellcode or malicious data, an attacker can exploit applications that use shared libraries, such as Mozilla, Geany IDE, Compiz, and Epiphany web browser. The exploit involves creating a custom compiled file with a custom _init section that executes the execve() function to spawn a shell. The exploit is in the form of a shared library file (.so).
Mitigation:
Apply patches provided by the vendor to fix the vulnerability. Update to a version of the affected software that is not vulnerable. Avoid loading shared libraries from untrusted sources.