Jump to content

Penetration and Security Verification


Nyphrex

Recommended Posts

Javascript eval() usage

Vulnerability description

The javascript code on this page uses the eval() function. This function evaluates a string and execute it as javascript code. If the input string is controlled by the user, this could lead to XSS (cross-site scripting) vulnerabilities.

Affected files:

/forums

/forums/index.php

/forums/memberlist.php

/forums/posting.php

/forums/search.php

/forums/ucp.php

/forums/viewforum.php

/forums/viewtopic.php

/index.php

 

How to fix this vulnerability

Audit the evaluated code, making sure it's not vulnerable to XSS vulnerabilities.

 

 

 

 

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.