Cyber Resilience

CVE-2026-33673

High

Published: 26 March 2026

Published
26 March 2026
Modified
01 April 2026
KEV Added
Patch
CVSS Score v3.1 7.6 CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H
EPSS Score 0.0002 4.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-33673 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Prestashop Prestashop. Its CVSS base score is 7.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 4.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2026-33673 is a stored Cross-Site Scripting (XSS) vulnerability, classified under CWE-79, affecting the back-office (BO) component of PrestaShop, an open-source e-commerce web application. Versions prior to 8.2.5 and 9.1.0 are vulnerable due to unprotected variables in back-office templates that fail to sanitize injected data. The issue carries a CVSS v3.1 base score of 7.6 (AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H), indicating high potential impact despite elevated requirements for exploitation.

Exploitation requires an attacker to first inject malicious data into the database, which could occur through limited back-office access or a separate preexisting vulnerability. Once injected, the stored payload executes as XSS when back-office users interact with affected templates, potentially allowing attackers to steal session cookies, impersonate administrators, or perform arbitrary actions in the victim's browser context. The attack is network-accessible but demands high privileges, complexity, and user interaction, with changed scope amplifying confidentiality, integrity, and availability impacts.

PrestaShop advisories recommend upgrading to version 8.2.5 or 9.1.0, where the fix has been implemented, as detailed in the security advisory GHSA-35pf-37c6-jxjv and corresponding release notes. No workarounds are available for affected versions.

EU & UK References

Vulnerability details

PrestaShop is an open source e-commerce web application. Versions prior to 8.2.5 and 9.1.0 are vulnerable to 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…

more

a previously existing vulnerability, can exploit unprotected variables in back-office templates. Versions 8.2.5 and 9.1.0 contain a fix. No known workarounds are available.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
T1078 Valid Accounts Stealth
Adversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
Why these techniques?

Stored XSS directly enables exploitation of the web application (T1190); payload execution in admin browser context facilitates session hijacking (T1185), cookie theft (T1539), and impersonation via valid accounts (T1078).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2018-25248Shared CWE-79
CVE-2025-68008Shared CWE-79
CVE-2025-0817Shared CWE-79
CVE-2024-55227Shared CWE-79
CVE-2026-2072Shared CWE-79
CVE-2026-32728Shared CWE-79
CVE-2025-25169Shared CWE-79
CVE-2025-68887Shared CWE-79
CVE-2026-21290Shared CWE-79
CVE-2024-41746Shared CWE-79

Affected Assets

prestashop
prestashop
≤ 8.2.5 · 9.0.0 — 9.1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses stored XSS by requiring filtering of information output to back-office templates, preventing execution of injected malicious scripts.

prevent

Enforces validation of inputs to the database, blocking injection of malicious payloads that enable the stored XSS vulnerability.

prevent

Mandates timely identification, reporting, and remediation of flaws like this unprotected template vulnerability through patching to fixed versions.

References