Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee3695f

Browse files
committedJan 29, 2013
Revised release notes for 1.2.14
Based on atrol's feedback, added info about #15415.
1 parent 9147d9d commit ee3695f

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed
 

‎doc/RELEASE

+10-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ MantisBT 1.2.14 is a security update for the stable 1.2.x branch. All
88
installations that are currently running any 1.2.x version are strongly advised
99
to upgrade to this release.
1010

11-
Three cross site scripting (XSS) vulnerability issues were discovered and
11+
Four cross site scripting (XSS) vulnerability issues were discovered and
1212
resolved:
1313

1414
- A malicious person could trick a target user's browser into executing
@@ -19,12 +19,14 @@ resolved:
1919
Refer to issue #15373 for detailed information.
2020

2121
- A user holding manager/administrator permissions could create a category or
22-
project name containing JavaScript code; from that point on,visitors to the
23-
Summary page (summary.php) are exposed to having the JavaScript execute
22+
project name containing JavaScript code; from that point on, visitors to
23+
(a) the Summary page (summary.php) as well as (b) the Configuration Report
24+
page (adm_config_report.php), are exposed to having the JavaScript execute
2425
within their browser environment. The severity of this issue is mitigated by
2526
the need to have a privileged account to modify category and project names.
26-
Affects MantisBT 1.2.12 only (earlier versions are not impacted).
27-
Refer to issue #15384 for detailed information.
27+
Issue (a) affects MantisBT version 1.2.12 and above, while (b) is on 1.2.13
28+
only; earlier releases are not impacted.
29+
Refer to issues #15384 (a) and #15415 (b) for detailed information.
2830

2931
- An administrator could enter a configuration option containing javascript
3032
code, which would then be executed when displaying the Configuration Report
@@ -54,8 +56,9 @@ A full changelog for the 1.2.x series can be found on the official site. [1]
5456
-------------------------------------------------
5557

5658
This version had to be withdrawn shortly after release, as it introduced a bug
57-
causing the View Issues page to consume significantly more memory for instances
58-
with large numbers of users (order 10k+), leading to system crashes.
59+
(#15411) causing the View Issues page to consume significantly more memory for
60+
instances with large numbers of users (order 10k+), leading to system crashes,
61+
as well as an XSS issue (#15415) in the Configuration Report page.
5962

6063
We recommend not to use 1.2.13, and deploy version 1.2.14 instead.
6164

0 commit comments

Comments
 (0)
Please sign in to comment.