Skip to content

Commit 9350434

Browse files
1 parent f831251 commit 9350434

File tree

3 files changed

+188
-2
lines changed

3 files changed

+188
-2
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-9v82-vcjx-m76j",
4+
"modified": "2025-09-10T20:46:20Z",
5+
"published": "2025-09-10T20:46:20Z",
6+
"aliases": [],
7+
"summary": "Shopware: Reflective Cross Site-Scripting (XSS) in CMS components",
8+
"details": "### Impact\nBy exploiting XSS vulnerabilities, malicious actors can perform harmful actions in the user's web browser in the session context of the affected user. \n\nSome examples of this include, but are not limited to:\n- Obtaining user session tokens.\n- Performing administrative actions (when an administrative user is affected).\n\nThese vulnerabilities pose a high security risk. Since a sensitive cookie is not configured with the HttpOnly attribute and administrator JWTs are stored in sessionStorage, any successful XSS attack could enable the theft of session cookies and administrative tokens.\n\n#### Description\nWhen an application uses input fields, it is important that user input is adequately filtered for malicious HTML and JavaScript characters. When adequate input validation is not applied, Cross-Site Scripting (XSS) vulnerabilities may arise. These allow malicious actors to inject malicious code into application pages. When a user visits the page, the code is executed in the user's web browser. This allows malicious actors to perform malicious actions in the name of that user. XSS can be divided into three variants: Persistent XSS, Reflective XSS and DOM-based XSS. In Reflective XSS, a malicious actor injects malicious JavaScript code into a URL. Every time the user visits this URL, the JavaScript code is executed in the user’s browser.\n\n#### Applicability \nDue to a lack of input validation, the Shopware application contain XSS vulnerabilities. The JavaScript variable 'activeRouteParameters' lacks input validation, which makes it vulnerable to XSS attacks at the following endpoints:\n\n- /page/cms/*\n- /widget/cms/*\n\nThe lack of input validation enables malicious actors to inject harmful JavaScript-code into the affected pages. When a user visits the page, the code is executed within the user’s web browser. This enables malicious actors to perform (harmful) actions on behalf of the affected user. No user account is required to exploit this vulnerability.\n\n#### Reproduction\nTo reproduce this vulnerability, the steps below can be followed.\n1. Navigate to the URL below containing the XSS payload:\nhttps://pentest-saas-2025-2.shopware.store/page/cms/'+alert('REQON')+'\n2. Observe that a pop-up is shown indicating that the JavaScript code has been executed.\n\n#### Workarounds\nFor older versions of 6.7, corresponding security measures are also available via a plugin. For the full range of functions, we recommend updating to the latest Shopware version.",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "Packagist",
19+
"name": "shopware/shopware"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "6.7.0.0"
27+
},
28+
{
29+
"fixed": "6.7.2.1"
30+
}
31+
]
32+
}
33+
]
34+
},
35+
{
36+
"package": {
37+
"ecosystem": "Packagist",
38+
"name": "shopware/core"
39+
},
40+
"ranges": [
41+
{
42+
"type": "ECOSYSTEM",
43+
"events": [
44+
{
45+
"introduced": "6.7.0.0"
46+
},
47+
{
48+
"fixed": "6.7.2.1"
49+
}
50+
]
51+
}
52+
]
53+
}
54+
],
55+
"references": [
56+
{
57+
"type": "WEB",
58+
"url": "https://github.com/shopware/shopware/security/advisories/GHSA-9v82-vcjx-m76j"
59+
},
60+
{
61+
"type": "WEB",
62+
"url": "https://github.com/shopware/shopware/commit/12fb537c5ebe009f2a0f58b9c24dbd2d6b4c508f"
63+
},
64+
{
65+
"type": "PACKAGE",
66+
"url": "https://github.com/shopware/shopware"
67+
},
68+
{
69+
"type": "WEB",
70+
"url": "https://github.com/shopware/shopware/releases/tag/v6.7.2.1"
71+
}
72+
],
73+
"database_specific": {
74+
"cwe_ids": [
75+
"CWE-79"
76+
],
77+
"severity": "HIGH",
78+
"github_reviewed": true,
79+
"github_reviewed_at": "2025-09-10T20:46:20Z",
80+
"nvd_published_at": null
81+
}
82+
}

