New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible XSS vulnerability #57
Comments
|
CVE-2021-43696 is assigned to this discovery. An unspecified version of twmap is affected by a Cross Site Scripting (XSS) vulnerability. In file list.php, the exit function will terminate the script and print the message to the user. The message will contain $_REQUEST then there is a XSS vulnerability. |
|
@enferas thanks for pointing out. I will update datatable component. https://datatables.net/ |
|
I upgrade datatables to to lastest legacy version 1.9.4 and filter veriable from frontend.. |
Hello,
I would like to report for XSS vulnerability.
In file https://github.com/happyman/twmap/blob/master/twmap_gen/list.php line 33
exit function will terminate the script and print a message which has $_REQUEST. Then there is XSS vulnerability
The text was updated successfully, but these errors were encountered: