There's a database I work with every day and today I got an XSS error from "chrome" while refreshing a page in phpMyAdmin. I usually hit the page embedded Refresh button, but this time I hit F5 and the NoScript error popped up and it redirected me a sanitized version of the page, so I thought I'd ask about it on the forums. Here's the error:
Code: Select all
NoScript filtered a potential cross-site scripting (XSS) attempt from [chrome]. Technical details have been logged to the Console.
Code: Select all
[NoScript InjectionChecker] JavaScript Injection in ///mysql-admin-db-7/import.php?db=main&table=files&sql_query=SELECT+*++FROM+`files`+WHERE+`filename`+LIKE+'%keyword%'+ORDER+BY+`filename`+ASC&show_query=1&token=1234567890
(function anonymous() {
+WHERE+`filename`+LIKE+'%keyword%'+ORDER+BY+`filename`+ASC /* COMMENT_TERMINATOR */
DUMMY_EXPR
})
Code: Select all
[NoScript XSS] Sanitized suspicious request. Original URL [https://www.website.com/mysql-admin-db-7/import.php?db=main&table=files&sql_query=SELECT+%2A++FROM+%60files%60+WHERE+%60filename%60+LIKE+%27%25keyword%25%27+ORDER+BY+%60filename%60+ASC&show_query=1&token=1234567890] requested from [chrome://browser/content/browser.xul]. Sanitized URL: [https://www.website.com/#000098765432100].
Firefox 41.0.2
NoScript 2.6.9.39
Windows 7 Professional