@@ -8,7 +8,7 @@ MantisBT 1.2.14 is a security update for the stable 1.2.x branch. All
8
8
installations that are currently running any 1.2.x version are strongly advised
9
9
to upgrade to this release.
10
10
11
- Three cross site scripting (XSS) vulnerability issues were discovered and
11
+ Four cross site scripting (XSS) vulnerability issues were discovered and
12
12
resolved:
13
13
14
14
- A malicious person could trick a target user's browser into executing
@@ -19,12 +19,14 @@ resolved:
19
19
Refer to issue #15373 for detailed information.
20
20
21
21
- 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
24
25
within their browser environment. The severity of this issue is mitigated by
25
26
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.
28
30
29
31
- An administrator could enter a configuration option containing javascript
30
32
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]
54
56
-------------------------------------------------
55
57
56
58
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.
59
62
60
63
We recommend not to use 1.2.13, and deploy version 1.2.14 instead.
61
64
0 commit comments