- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 20047
- Проверка EDB
-
- Пройдено
- Автор
- SECUREXPERT LABS
- Тип уязвимости
- DOS
- Платформа
- WINDOWS
- CVE
- cve-2000-0581
- Дата публикации
- 2000-06-30
Код:
source: https://www.securityfocus.com/bid/1414/info
Microsoft Windows 2000 Server comes with a telnet server to provide remote console access. A remote attacker can send a stream of binary zeros to the server, causing it to fail. If automatic restart is enabled, numerous attacks will cause the telnet server to restart until the maximum failure/restart count is exceeded, at which point the service is disabled.
An attacker can exploit this issue using netcat under Linux:
nc target.host 23 < /dev/zero
- Источник
- www.exploit-db.com