Exploit Microsoft Index Server 2.0 - '%20' ASP Source Disclosure

Exploiter

Хакер
34,599
0
18 Дек 2022
EDB-ID
19830
Проверка EDB
  1. Пройдено
Автор
DAVID LITCHFIELD
Тип уязвимости
REMOTE
Платформа
WINDOWS
CVE
cve-2000-0302
Дата публикации
2000-03-31
Microsoft Index Server 2.0 - '%20' ASP Source Disclosure
Код:
source: https://www.securityfocus.com/bid/1084/info

Index Server can be used to cause IIS to display the source of .asp and possibly other server-side processed files.

By appending a space (%20) to the end of the filename specified in the 'CiWebHitsFile' variable, and setting 'CiHiliteType' to 'Full' and 'CiRestriction' to 'None', it is possible to retrieve the unprocessed source of the file.

This is possible on any machine with Index Server installed, even those with no normal .htw files, because the virtual file null.htw is stored in memory and the .htw extension is mapped by default to webhits.dll . 

Requesting a URL like the following will return the source of default.asp on a vulnerable system:

http://target/null.htw?CiWebHitsFile=/default.asp%20&CiRestriction=none&CiHiliteType=Full
 
Источник
www.exploit-db.com

Похожие темы