CVE
CVE-2012-6711
CVE ID |
CVE-2012-6711
|
---|---|
CVSS Score |
7.8
|
Operating System | |
Affected Versions |
CentOS 7
|
Patched Versions |
4.2.46-35_ol002.el7
|
Patch Date |
|
Additional Information
NVD Listing: https://nvd.nist.gov/vuln/detail/CVE-2012-6711
A heap-based buffer overflow exists in GNU Bash before 4.3 when wide characters, not supported by the current locale set in the LC_CTYPE environment variable, are printed through the echo built-in function. A local attacker, who can provide data to print through the "echo -e" built-in function, may use this flaw to crash a script or execute code with the privileges of the bash process. This occurs because ansicstr() in lib/sh/strtrans.c mishandles u32cconv().