Skip to content

Commit bb751cf

Browse files
1 parent 8118d3b commit bb751cf

3 files changed

Lines changed: 144 additions & 29 deletions

File tree

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-67v7-3g49-mxh2",
4+
"modified": "2026-02-03T21:13:02Z",
5+
"published": "2026-02-03T21:13:02Z",
6+
"aliases": [],
7+
"summary": "PrestaShop affected by time based enumeration in FO login form",
8+
"details": "### Impact\nA time-based user enumeration vulnerability in the user authentication functionality of PrestaShop. This vulnerability allows an attacker to determine whether a customer account exists in the system by measuring response times.\n\n### Patches\n8.2.4 and 9.0.3\n\n### Workarounds\nNone",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "Packagist",
19+
"name": "prestashop/prestashop"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "9.0.0-alpha.1"
27+
},
28+
{
29+
"fixed": "9.0.3"
30+
}
31+
]
32+
}
33+
]
34+
},
35+
{
36+
"package": {
37+
"ecosystem": "Packagist",
38+
"name": "prestashop/prestashop"
39+
},
40+
"ranges": [
41+
{
42+
"type": "ECOSYSTEM",
43+
"events": [
44+
{
45+
"introduced": "0"
46+
},
47+
{
48+
"fixed": "8.2.4"
49+
}
50+
]
51+
}
52+
]
53+
}
54+
],
55+
"references": [
56+
{
57+
"type": "WEB",
58+
"url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-67v7-3g49-mxh2"
59+
},
60+
{
61+
"type": "PACKAGE",
62+
"url": "https://github.com/PrestaShop/PrestaShop"
63+
},
64+
{
65+
"type": "WEB",
66+
"url": "https://github.com/PrestaShop/PrestaShop/releases/tag/8.2.4"
67+
},
68+
{
69+
"type": "WEB",
70+
"url": "https://github.com/PrestaShop/PrestaShop/releases/tag/9.0.3"
71+
}
72+
],
73+
"database_specific": {
74+
"cwe_ids": [
75+
"CWE-208"
76+
],
77+
"severity": "MODERATE",
78+
"github_reviewed": true,
79+
"github_reviewed_at": "2026-02-03T21:13:02Z",
80+
"nvd_published_at": null
81+
}
82+
}
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-mw8w-q3f7-2v85",
4+
"modified": "2026-02-03T21:12:09Z",
5+
"published": "2026-02-03T18:30:47Z",
6+
"aliases": [
7+
"CVE-2025-70849"
8+
],
9+
"summary": "Podinfo affected by Arbitrary File Upload that leads to Stored Cross-Site Scripting (XSS)",
10+
"details": "Arbitrary File Upload in podinfo thru 6.9.0 allows unauthenticated attackers to upload arbitrary files via crafted POST request to the /store endpoint. The application renders uploaded content without a restrictive Content-Security-Policy (CSP) or adequate Content-Type validation, leading to Stored Cross-Site Scripting (XSS).",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/stefanprodan/podinfo"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "1.8.1-0.20250515093358-fb3b01be30a3"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-70849"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://gist.github.com/kazisabu/27f3e272f474005001a9ecd2c258dbea"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/stefanprodan/podinfo"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-434",
55+
"CWE-79"
56+
],
57+
"severity": "LOW",
58+
"github_reviewed": true,
59+
"github_reviewed_at": "2026-02-03T21:12:09Z",
60+
"nvd_published_at": "2026-02-03T18:16:18Z"
61+
}
62+
}

advisories/unreviewed/2026/02/GHSA-mw8w-q3f7-2v85/GHSA-mw8w-q3f7-2v85.json

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

0 commit comments

Comments
 (0)