Skip to content

Commit 1cee5e9

Browse files
1 parent 5598f03 commit 1cee5e9

3 files changed

Lines changed: 99 additions & 38 deletions

File tree

advisories/unreviewed/2026/01/GHSA-m2q5-xhqg-92r2/GHSA-m2q5-xhqg-92r2.json renamed to advisories/github-reviewed/2026/01/GHSA-m2q5-xhqg-92r2/GHSA-m2q5-xhqg-92r2.json

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,44 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-m2q5-xhqg-92r2",
4-
"modified": "2026-01-05T21:30:33Z",
4+
"modified": "2026-01-05T23:15:20Z",
55
"published": "2026-01-05T21:30:33Z",
66
"aliases": [
77
"CVE-2025-67419"
88
],
9+
"summary": "evershop allows unauthenticated attackers to exhaust application server's resources via \"GET /images\" API",
910
"details": "A Denial of Service (DoS) vulnerability in evershop 2.1.0 and prior allows unauthenticated attackers to exhaust the application server's resources via the \"GET /images\" API. The application fails to limit the height of the use-element shadow tree or the dimensions of pattern tiles during the processing of SVG files, resulting in unbounded resource consumption and system-wide denial of service.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
15+
},
16+
{
17+
"type": "CVSS_V4",
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P"
19+
}
20+
],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "npm",
25+
"name": "@evershop/evershop"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "0"
33+
},
34+
{
35+
"last_affected": "2.1.0"
36+
}
37+
]
38+
}
39+
]
1440
}
1541
],
16-
"affected": [],
1742
"references": [
1843
{
1944
"type": "ADVISORY",
@@ -24,17 +49,21 @@
2449
"url": "https://github.com/dos-m0nk3y/CVE/tree/main/CVE-2025-67419"
2550
},
2651
{
27-
"type": "WEB",
52+
"type": "PACKAGE",
2853
"url": "https://github.com/evershopcommerce/evershop"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://pages.dos-m0nk3y.com/blog/EverShop%202.1.0%20-%20Unauthenticated%20DoS/#denial-of-service-dos-cve-2025-67419"
2958
}
3059
],
3160
"database_specific": {
3261
"cwe_ids": [
3362
"CWE-1050"
3463
],
3564
"severity": "HIGH",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2026-01-05T23:15:20Z",
3867
"nvd_published_at": "2026-01-05T20:16:03Z"
3968
}
4069
}
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-vp8w-wj4m-3r7j",
4+
"modified": "2026-01-05T23:15:41Z",
5+
"published": "2026-01-05T21:30:33Z",
6+
"aliases": [
7+
"CVE-2025-67427"
8+
],
9+
"summary": "evershop allows unauthenticated attackers to force server to initiate HTTP request via \"GET /images\" API",
10+
"details": "A Blind Server-Side Request Forgery (SSRF) vulnerability in evershop 2.1.0 and prior allows unauthenticated attackers to force the server to initiate an HTTP request via the \"GET /images\" API. The vulnerability occurs due to insufficient validation of the \"src\" query parameter, which permits arbitrary HTTP or HTTPS URIs, resulting in unexpected requests against internal and external networks.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "@evershop/evershop"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "2.1.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67427"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/dos-m0nk3y/CVE/tree/main/CVE-2025-67427"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/evershopcommerce/evershop"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://pages.dos-m0nk3y.com/blog/EverShop%202.1.0%20-%20Unauthenticated%20DoS/#server-side-request-forgery-ssrf-cve-2025-67427"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-918"
59+
],
60+
"severity": "MODERATE",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2026-01-05T23:15:41Z",
63+
"nvd_published_at": "2026-01-05T20:16:03Z"
64+
}
65+
}

advisories/unreviewed/2026/01/GHSA-vp8w-wj4m-3r7j/GHSA-vp8w-wj4m-3r7j.json

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

0 commit comments

Comments
 (0)