advisories/github-reviewed/2025/09/GHSA-fghv-69vj-qj49/GHSA-fghv-69vj-qj49.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-fghv-69vj-qj49",
4-
"modified": "2025-09-05T18:23:55Z",
4+
"modified": "2025-09-10T20:48:05Z",
55
"published": "2025-09-04T17:35:20Z",
66
"aliases": [
77
"CVE-2025-58056"
@@ -54,6 +54,10 @@
5454
"type": "WEB",
5555
"url": "https://github.com/netty/netty/security/advisories/GHSA-fghv-69vj-qj49"
5656
},
57+
{
58+
"type": "ADVISORY",
59+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58056"
60+
},
5761
{
5862
"type": "WEB",
5963
"url": "https://github.com/JLLeitschuh/unCVEed/issues/1"
@@ -74,6 +78,10 @@
7478
"type": "WEB",
7579
"url": "https://github.com/netty/netty/commit/edb55fd8e0a3bcbd85881e423464f585183d1284"
7680
},
81+
{
82+
"type": "WEB",
83+
"url": "https://datatracker.ietf.org/doc/html/rfc9112#name-chunked-transfer-coding"
84+
},
7785
{
7886
"type": "PACKAGE",
7987
"url": "https://github.com/netty/netty"
@@ -90,6 +98,6 @@
9098
"severity": "LOW",
9199
"github_reviewed": true,
92100
"github_reviewed_at": "2025-09-04T17:35:20Z",
93-
"nvd_published_at": null
101+
"nvd_published_at": "2025-09-03T21:15:33Z"
94102
}
95103
}
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-v2p7-4pv4-3wwh",
4+
"modified": "2025-09-10T20:47:07Z",
5+
"published": "2025-09-10T20:47:07Z",
6+
"aliases": [
7+
"CVE-2025-59036"
8+
],
9+
"summary": "Infrahub: Deleted and expired API tokens can still authenticate",
10+
"details": "### Impact\nA bug in the authentication logic will cause API tokens that were deleted and/or expired to be considered valid. This means that any API token that is associated with an active user account can authenticate successfully.\n\n### Patches\nThis issue is fixed in versions `1.3.9` and `1.4.5`\n\n### Workarounds\nUsers can delete or deactivate the account associated with a deleted API token to prevent that token from authenticating.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "infrahub-server"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.3.9"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "PyPI",
40+
"name": "infrahub-server"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "1.4.0"
48+
},
49+
{
50+
"fixed": "1.4.5"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/opsmill/infrahub/security/advisories/GHSA-v2p7-4pv4-3wwh"
61+
},
62+
{
63+
"type": "ADVISORY",
64+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59036"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/opsmill/infrahub/commit/215185f217e2f754f7c0a0aa4b77e11079a063a1"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://github.com/opsmill/infrahub/commit/61b49a4a9e988f10c3a44f0e86ef97f344a1e228"
73+
},
74+
{
75+
"type": "PACKAGE",
76+
"url": "https://github.com/opsmill/infrahub"
77+
},
78+
{
79+
"type": "WEB",
80+
"url": "https://github.com/opsmill/infrahub/releases/tag/infrahub-v1.3.9"
81+
},
82+
{
83+
"type": "WEB",
84+
"url": "https://github.com/opsmill/infrahub/releases/tag/infrahub-v1.4.5"
85+
}
86+
],
87+
"database_specific": {
88+
"cwe_ids": [
89+
"CWE-298"
90+
],
91+
"severity": "MODERATE",
92+
"github_reviewed": true,
93+
"github_reviewed_at": "2025-09-10T20:47:07Z",
94+
"nvd_published_at": "2025-09-09T22:15:34Z"
95+
}
96+
}

0 commit comments

Comments
 (0)