The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-33673

CVE-2026-33673: PrestaShop Stored XSS Vulnerability

CVE-2026-33673 is a stored XSS vulnerability in PrestaShop's back-office that allows attackers with database access to inject malicious scripts. This article covers the technical details, affected versions, and mitigation.

Published: March 26, 2026

CVE-2026-33673 Overview

PrestaShop, a widely-used open source e-commerce web application, contains a stored Cross-Site Scripting (XSS) vulnerability in the back-office (BO) administrative interface. Versions prior to 8.2.5 and 9.1.0 are affected by this security flaw that allows attackers to exploit unprotected variables in back-office templates. An attacker who can inject data into the database—either through limited back-office access or by leveraging a previously existing vulnerability—can execute arbitrary JavaScript code in the context of authenticated administrator sessions.

Critical Impact

Stored XSS in the PrestaShop back-office can lead to session hijacking, privilege escalation, and full administrative account compromise, potentially allowing attackers to take complete control of e-commerce operations.

Affected Products

  • PrestaShop versions prior to 8.2.5 (8.x branch)
  • PrestaShop versions prior to 9.1.0 (9.x branch)
  • All PrestaShop installations with vulnerable back-office templates

Discovery Timeline

  • 2026-03-26 - CVE CVE-2026-33673 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33673

Vulnerability Analysis

This stored XSS vulnerability (CWE-79: Improper Neutralization of Input During Web Page Generation) exists within PrestaShop's back-office template rendering system. The vulnerability stems from improper sanitization of user-controllable data that is stored in the database and subsequently rendered in administrative interface templates without adequate output encoding.

The attack requires an adversary to first inject malicious script content into the database. This can be accomplished through limited back-office access (such as a low-privileged employee account) or by chaining this vulnerability with another pre-existing flaw that permits database manipulation. Once the malicious payload is stored, it executes whenever an administrator accesses the affected back-office page, making this a persistent attack vector.

The scope is changed, meaning the vulnerability can impact resources beyond the vulnerable component itself—in this case, potentially affecting other administrative users and their sessions.

Root Cause

The root cause of CVE-2026-33673 lies in the failure to properly escape or sanitize user-supplied data before rendering it in back-office Smarty templates. PrestaShop templates contain variables that pull data directly from the database without applying proper output encoding, allowing stored HTML and JavaScript content to be executed in the browser context of administrators viewing the affected pages.

Attack Vector

The attack vector is network-based, requiring the attacker to first establish a foothold that allows database injection. The exploitation chain typically involves:

  1. Gaining limited back-office access through compromised credentials or social engineering
  2. Identifying input fields that store data without proper sanitization
  3. Injecting malicious JavaScript payloads into database fields
  4. Waiting for high-privileged administrators to access the affected back-office pages
  5. Executing arbitrary JavaScript in the victim's browser session to steal session tokens, modify configurations, or escalate privileges

The vulnerability mechanism centers on unprotected template variables that render database content directly into HTML output. When administrators view pages containing these variables, the stored malicious scripts execute within their authenticated session context. For detailed technical information, see the GitHub Security Advisory GHSA-35pf-37c6-jxjv.

Detection Methods for CVE-2026-33673

Indicators of Compromise

  • Unusual JavaScript code or HTML tags stored in database fields typically containing plain text (product descriptions, employee names, configuration values)
  • Suspicious back-office activity logs showing unexpected administrative actions
  • Session anomalies where administrator accounts appear to be accessed from multiple locations simultaneously
  • Database entries containing common XSS payloads such as <script>, onerror=, onload=, or encoded variants

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect XSS patterns in HTTP requests targeting the PrestaShop back-office
  • Deploy Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Monitor database write operations for suspicious patterns indicative of XSS payload injection
  • Conduct regular security scans of database content to identify stored malicious scripts

Monitoring Recommendations

  • Enable comprehensive logging for all back-office administrative actions and database modifications
  • Configure alerts for unusual back-office access patterns, particularly from new IP addresses or at unexpected times
  • Monitor for CSP violation reports that may indicate attempted XSS exploitation
  • Review browser console logs on administrator workstations for blocked script execution attempts

How to Mitigate CVE-2026-33673

Immediate Actions Required

  • Upgrade PrestaShop to version 8.2.5 or 9.1.0 immediately depending on your installed branch
  • Audit database content for any potentially malicious stored scripts, particularly in fields rendered in back-office templates
  • Review back-office access logs to identify any suspicious activity that may indicate exploitation attempts
  • Implement Content Security Policy headers as an additional defense layer while patching is in progress

Patch Information

PrestaShop has released patched versions that address this stored XSS vulnerability. Organizations running affected versions should upgrade to the following fixed releases:

  • Version 8.2.5 - PrestaShop Release v8.2.5
  • Version 9.1.0 - PrestaShop Release v9.1.0

For complete vulnerability details and patch information, refer to the GitHub Security Advisory GHSA-35pf-37c6-jxjv.

Workarounds

  • No official workarounds are available according to the vendor advisory
  • Implement strict Content Security Policy headers to reduce XSS impact as a temporary measure
  • Restrict back-office access to trusted IP addresses via network-level controls
  • Conduct thorough database audits to remove any potentially malicious content stored in affected fields
bash
# Example: Implementing CSP headers in Apache configuration
# Add to .htaccess or Apache configuration file
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'self';"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechPrestashop

  • SeverityHIGH

  • CVSS Score7.6

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • PrestaShop Release v8.2.5

  • PrestaShop Release v9.1.0

  • GitHub Security Advisory GHSA-35pf-37c6-jxjv
  • Related CVEs
  • CVE-2024-34716: PrestaShop XSS Vulnerability

  • CVE-2026-33674: PrestaShop Validation Framework Flaw

  • CVE-2025-69633: PrestaShop Advanced Popup SQL Injection

  • CVE-2026-25597: PrestaShop Auth Bypass Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English