Skip to content

Commit 13ca775

Browse files
1 parent ab42988 commit 13ca775

2 files changed

Lines changed: 168 additions & 0 deletions

File tree

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-283w-xf3q-788v",
4+
"modified": "2026-03-25T19:40:42Z",
5+
"published": "2026-03-25T19:40:42Z",
6+
"aliases": [
7+
"CVE-2026-33674"
8+
],
9+
"summary": "PrestaShop: Improper Use of Validation Framework",
10+
"details": "### Impact\nFix improper use of validation framework\n\n### Patches\nPatched in 8.2.5 and 9.1.0\n\n### Workarounds\nNone\n\n### References\nnone",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "prestashop/prestashop"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "8.2.5"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Packagist",
40+
"name": "prestashop/prestashop"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "9.0.0-alpha.1"
48+
},
49+
{
50+
"fixed": "9.1.0"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-283w-xf3q-788v"
61+
},
62+
{
63+
"type": "PACKAGE",
64+
"url": "https://github.com/PrestaShop/PrestaShop"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/PrestaShop/PrestaShop/releases/tag/8.2.5"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://github.com/PrestaShop/PrestaShop/releases/tag/9.1.0"
73+
}
74+
],
75+
"database_specific": {
76+
"cwe_ids": [
77+
"CWE-1173"
78+
],
79+
"severity": "LOW",
80+
"github_reviewed": true,
81+
"github_reviewed_at": "2026-03-25T19:40:42Z",
82+
"nvd_published_at": null
83+
}
84+
}
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-35pf-37c6-jxjv",
4+
"modified": "2026-03-25T19:41:50Z",
5+
"published": "2026-03-25T19:41:50Z",
6+
"aliases": [
7+
"CVE-2026-33673"
8+
],
9+
"summary": "PrestaShop has multiple stored XSS vulnerabilities via unprotected Template variables",
10+
"details": "### Impact\nMultiple stored Cross-Site Scripting (stored XSS) vulnerabilities in the BO: an attacker who can inject data into the database, via limited back-office access or a previously existing vulnerability, can exploit unprotected variables in back-office templates.\n\n### Patches\nPatched on 8.2.5 and 9.1.0\n\n### Workarounds\nNone\n\n### References\nNone",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "prestashop/prestashop"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "9.0.0-alpha.1"
29+
},
30+
{
31+
"fixed": "9.1.0"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Packagist",
40+
"name": "prestashop/prestashop"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "8.2.5"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-35pf-37c6-jxjv"
61+
},
62+
{
63+
"type": "PACKAGE",
64+
"url": "https://github.com/PrestaShop/PrestaShop"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/PrestaShop/PrestaShop/releases/tag/8.2.5"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://github.com/PrestaShop/PrestaShop/releases/tag/9.1.0"
73+
}
74+
],
75+
"database_specific": {
76+
"cwe_ids": [
77+
"CWE-79"
78+
],
79+
"severity": "HIGH",
80+
"github_reviewed": true,
81+
"github_reviewed_at": "2026-03-25T19:41:50Z",
82+
"nvd_published_at": null
83+
}
84+
}

0 commit comments

Comments
 (0)