Code Injection in GNU C Library (glibc) - CVE-2011-2702

 

Code Injection in GNU C Library (glibc) - CVE-2011-2702

Published: February 13, 2023 / Updated: June 3, 2025


Vulnerability identifier: #VU110113
CSH Severity: Medium
CVSS v4: 6.9 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N]
CVE-ID: CVE-2011-2702
CWE-ID: CWE-94
Exploitation vector: Remote access
Exploit availability: Public exploit is available

Vulnerability details

The vulnerability allows a remote non-authenticated attacker to read and manipulate data.

Integer signedness error in Glibc before 2.13 and eglibc before 2.13, when using Supplemental Streaming SIMD Extensions 3 (SSSE3) optimization, allows context-dependent attackers to execute arbitrary code via a negative length parameter to (1) memcpy-ssse3-rep.S, (2) memcpy-ssse3.S, or (3) memset-sse2.S in sysdeps/i386/i686/multiarch/, which triggers an out-of-bounds read, as demonstrated using the memcpy function.


Affected software

GNU C Library (glibc)

How to mitigate CVE-2011-2702

Install update from vendor's website.

GNU C Library (glibc) - update to 2.13

Links to Public Exploits and PoC-codes

External References

Related Security Bulletins