exploit-db-mirror/exploits/php/webapps/22725.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

7 lines
No EOL
530 B
Text

source: http://www.securityfocus.com/bid/7805/info
Scripts that include the PHP phpinfo() debugging function may be prone to cross-site scripting attacks. This could permit remote attackers to create a malicious link to a vulnerable PHP script that includes hostile client-side script code or HTML. If this link is visited, the attacker-supplied code may be rendered in the browser of the user who visit the malicious link.
http://www.example.com/info.php?variable=[code]
where [code] equals hostile HTML or script code.