Closed
Bug 815768
Opened 13 years ago
Closed 13 years ago
IE-only XSS in Mozilla Developer Network
Categories
(developer.mozilla.org :: Security, defect, P1)
developer.mozilla.org
Security
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: yaroslav.c7s, Unassigned)
Details
(Keywords: wsec-xss, Whiteboard: [site:developer.mozilla.org][specification-like][type:bug])
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11
Steps to reproduce:
XSS in Mozilla Developer Network.
Work in all new IE in Compatibility Mode.
IE iframe XSS vector.
No filtering iframe content (<, >, ", ').
Steps:
1. developer.mozilla.org
2. profile page
3. "Docs user page"
4. html mode
5. code:
<iframe>
<iframe src="javascript:alert(1);"></iframe>
</iframe>
6. save
7. test in IE.
per our web sec bug verification rotation assigning to rforbes to verity
Updated•13 years ago
|
Assignee: nobody → rforbes
Updated•13 years ago
|
Flags: needinfo?(rforbes)
Comment 3•13 years ago
|
||
@yaroslav I am having trouble finding the vulnerable page. You listed "Docs user page" how do i find that?
Flags: needinfo?(rforbes)
Comment 5•13 years ago
|
||
ok, thanks to curtisk I found the page. Yup, this works.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•13 years ago
|
Component: User profiles → Security
Updated•13 years ago
|
Whiteboard: [site:developer.mozilla.org]
Updated•13 years ago
|
Assignee: rforbes → nobody
Comment 6•13 years ago
|
||
The "Docs user page" link is no longer available. To reproduce this now, a user should do the following, which replace steps 1-3 from comment 0.
1. Visit https://developer-dev.allizom.org/
2. Log in
3. Navigate to https://developer-dev.allizom.org/docs/new
The rest of the steps follow as described in comment 0.
Priority: -- → P1
Updated•13 years ago
|
Whiteboard: [site:developer.mozilla.org] → [site:developer.mozilla.org][specification-like][type:bug]
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 8•12 years ago
|
||
Adding keywords to bugs for metrics, no action required. Sorry about bugmail spam.
Keywords: wsec-xss
Comment 9•10 years ago
|
||
For bugs that are resolved, we remove the security flag. These haven't had their flag removed, so I'm removing it now.
Group: websites-security
You need to log in
before you can comment on or make changes to this bug.
Description
•