Skip to content

Commit 7a0ba9f

Browse files
1 parent c1ded4e commit 7a0ba9f

File tree

3 files changed

+103
-34
lines changed

3 files changed

+103
-34
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-m78r-2x6w-qqjp",
4+
"modified": "2025-10-22T21:57:25Z",
5+
"published": "2022-05-24T17:21:02Z",
6+
"aliases": [
7+
"CVE-2016-11082"
8+
],
9+
"summary": "Mattermost Server is vulnerable to XSS through crafted links",
10+
"details": "An issue was discovered in Mattermost Server before 2.2.0. It allows XSS via a crafted link.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/mattermost/mattermost-server"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.2.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-11082"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/mattermost/mattermost/commit/8736e9dad1afd0fec8746f1213f8b33b4ac61290"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/mattermost/mattermost"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://mattermost.com/security-updates"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-79"
59+
],
60+
"severity": "MODERATE",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-10-22T21:57:25Z",
63+
"nvd_published_at": "2020-06-19T20:15:00Z"
64+
}
65+
}

advisories/unreviewed/2025/10/GHSA-phjr-p9c5-hprx/GHSA-phjr-p9c5-hprx.json renamed to advisories/github-reviewed/2025/10/GHSA-phjr-p9c5-hprx/GHSA-phjr-p9c5-hprx.json

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,57 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-phjr-p9c5-hprx",
4-
"modified": "2025-10-22T21:31:33Z",
4+
"modified": "2025-10-22T21:56:40Z",
55
"published": "2025-10-22T21:31:33Z",
66
"aliases": [
77
"CVE-2025-62248"
88
],
9+
"summary": "Liferay Portal and Liferay DXP vulnerable to reflected cross-site scripting (XSS)",
910
"details": "A reflected cross-site scripting (XSS) vulnerability, resulting from a regression, has been identified in Liferay Portal 7.4.0 through 7.4.3.132, and Liferay DXP 2025.Q2.0 through 2025.Q2.9, 2025.Q1.0 through 2025.Q1.16, 2024.Q4.0 through 2024.Q4.7, 2024.Q3.1 through 2024.Q3.13, 2024.Q2.1 through 2024.Q2.13, 2024.Q1.1 through 2024.Q1.19 allows a remote, authenticated attacker to inject and execute JavaScript code via the _com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet_definition parameter. The malicious payload is executed within the victim's browser when they access a URL that includes the crafted parameter.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "com.liferay:com.liferay.dynamic.data.mapping.web"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "5.0.122"
32+
}
33+
]
34+
}
35+
]
1436
}
1537
],
16-
"affected": [],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62248"
2142
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/liferay/liferay-portal/commit/a659c94bcfb218e5e5bb3e2cf7efa20a5abc10ed"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/liferay/liferay-portal"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://liferay.atlassian.net/browse/LPE-18304"
54+
},
2255
{
2356
"type": "WEB",
2457
"url": "https://liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/CVE-2025-62248"
@@ -29,8 +62,8 @@
2962
"CWE-79"
3063
],
3164
"severity": "MODERATE",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-10-22T21:56:40Z",
3467
"nvd_published_at": "2025-10-22T19:15:35Z"
3568
}
3669
}

advisories/unreviewed/2022/05/GHSA-m78r-2x6w-qqjp/GHSA-m78r-2x6w-qqjp.json

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

0 commit comments

Comments
 (0)