ID |
CVE-2012-3406
|
Summary |
The vfprintf function in stdio-common/vfprintf.c in GNU C Library (aka glibc) 2.5, 2.12, and probably other versions does not "properly restrict the use of" the alloca function when allocating the SPECS array, which allows context-dependent attackers to bypass the FORTIFY_SOURCE format-string protection mechanism and cause a denial of service (crash) or possibly execute arbitrary code via a crafted format string using positional parameters and a large number of format specifiers, a different vulnerability than CVE-2012-3404 and CVE-2012-3405. |
References |
|
Vulnerable Configurations |
-
cpe:2.3:a:gnu:glibc:2.5:*:*:*:*:*:*:*
cpe:2.3:a:gnu:glibc:2.5:*:*:*:*:*:*:*
-
cpe:2.3:a:gnu:glibc:2.12:*:*:*:*:*:*:*
cpe:2.3:a:gnu:glibc:2.12:*:*:*:*:*:*:*
-
cpe:2.3:a:redhat:enterprise_virtualization:3.0:*:*:*:*:*:*:*
cpe:2.3:a:redhat:enterprise_virtualization:3.0:*:*:*:*:*:*:*
-
cpe:2.3:o:canonical:ubuntu_linux:8.04:-:lts:*:*:*:*:*
cpe:2.3:o:canonical:ubuntu_linux:8.04:-:lts:*:*:*:*:*
-
cpe:2.3:o:canonical:ubuntu_linux:10.04:-:lts:*:*:*:*:*
cpe:2.3:o:canonical:ubuntu_linux:10.04:-:lts:*:*:*:*:*
-
cpe:2.3:o:canonical:ubuntu_linux:11.04:*:*:*:*:*:*:*
cpe:2.3:o:canonical:ubuntu_linux:11.04:*:*:*:*:*:*:*
-
cpe:2.3:o:canonical:ubuntu_linux:11.10:*:*:*:*:*:*:*
cpe:2.3:o:canonical:ubuntu_linux:11.10:*:*:*:*:*:*:*
-
cpe:2.3:o:canonical:ubuntu_linux:12.04:-:lts:*:*:*:*:*
cpe:2.3:o:canonical:ubuntu_linux:12.04:-:lts:*:*:*:*:*
-
cpe:2.3:o:redhat:enterprise_linux:5:*:*:*:*:*:*:*
cpe:2.3:o:redhat:enterprise_linux:5:*:*:*:*:*:*:*
-
cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*
cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*
|
CVSS |
Base: | 6.8 (as of 22-04-2019 - 17:48) |
Impact: | |
Exploitability: | |
|
CWE |
CWE-264 |
CAPEC |
-
Manipulating Web Input to File System Calls
An attacker manipulates inputs to the target software which the target software passes to file system calls in the OS. The goal is to gain access to, and perhaps modify, areas of the file system that the target software did not intend to be accessible.
-
Leverage Executable Code in Non-Executable Files
An attack of this type exploits a system's trust in configuration and resource files. When the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high.
-
Using Malicious Files
An attack of this type exploits a system's configuration that allows an attacker to either directly access an executable file, for example through shell access; or in a possible worst case allows an attacker to upload a file and then execute it. Web servers, ftp servers, and message oriented middleware systems which have many integration points are particularly vulnerable, because both the programmers and the administrators must be in synch regarding the interfaces and the correct privileges for each interface.
-
Target Programs with Elevated Privileges
This attack targets programs running with elevated privileges. The attacker would try to leverage a bug in the running program and get arbitrary code to execute with elevated privileges. For instance an attacker would look for programs that write to the system directories or registry keys (such as HKLM, which stores a number of critical Windows environment variables). These programs are typically running with elevated privileges and have usually not been designed with security in mind. Such programs are excellent exploit targets because they yield lots of power when they break. The malicious user try to execute its code at the same level as a privileged system call.
-
Restful Privilege Elevation
Rest uses standard HTTP (Get, Put, Delete) style permissions methods, but these are not necessarily correlated generally with back end programs. Strict interpretation of HTTP get methods means that these HTTP Get services should not be used to delete information on the server, but there is no access control mechanism to back up this logic. This means that unless the services are properly ACL'd and the application's service implementation are following these guidelines then an HTTP request can easily execute a delete or update on the server side. The attacker identifies a HTTP Get URL such as http://victimsite/updateOrder, which calls out to a program to update orders on a database or other resource. The URL is not idempotent so the request can be submitted multiple times by the attacker, additionally, the attacker may be able to exploit the URL published as a Get method that actually performs updates (instead of merely retrieving data). This may result in malicious or inadvertent altering of data on the server.
|
Access |
Vector | Complexity | Authentication |
NETWORK |
MEDIUM |
NONE |
|
Impact |
Confidentiality | Integrity | Availability |
PARTIAL |
PARTIAL |
PARTIAL |
|
cvss-vector
via4
|
AV:N/AC:M/Au:N/C:P/I:P/A:P
|
redhat
via4
|
advisories | bugzilla | id | 826943 | title | CVE-2012-3406 glibc: printf() unbound alloca() usage in case of positional parameters + many format specs |
| oval | OR | comment | Red Hat Enterprise Linux must be installed | oval | oval:com.redhat.rhba:tst:20070304026 |
AND | comment | Red Hat Enterprise Linux 5 is installed | oval | oval:com.redhat.rhba:tst:20070331005 |
OR | AND | comment | glibc is earlier than 0:2.5-81.el5_8.4 | oval | oval:com.redhat.rhsa:tst:20121097001 |
comment | glibc is signed with Red Hat redhatrelease key | oval | oval:com.redhat.rhba:tst:20130022002 |
|
AND | comment | glibc-common is earlier than 0:2.5-81.el5_8.4 | oval | oval:com.redhat.rhsa:tst:20121097003 |
comment | glibc-common is signed with Red Hat redhatrelease key | oval | oval:com.redhat.rhba:tst:20130022004 |
|
AND | comment | glibc-devel is earlier than 0:2.5-81.el5_8.4 | oval | oval:com.redhat.rhsa:tst:20121097005 |
comment | glibc-devel is signed with Red Hat redhatrelease key | oval | oval:com.redhat.rhba:tst:20130022006 |
|
AND | comment | glibc-headers is earlier than 0:2.5-81.el5_8.4 | oval | oval:com.redhat.rhsa:tst:20121097007 |
comment | glibc-headers is signed with Red Hat redhatrelease key | oval | oval:com.redhat.rhba:tst:20130022008 |
|
AND | comment | glibc-utils is earlier than 0:2.5-81.el5_8.4 | oval | oval:com.redhat.rhsa:tst:20121097009 |
comment | glibc-utils is signed with Red Hat redhatrelease key | oval | oval:com.redhat.rhba:tst:20130022010 |
|
AND | comment | nscd is earlier than 0:2.5-81.el5_8.4 | oval | oval:com.redhat.rhsa:tst:20121097011 |
comment | nscd is signed with Red Hat redhatrelease key | oval | oval:com.redhat.rhba:tst:20130022012 |
|
|
|
|
| rhsa | id | RHSA-2012:1097 | released | 2012-07-18 | severity | Moderate | title | RHSA-2012:1097: glibc security and bug fix update (Moderate) |
|
bugzilla | id | 837026 | title | libresolv dumps core when IPv6 address in resolv.conf |
| oval | OR | comment | Red Hat Enterprise Linux must be installed | oval | oval:com.redhat.rhba:tst:20070304026 |
AND | comment | Red Hat Enterprise Linux 6 is installed | oval | oval:com.redhat.rhba:tst:20111656003 |
OR | AND | comment | glibc is earlier than 0:2.12-1.80.el6_3.3 | oval | oval:com.redhat.rhsa:tst:20121098001 |
comment | glibc is signed with Red Hat redhatrelease2 key | oval | oval:com.redhat.rhba:tst:20120763002 |
|
AND | comment | glibc-common is earlier than 0:2.12-1.80.el6_3.3 | oval | oval:com.redhat.rhsa:tst:20121098003 |
comment | glibc-common is signed with Red Hat redhatrelease2 key | oval | oval:com.redhat.rhba:tst:20120763004 |
|
AND | comment | glibc-devel is earlier than 0:2.12-1.80.el6_3.3 | oval | oval:com.redhat.rhsa:tst:20121098005 |
comment | glibc-devel is signed with Red Hat redhatrelease2 key | oval | oval:com.redhat.rhba:tst:20120763006 |
|
AND | comment | glibc-headers is earlier than 0:2.12-1.80.el6_3.3 | oval | oval:com.redhat.rhsa:tst:20121098007 |
comment | glibc-headers is signed with Red Hat redhatrelease2 key | oval | oval:com.redhat.rhba:tst:20120763008 |
|
AND | comment | glibc-static is earlier than 0:2.12-1.80.el6_3.3 | oval | oval:com.redhat.rhsa:tst:20121098009 |
comment | glibc-static is signed with Red Hat redhatrelease2 key | oval | oval:com.redhat.rhba:tst:20120763010 |
|
AND | comment | glibc-utils is earlier than 0:2.12-1.80.el6_3.3 | oval | oval:com.redhat.rhsa:tst:20121098011 |
comment | glibc-utils is signed with Red Hat redhatrelease2 key | oval | oval:com.redhat.rhba:tst:20120763012 |
|
AND | comment | nscd is earlier than 0:2.12-1.80.el6_3.3 | oval | oval:com.redhat.rhsa:tst:20121098013 |
comment | nscd is signed with Red Hat redhatrelease2 key | oval | oval:com.redhat.rhba:tst:20120763014 |
|
|
|
|
| rhsa | id | RHSA-2012:1098 | released | 2012-07-18 | severity | Moderate | title | RHSA-2012:1098: glibc security and bug fix update (Moderate) |
|
| rpms | - glibc-0:2.5-81.el5_8.4
- glibc-common-0:2.5-81.el5_8.4
- glibc-debuginfo-0:2.5-81.el5_8.4
- glibc-debuginfo-common-0:2.5-81.el5_8.4
- glibc-devel-0:2.5-81.el5_8.4
- glibc-headers-0:2.5-81.el5_8.4
- glibc-utils-0:2.5-81.el5_8.4
- nscd-0:2.5-81.el5_8.4
- glibc-0:2.12-1.80.el6_3.3
- glibc-common-0:2.12-1.80.el6_3.3
- glibc-debuginfo-0:2.12-1.80.el6_3.3
- glibc-debuginfo-common-0:2.12-1.80.el6_3.3
- glibc-devel-0:2.12-1.80.el6_3.3
- glibc-headers-0:2.12-1.80.el6_3.3
- glibc-static-0:2.12-1.80.el6_3.3
- glibc-utils-0:2.12-1.80.el6_3.3
- nscd-0:2.12-1.80.el6_3.3
- rhev-hypervisor6-0:6.3-20120815.0.el6_3
|
|
refmap
via4
|
confirm | | gentoo | GLSA-201503-04 | mlist | [oss-security] 20120711 Re: CVE request: glibc formatted printing vulnerabilities | ubuntu | USN-1589-1 |
|
Last major update |
22-04-2019 - 17:48 |
Published |
10-02-2014 - 18:15 |
Last modified |
22-04-2019 - 17:48 |