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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-5362

CVE-2026-5362: Pimcore XSS Vulnerability

CVE-2026-5362 is a stored cross-site scripting flaw in Pimcore v12.3.3 that allows authenticated attackers to inject malicious scripts via document embeds. This article covers technical details, impact, and mitigation.

Published: April 30, 2026

CVE-2026-5362 Overview

CVE-2026-5362 is a stored Cross-Site Scripting (XSS) vulnerability affecting Pimcore, an open-source digital experience platform. An authenticated attacker with permission to edit document content can inject crafted HTML or JavaScript code through the Document embed editable feature. When the published page is subsequently rendered, the malicious script executes in the context of other users' browsers, potentially enabling session hijacking, credential theft, or further exploitation of authenticated users.

Critical Impact

Authenticated attackers can persist malicious scripts in Pimcore documents, leading to script execution when victims view published pages. This enables session hijacking, data theft, and potential account compromise of other authenticated users.

Affected Products

  • Pimcore v12.3.3

Discovery Timeline

  • 2026-04-27 - CVE-2026-5362 published to NVD
  • 2026-04-28 - Last updated in NVD database

Technical Details for CVE-2026-5362

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw exists in Pimcore's Document embed editable component, which fails to properly sanitize user-supplied HTML and JavaScript content before storing it in the database and rendering it on published pages.

The attack requires the attacker to be authenticated with document editing privileges. While this limits the initial attack surface, it represents a significant risk in multi-user environments where content editors may have varying levels of trust. Once malicious content is stored, it persists and executes for any user who views the affected published page, making this a stored (persistent) XSS vulnerability rather than a reflected one.

The network-based attack vector combined with the requirement for user interaction (victims must view the affected page) positions this as a medium-severity issue. However, the potential for privilege escalation through session theft or administrative account compromise should not be underestimated in enterprise deployments.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and output encoding within Pimcore's Document embed editable processing logic. When content is submitted through the document editing interface, the application fails to:

  1. Sanitize HTML input to remove potentially dangerous elements and attributes
  2. Properly encode output when rendering the stored content on published pages
  3. Implement Content Security Policy headers that would mitigate script injection attacks

This allows an attacker to craft payloads containing JavaScript event handlers, script tags, or other HTML constructs that execute arbitrary code in the browser context of users viewing the page.

Attack Vector

The attack follows a classic stored XSS pattern. An authenticated user with document editing permissions accesses the Pimcore admin interface and creates or modifies a document containing an embed editable field. The attacker injects malicious HTML/JavaScript content—such as script tags, event handlers (onload, onerror, onmouseover), or JavaScript protocol handlers—into this field.

When the document is published and subsequently accessed by other users (including administrators), the stored malicious content is retrieved from the database and rendered without proper sanitization. The victim's browser interprets the injected code as legitimate content and executes it, allowing the attacker to steal session cookies, capture keystrokes, redirect users to phishing pages, or perform actions on behalf of the victim.

The vulnerability mechanism involves improper handling of user-supplied HTML content in the Document embed editable feature. When malicious scripts are stored and later rendered on published pages, they execute in the security context of users viewing those pages. For detailed technical information, refer to the Fluid Attacks Security Advisory.

Detection Methods for CVE-2026-5362

Indicators of Compromise

  • Presence of suspicious HTML tags or JavaScript in document embed editable fields, particularly <script>, <iframe>, or event handlers like onload, onerror
  • Unusual document modifications by users who typically don't edit content
  • Client-side requests to external domains originating from published Pimcore pages
  • Reports of unexpected redirects or pop-ups when viewing published documents

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS payloads in HTTP POST requests to document editing endpoints
  • Configure browser Content Security Policy reporting to capture policy violations that may indicate XSS attempts
  • Deploy endpoint detection solutions to monitor for suspicious JavaScript execution patterns in browser contexts
  • Conduct periodic security audits of stored document content to identify injected scripts

Monitoring Recommendations

  • Enable and review Pimcore audit logs for document editing activities, particularly changes to embed editable fields
  • Monitor network traffic for unusual external resource requests originating from published Pimcore pages
  • Set up alerts for multiple failed content sanitization attempts or WAF rule triggers
  • Implement user behavior analytics to detect anomalous document editing patterns

How to Mitigate CVE-2026-5362

Immediate Actions Required

  • Review all existing documents for potentially malicious content in embed editable fields
  • Restrict document editing permissions to trusted users until a patch is applied
  • Implement Content Security Policy headers to limit script execution sources
  • Deploy WAF rules to block common XSS payloads in document editing requests

Patch Information

Organizations should monitor the Pimcore GitHub repository for security updates addressing this vulnerability. Apply the official security patch as soon as it becomes available. Until patched, consider implementing the workarounds below to reduce exposure.

Workarounds

  • Implement strict Content Security Policy headers with script-src 'self' to prevent inline script execution
  • Deploy server-side input sanitization using libraries like HTMLPurifier to strip dangerous HTML elements before storage
  • Limit document editing permissions to a minimal set of highly trusted users
  • Consider temporarily disabling the embed editable feature if not business-critical
bash
# Example nginx configuration for Content Security Policy
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechPimcore

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.00%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Fluid Attacks Security Advisory

  • GitHub Repository for Pimcore
  • Related CVEs
  • CVE-2026-5394: Pimcore SQL Injection Vulnerability

  • CVE-2026-27461: Pimcore SQL Injection Vulnerability

  • CVE-2026-23493: Pimcore Information Disclosure Flaw

  • CVE-2026-23494: Pimcore Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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