cve/2002/CVE-2002-0354.md

19 lines
809 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2002-0354](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-0354)
![](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 XMLHttpRequest object (XMLHTTP) in Netscape 6.1 and Mozilla 0.9.7 allows remote attackers to read arbitrary files and list directories on a client system by opening a URL that redirects the browser to the file on the client, then reading the result using the responseText property.
### POC
#### Reference
- http://marc.info/?l=bugtraq&m=102017952204097&w=2
- http://marc.info/?l=ntbugtraq&m=102020343728766&w=2
#### Github
No PoCs found on GitHub currently.