A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-34655

CVE-2026-34655: Adobe Commerce Stored XSS Vulnerability

CVE-2026-34655 is a stored Cross-Site Scripting vulnerability in Adobe Commerce that allows high-privileged attackers to inject malicious scripts into form fields. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-34655 Overview

CVE-2026-34655 is a stored Cross-Site Scripting (XSS) vulnerability affecting multiple versions of Adobe Commerce. The flaw resides in form field input handling, where a high-privileged attacker can inject malicious scripts into vulnerable fields. When a victim browses to a page containing the tainted field, the injected JavaScript executes in their browser. The vulnerability has a scope change, meaning the compromised component impacts resources beyond its security boundary. Adobe assigned this issue [CWE-79] under security advisory APSB26-49.

Critical Impact

A high-privileged attacker can inject persistent JavaScript that executes in any user's browser session visiting the affected page, enabling session compromise and unauthorized actions in the victim's context.

Affected Products

  • Adobe Commerce 2.4.9-beta1
  • Adobe Commerce 2.4.8-p4, 2.4.7-p9, 2.4.6-p14
  • Adobe Commerce 2.4.5-p16, 2.4.4-p17 and earlier

Discovery Timeline

  • 2026-05-12 - CVE-2026-34655 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-34655

Vulnerability Analysis

The vulnerability is a stored XSS flaw [CWE-79] within Adobe Commerce form fields. Stored XSS occurs when user-controlled input is persisted to a backend store and later rendered in HTML responses without proper output encoding. In this case, an attacker with high privileges submits crafted JavaScript through a form input that fails to sanitize or encode special characters.

The persisted payload triggers when an authenticated user navigates to a page that renders the affected field. The script then executes under the victim's origin and session context. Because the CVSS scope is changed, the executed script can affect resources beyond the originally exploited component, such as administrative consoles or storefront sessions belonging to other users. Exploitation requires user interaction by the victim, who must load the affected page.

Root Cause

The root cause is missing or insufficient output encoding on form field values rendered back into the Document Object Model (DOM). Adobe Commerce trusts input supplied by high-privileged accounts, allowing raw HTML and script content to pass through templating without contextual escaping.

Attack Vector

Exploitation occurs over the network. An authenticated attacker with administrative or merchant-level privileges submits a payload such as <script> tags or event handler attributes into a vulnerable field. When a legitimate user, such as another administrator or customer-facing employee, opens the affected page, the script executes in their browser. The attacker can steal session tokens, perform actions on behalf of the victim, or pivot deeper into the merchant backend.

No verified public proof-of-concept code is available. For technical specifics, refer to the Adobe Security Advisory APSB26-49.

Detection Methods for CVE-2026-34655

Indicators of Compromise

  • Unexpected <script>, <img onerror=>, or javascript: payloads stored within Adobe Commerce entity attributes, product descriptions, CMS blocks, or admin form fields.
  • Outbound HTTP requests from admin or storefront browsers to attacker-controlled domains shortly after page loads.
  • Anomalous session token usage or admin account activity originating from unfamiliar IP addresses.

Detection Strategies

  • Audit Adobe Commerce database tables and configuration entries for HTML or script syntax in fields expected to contain plain text.
  • Monitor web server access logs for admin endpoint requests submitting payloads containing encoded <, >, or script keywords.
  • Review Content Security Policy (CSP) violation reports for inline script execution events on Adobe Commerce pages.

Monitoring Recommendations

  • Enable verbose admin activity logging and forward events to a centralized SIEM for correlation across admin sessions.
  • Track creation and modification of high-privileged accounts that could be leveraged to plant stored XSS payloads.
  • Alert on browser-side errors and CSP report-only violations originating from /admin and catalog rendering endpoints.

How to Mitigate CVE-2026-34655

Immediate Actions Required

  • Apply the security updates referenced in Adobe Security Advisory APSB26-49 to all affected Adobe Commerce installations.
  • Audit existing high-privileged accounts and remove unused or unnecessary administrative access.
  • Review stored content in product, category, CMS, and configuration fields for previously injected payloads.

Patch Information

Adobe released patched versions of Commerce addressing CVE-2026-34655 as part of advisory APSB26-49. Administrators running 2.4.9-beta1, 2.4.8-p4, 2.4.7-p9, 2.4.6-p14, 2.4.5-p16, 2.4.4-p17 or earlier must upgrade to the corresponding fixed release listed in the Adobe Security Advisory APSB26-49.

Workarounds

  • Enforce a strict Content Security Policy that blocks inline scripts and restricts script sources to trusted origins.
  • Restrict admin panel access to known IP ranges using web server or web application firewall rules.
  • Require multi-factor authentication on all high-privileged Adobe Commerce accounts to reduce risk of credential compromise.
bash
# Example: enforce CSP header in nginx for Adobe Commerce admin paths
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'; 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/TechAdobe Commerce

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Adobe Security Advisory APSB26-49
  • Related CVEs
  • CVE-2026-34686: Adobe Commerce Stored XSS Vulnerability

  • CVE-2026-34658: Adobe Commerce Stored XSS Vulnerability

  • CVE-2026-21284: Adobe Commerce B2b XSS Vulnerability

  • CVE-2026-21290: Adobe Commerce B2B XSS 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