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-21290

CVE-2026-21290: Adobe Commerce B2B XSS Vulnerability

CVE-2026-21290 is a stored Cross-Site Scripting flaw in Adobe Commerce B2B that enables attackers to inject malicious scripts and achieve session takeover. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-21290 Overview

CVE-2026-21290 is a stored Cross-Site Scripting (XSS) vulnerability affecting multiple versions of Adobe Commerce, Adobe Commerce B2B, and Adobe Magento Open Source. This vulnerability allows a low-privileged attacker to inject malicious JavaScript into vulnerable form fields, which is then persistently stored and executed when other users browse to the affected page. Successful exploitation can lead to session takeover, compromising both confidentiality and integrity of user sessions.

Critical Impact

A low-privileged attacker can achieve session takeover by injecting malicious scripts into vulnerable form fields, potentially compromising administrator accounts and sensitive e-commerce data.

Affected Products

  • Adobe Commerce versions 2.4.9-alpha3, 2.4.8-p3, 2.4.7-p8, 2.4.6-p13, 2.4.5-p15, 2.4.4-p16 and earlier
  • Adobe Commerce B2B versions 1.5.3-alpha3, 1.5.2-p3, 1.4.2-p8, 1.3.5-p13, 1.3.4-p15, 1.3.3-p16 and earlier
  • Adobe Magento Open Source versions 2.4.9-alpha3, 2.4.8-p3, 2.4.7-p8, 2.4.6-p13, 2.4.5-p15 and earlier

Discovery Timeline

  • 2026-03-11 - CVE-2026-21290 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-21290

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) exists in form fields within Adobe Commerce and related platforms. Unlike reflected XSS attacks that require victims to click malicious links, stored XSS payloads are permanently saved on the target server and automatically execute when users access the affected pages. The attack can be initiated over the network and requires only low-level privileges to exploit, though user interaction is necessary as victims must navigate to the page containing the injected payload.

The vulnerability's ability to facilitate session takeover is particularly concerning for e-commerce platforms, where administrative sessions control sensitive customer data, payment information, and order management systems. Once an attacker captures an administrative session, they can perform unauthorized actions including accessing customer records, modifying pricing, or injecting additional malicious content.

Root Cause

The root cause of CVE-2026-21290 is insufficient input validation and output encoding in form field handling within Adobe Commerce. When user-supplied input is stored in the database and later rendered in HTML pages without proper sanitization, malicious JavaScript code can execute in the context of other users' browsers. The affected form fields fail to implement adequate security controls such as Content Security Policy (CSP) enforcement, HTML entity encoding, or input filtering that would prevent script injection.

Attack Vector

The attack vector for this vulnerability involves a low-privileged user submitting crafted input containing malicious JavaScript to vulnerable form fields within the Adobe Commerce administrative or customer-facing interface. The payload is stored in the application's database. When administrators or other users subsequently view pages that display the stored content, the malicious script executes in their browser context.

The attacker can leverage this to steal session cookies, redirect users to phishing pages, modify page content, or perform actions on behalf of the victim user. Given that this targets an e-commerce platform, attackers could potentially access payment processing functions, customer personal information, or inject code to capture credit card details entered by customers.

Detection Methods for CVE-2026-21290

Indicators of Compromise

  • Unexpected JavaScript code or <script> tags appearing in database fields that store form input data
  • Unusual session activity from administrative accounts, including logins from unexpected IP addresses or geographic locations
  • Browser console errors or security warnings when accessing Adobe Commerce admin pages
  • User reports of unexpected redirects or pop-ups when browsing the store

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block XSS payloads in HTTP requests targeting Adobe Commerce form endpoints
  • Enable and monitor Content Security Policy (CSP) violation reports to identify attempted script injections
  • Conduct regular database audits to identify stored content containing potentially malicious script patterns
  • Deploy browser-based security monitoring to detect DOM manipulation and unauthorized script execution

Monitoring Recommendations

  • Configure logging for all form submissions to administrative and customer-facing areas, with alerting on submissions containing HTML or JavaScript patterns
  • Monitor for abnormal patterns in session cookie usage, such as session tokens being used from multiple IP addresses simultaneously
  • Implement real-time monitoring of outbound network requests from client browsers to detect data exfiltration attempts
  • Review access logs for the specific form endpoints and flag requests with encoded script payloads

How to Mitigate CVE-2026-21290

Immediate Actions Required

  • Apply the latest security patches from Adobe as outlined in security bulletin APSB26-05
  • Review and restrict privileges of user accounts that have access to form input fields in the administrative interface
  • Implement additional input validation at the application layer while awaiting patch deployment
  • Audit recent form submissions for evidence of XSS payload injection attempts

Patch Information

Adobe has released security updates to address this vulnerability. Organizations running affected versions should upgrade to the latest patched versions immediately. Detailed patch information and download links are available in the Adobe Security Advisory APSB26-05. The following versions contain the fix:

  • Adobe Commerce: Upgrade to versions newer than 2.4.9-alpha3, 2.4.8-p3, 2.4.7-p8, 2.4.6-p13, 2.4.5-p15, or 2.4.4-p16 depending on your release branch
  • Adobe Commerce B2B: Upgrade to versions newer than 1.5.3-alpha3, 1.5.2-p3, 1.4.2-p8, 1.3.5-p13, 1.3.4-p15, or 1.3.3-p16
  • Adobe Magento Open Source: Upgrade to versions newer than 2.4.9-alpha3, 2.4.8-p3, 2.4.7-p8, 2.4.6-p13, or 2.4.5-p15

Workarounds

  • Deploy a Web Application Firewall (WAF) with rules specifically configured to detect and block XSS patterns targeting Adobe Commerce form endpoints
  • Implement strict Content Security Policy (CSP) headers that prevent inline script execution and restrict script sources to trusted domains
  • Limit administrative access to known IP addresses or VPN connections to reduce the attack surface for session hijacking
  • Disable or restrict access to non-essential form fields until patches can be applied
bash
# Example CSP header configuration for Apache (.htaccess)
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; 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/TechAdobe Commerce

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • Adobe Security Advisory
  • Related CVEs
  • CVE-2026-21284: Adobe Commerce B2b XSS Vulnerability

  • CVE-2026-21291: Adobe Commerce B2B XSS Vulnerability

  • CVE-2026-21292: Adobe Commerce B2B XSS Vulnerability

  • CVE-2026-21361: Adobe Commerce Stored XSS 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