Skip to content

Commit f130455

Browse files
1 parent 9dd7d52 commit f130455

File tree

2 files changed

+131
-0
lines changed

2 files changed

+131
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-g582-8vwr-68h2",
4+
"modified": "2025-11-03T20:13:26Z",
5+
"published": "2025-11-03T20:13:26Z",
6+
"aliases": [
7+
"CVE-2025-62520"
8+
],
9+
"summary": "MantisBT unauthorized disclosure of private project column configuration",
10+
"details": "### Impact\n\nDue to insufficient access-level checks, any non-admin user having access to _manage_config_columns_page.php_ (typically project managers having MANAGER role) can use the _Copy From_ action to retrieve the columns configuration from a private project they have no access to. \n\nAccess to the reverse operation (_Copy To_) is correctly controlled, i.e. it is not possible to alter the private project's configuration.\n\n### Patches\nThe vulnerability will be fixed in MantisBT version 2.27.2. \n\n### Workarounds\nNone\n\n### Credits\nThanks to [d3vpoo1](https://github.com/jrckmcsb) for reporting the issue.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "mantisbt/mantisbt"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.27.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/mantisbt/mantisbt/security/advisories/GHSA-g582-8vwr-68h2"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/mantisbt/mantisbt/commit/4fe94f45fa2baea2aeb4b65781d2009e7b4a0bf3"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/mantisbt/mantisbt"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://mantisbt.org/bugs/view.php?id=36502"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-285"
59+
],
60+
"severity": "MODERATE",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-11-03T20:13:26Z",
63+
"nvd_published_at": null
64+
}
65+
}
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-q747-c74m-69pr",
4+
"modified": "2025-11-03T20:12:18Z",
5+
"published": "2025-11-03T20:12:18Z",
6+
"aliases": [
7+
"CVE-2025-55155"
8+
],
9+
"summary": "MantisBT lacks verification when changing a user's email address",
10+
"details": "When a user edits their profile to change their e-mail address, the system saves it without validating that it actually belongs to the user.\n\n### Impact\nThis could result in storing an invalid email address, preventing the user from receiving system notifications.\n\nNotifications sent to another person's email address could lead to information disclosure.\n\n### Patches\nFixed in 2.27.2.\n\n### Workarounds\nNone\n\n### Credits\n\nThanks to @ncrcs for discovering and reporting the issue.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "mantisbt/mantisbt"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.27.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/mantisbt/mantisbt/security/advisories/GHSA-q747-c74m-69pr"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/mantisbt/mantisbt/commit/21e9fbedde8553c29c0d3156e84f78157fc4f22e"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/mantisbt/mantisbt"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://mantisbt.org/bugs/view.php?id=36005"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-201",
59+
"CWE-345"
60+
],
61+
"severity": "MODERATE",
62+
"github_reviewed": true,
63+
"github_reviewed_at": "2025-11-03T20:12:18Z",
64+
"nvd_published_at": null
65+
}
66+
}

0 commit comments

Comments
 (0)