mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 09:09:31 +02:00
19 lines
968 B
Markdown
19 lines
968 B
Markdown
### [CVE-2010-2252](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2252)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
GNU Wget 1.12 and earlier uses a server-provided filename instead of the original URL to determine the destination filename of a download, which allows remote servers to create or overwrite arbitrary files via a 3xx redirect to a URL with a .wgetrc filename followed by a 3xx redirect to a URL with a crafted filename, and possibly execute arbitrary code as a consequence of writing to a dotfile in a home directory.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://lists.gnu.org/archive/html/bug-wget/2010-05/msg00023.html
|
|
- http://lists.gnu.org/archive/html/bug-wget/2010-05/msg00031.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|