Skip to content

Commit feb7e10

Browse files
1 parent 3376d88 commit feb7e10

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-w5hq-hm5m-4548",
4-
"modified": "2025-01-24T21:31:27Z",
4+
"modified": "2025-01-24T22:33:06Z",
55
"published": "2025-01-24T00:31:47Z",
66
"aliases": [
77
"CVE-2024-57556"
88
],
9+
"summary": "Cross Site Scripting vulnerability in store2",
910
"details": "Cross Site Scripting vulnerability in nbubna store v.2.14.2 and before allows a remote attacker to execute arbitrary code via the store.deep.js component",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "store2"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.14.4"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -22,15 +43,23 @@
2243
{
2344
"type": "WEB",
2445
"url": "https://github.com/nbubna/store/issues/127"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/nbubna/store/pull/128"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/nbubna/store"
2554
}
2655
],
2756
"database_specific": {
2857
"cwe_ids": [
2958
"CWE-79"
3059
],
3160
"severity": "MODERATE",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-01-24T22:33:05Z",
3463
"nvd_published_at": "2025-01-23T22:15:15Z"
3564
}
3665
}

0 commit comments

Comments
 (0)