Skip to content

Commit f72f83a

Browse files
1 parent b039068 commit f72f83a

2 files changed

Lines changed: 98 additions & 48 deletions

File tree

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-8vx9-hcvq-gfv8",
4+
"modified": "2025-06-11T18:55:13Z",
5+
"published": "2022-05-17T02:58:01Z",
6+
"aliases": [
7+
"CVE-2016-7111"
8+
],
9+
"summary": "MantisBT XSS through weak CSP when using Gravatar plugin",
10+
"details": "MantisBT before 1.3.1 and 2.x before 2.0.0-beta.2 uses a weak Content Security Policy when using the Gravatar plugin, which allows remote attackers to conduct cross-site scripting (XSS) attacks via unspecified vectors.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/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": "1.3.1"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 1.3.0"
38+
}
39+
},
40+
{
41+
"package": {
42+
"ecosystem": "Packagist",
43+
"name": "mantisbt/mantisbt"
44+
},
45+
"ranges": [
46+
{
47+
"type": "ECOSYSTEM",
48+
"events": [
49+
{
50+
"introduced": "2.0.0-beta.1"
51+
},
52+
{
53+
"fixed": "2.0.0-beta.2"
54+
}
55+
]
56+
}
57+
],
58+
"versions": [
59+
"2.0.0-beta.1"
60+
]
61+
}
62+
],
63+
"references": [
64+
{
65+
"type": "ADVISORY",
66+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7111"
67+
},
68+
{
69+
"type": "WEB",
70+
"url": "https://github.com/mantisbt/mantisbt/commit/b3511d2feb47eaee41feb5f69cf3c8a2c9acd229"
71+
},
72+
{
73+
"type": "PACKAGE",
74+
"url": "https://github.com/mantisbt/mantisbt"
75+
},
76+
{
77+
"type": "WEB",
78+
"url": "https://mantisbt.org/bugs/view.php?id=21263"
79+
},
80+
{
81+
"type": "WEB",
82+
"url": "http://www.openwall.com/lists/oss-security/2016/08/28/1"
83+
},
84+
{
85+
"type": "WEB",
86+
"url": "http://www.openwall.com/lists/oss-security/2016/08/29/2"
87+
}
88+
],
89+
"database_specific": {
90+
"cwe_ids": [
91+
"CWE-79"
92+
],
93+
"severity": "MODERATE",
94+
"github_reviewed": true,
95+
"github_reviewed_at": "2025-06-11T18:55:13Z",
96+
"nvd_published_at": "2017-02-17T17:59:00Z"
97+
}
98+
}

advisories/unreviewed/2022/05/GHSA-8vx9-hcvq-gfv8/GHSA-8vx9-hcvq-gfv8.json

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)