Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.0.6 GA, 6.0.12 EE, 6.1.1 CE GA2, 6.1.20 EE GA2, 6.2.0 CE M6
-
6.1.x
-
Committed
Description
This potentially could happen
1. Control Panel > Web Content > Manage > Feeds
2. Add a feed
3. Return to the view which list all the feeds
4. Right click on the ID of the feed and copy the URL
5. Past the URL into a new tab/window
6. Change the value of "_15_feedId" parameter in the URL, for example:
_15_feedId=123<script>alert(999)</script>
And an alert windows will open.
However, this currently does not happen because of other logic in the code which causes this line of code to not execute if the feedId is invalid.
Attachments
Issue Links
- relates
-
LPE-9044 XSS issue in Web Content feed
-
- Closed
-