cve/2005/CVE-2005-4360.md

19 lines
1019 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2005-4360](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4360)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The URL parser in Microsoft Internet Information Services (IIS) 5.1 on Windows XP Professional SP2 allows remote attackers to execute arbitrary code via multiple requests to ".dll" followed by arguments such as "~0" through "~9", which causes ntdll.dll to produce a return value that is not correctly handled by IIS, as demonstrated using "/_vti_bin/.dll/*/~0". NOTE: the consequence was originally believed to be only a denial of service (application crash and reboot).
### POC
#### Reference
- http://securityreason.com/securityalert/271
- https://docs.microsoft.com/en-us/security-updates/securitybulletins/2007/ms07-041
#### Github
No PoCs found on GitHub currently.