Closed
Bug 625007
Opened 15 years ago
Closed 15 years ago
XSS Vulnerability @ https://litmus.mozilla.org/search_results.cgi
Categories
(Webtools Graveyard :: Litmus, defect)
Webtools Graveyard
Litmus
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 613272
People
(Reporter: geeknik, Unassigned)
References
Details
(Whiteboard: [infrasec:xss][ws:high])
This XSS vulnerability affects the script located @ https://litmus.mozilla.org/search_results.cgi.
If you launch the following URL not only will you get a little popup box on the page, but if you view the source, you can see that the input is also reflected inside a text element:
https://litmus.mozilla.org/search_results.cgi?limit=50&order_by_created=DESC&result_status=1%3CScRiPt%20%3Eprompt%28925133%29%3C%2fScRiPt%3E×pan=all
Page Source:
<p>Custom<br/>Status is '1<ScRiPt >prompt(925133)</ScRiPt>'<br/>All Results<br/>Order by created DESC<br/>Limit to 50 results per page</p>
To fix this, you can set the script up to filter metacharacters from user input.
Updated•15 years ago
|
Group: websites-security → webtools-security
Component: other.mozilla.org → Litmus
Product: Websites → Webtools
QA Contact: other-mozilla-org → litmus
Comment 1•15 years ago
|
||
Confirmed XSS issue on search_results.cgi.
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Group: webtools-security
| Assignee | ||
Updated•10 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•