Closed
Bug 463054
(WH-1628181)
Opened 17 years ago
Closed 16 years ago
XSS vulns on tiki-editpage.php
Categories
(support.mozilla.org :: Knowledge Base Software, task)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
VERIFIED
FIXED
1.5
People
(Reporter: reed, Assigned: jsocol)
References
()
Details
(Keywords: wsec-xss, Whiteboard: tiki_fixed)
Attachments
(2 files)
1.65 KB,
patch
|
nkoth
:
review+
|
Details | Diff | Splinter Review |
4.38 KB,
patch
|
morgamic
:
review+
|
Details | Diff | Splinter Review |
Need to be logged-in for some of these to really rear their head.
http://support.mozilla.com/tiki-editpage.php?locale=en-US&page=%3C?importwhs?%3E
http://support.mozilla.com/tiki-editpage.php?locale=en-US&page=%3C?importwhs?%3E&source_page=Cookies&oldver=4&newver=11&diff_style=inlinediff-full
http://support.mozilla.com/tiki-editpage.php?page=%3C?importwhs?%3E
http://support.mozilla.com/tiki-editpage.php?page=%3C?importwhs?%3E&source_page=*%D0%9A%D1%83%D0%BA%D0%B8&oldver=1&newver=2&diff_style=inlinediff-full
https://support.mozilla.com/tiki-editpage.php?locale=en-US&page=%3C?importwhs?%3E
Updated•17 years ago
|
Assignee: nobody → laura
Target Milestone: --- → 0.7.2
Comment 1•17 years ago
|
||
In r19584 I merged in the new anti-XSS code from tiki 2.0. This seems to put the kibosh on this one, although I don't really like how it works.
Will be in prod branch soon when we replace it with trunk this iteration due to the svn re-org.
Reporter | ||
Updated•17 years ago
|
Group: websites-security
Reporter | ||
Updated•17 years ago
|
Group: websites-security
Reporter | ||
Comment 2•17 years ago
|
||
Sentinel still shows an open vector for:
http://support.mozilla.com/tiki-editpage.php?page=%3Cwhscheck%3E
I can confirm:
<div class="feature-contents">
<div id="breadcrumbs"><ul>
<li><a href="/kb/">Firefox Support</a></li>
<li class="divider">/</li><li><whscheck></li>
</ul></div>
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•17 years ago
|
Keywords: push-needed
Comment 3•17 years ago
|
||
This is a common file so it might close some of the others as well, will test.
Attachment #352325 -
Flags: review?(nelson)
Updated•17 years ago
|
Target Milestone: 0.7.2 → 0.8
Updated•17 years ago
|
Attachment #352325 -
Flags: review?(nelson) → review+
Comment 4•17 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Comment 5•17 years ago
|
||
http://support.mozilla.com/tiki-editpage.php?page=%3Cwhscheck%3E from comment 2 WFM now; Verified FIXED.
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Whiteboard: tiki_triage
Updated•16 years ago
|
Whiteboard: tiki_triage → tiki_fixed
Comment 6•16 years ago
|
||
Sentinel reopened this on the last pass... listing these two urls:
http://support.mozilla.com/tiki-editpage.php?locale="whscheck="whscheck&page=*Ostala%20Firefox%20podr%C5%A1ka&source_page=Other%20Firefox%20support&oldver=21&newver=23&diff_style=inlinediff-full
http://support.mozilla.com/tiki-editpage.php?locale="whscheck="whscheck&page=*Cannot%20connect%20after%20upgrading%20Firefox
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 7•16 years ago
|
||
Looks like there were a couple of unescaped or incorrectly escaped variables. Fixed in both templates/styles/mozkb/tiki-editpage.tpl and templates/tiki-editpage.tpl.
Assignee: laura → james
Attachment #412030 -
Flags: review?(morgamic)
Comment 8•16 years ago
|
||
Comment on attachment 412030 [details] [diff] [review]
tiki-editpage.tpl
escapes for me. I don't see another hole.
Attachment #412030 -
Flags: review?(morgamic) → review+
Assignee | ||
Comment 9•16 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 17 years ago → 16 years ago
Resolution: --- → FIXED
Target Milestone: 0.8 → 1.5
Verified FIXED:
Prod: <input type="hidden" name="locale" value=""whscheck="whscheck" />
Staging: <input type="hidden" name="locale" value=""whscheck="whscheck" />
For both URLs in comment 6.
Status: RESOLVED → VERIFIED
Comment 11•12 years ago
|
||
Adding keywords to bugs for metrics, no action required. Sorry about bugmail spam.
Keywords: wsec-xss
Comment 12•9 years ago
|
||
These bugs are all resolved, so I'm removing the security flag from them.
Group: websites-security
You need to log in
before you can comment on or make changes to this bug.
Description
•