Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-29598

CVE-2026-29598: Acora CMS Stored XSS Vulnerability

CVE-2026-29598 is a stored XSS vulnerability in DDSN Interactive Acora CMS v10.7.1 that allows attackers to inject malicious scripts via user input fields. This article covers the technical details, exploitation risks, and remediation.

Published: April 2, 2026

CVE-2026-29598 Overview

Multiple stored cross-site scripting (XSS) vulnerabilities have been identified in DDSN Interactive Acora CMS v10.7.1. The vulnerabilities exist in the submit_add_user.asp endpoint, which fails to properly sanitize user-supplied input in the First Name and Last Name parameters. Attackers with low privileges can inject malicious JavaScript or HTML payloads that are stored in the application database and subsequently executed in the browsers of other users who view the affected content.

Critical Impact

Authenticated attackers can inject persistent malicious scripts that execute in victim browsers, potentially leading to session hijacking, credential theft, account takeover, or further attacks against other authenticated users including administrators.

Affected Products

  • DDSN Interactive Acora CMS v10.7.1
  • Acora CMS submit_add_user.asp endpoint

Discovery Timeline

  • 2026-04-01 - CVE-2026-29598 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-29598

Vulnerability Analysis

This stored XSS vulnerability (CWE-79: Improper Neutralization of Input During Web Page Generation) affects the user management functionality within Acora CMS. The submit_add_user.asp endpoint processes user registration or profile creation requests but fails to implement adequate input validation and output encoding for the First Name and Last Name form fields.

When an attacker submits specially crafted input containing JavaScript code or HTML markup through these parameters, the malicious content is stored directly in the application's database without sanitization. Subsequently, when other users—including administrators—view pages that display this user information, the injected scripts execute within their browser context.

The attack requires network access and low-level authentication to submit the malicious payload. However, the impact extends beyond the attacker's session scope, as the stored payload affects other users who interact with the compromised data. This cross-scope impact enables attackers to target users with higher privileges than their own.

Root Cause

The root cause of this vulnerability is improper input validation and missing output encoding in the submit_add_user.asp endpoint. The application directly stores user-supplied data from the First Name and Last Name parameters without sanitizing special characters or encoding HTML entities. When this data is later rendered in the browser, the lack of proper contextual output encoding allows the injected scripts to execute as legitimate code.

Attack Vector

The attack is conducted over the network and requires the attacker to have low-level authenticated access to the Acora CMS application. The attacker navigates to the user creation or profile functionality and submits a form with malicious JavaScript embedded in the First Name or Last Name fields. The payload is then stored persistently and triggers whenever other users view the affected content. User interaction is required for the attack to succeed—a victim must view the page containing the stored payload.

The vulnerability enables potential session hijacking through cookie theft, defacement of application content, redirection to malicious sites, keylogging of user input, and propagation of further attacks against other authenticated users.

Detection Methods for CVE-2026-29598

Indicators of Compromise

  • Unusual JavaScript code or HTML tags present in user profile First Name or Last Name database fields
  • HTTP POST requests to submit_add_user.asp containing encoded script tags or event handlers (e.g., <script>, onerror=, onload=)
  • User profile data containing suspicious patterns such as javascript:, <iframe>, or base64-encoded payloads

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing XSS payloads targeting the submit_add_user.asp endpoint
  • Monitor application logs for POST requests to user management endpoints with suspicious parameter values
  • Conduct periodic database audits to identify stored content containing HTML or JavaScript syntax in name fields

Monitoring Recommendations

  • Enable detailed logging for the submit_add_user.asp endpoint and related user management functions
  • Configure alerting for requests containing common XSS payload patterns in form submissions
  • Implement Content Security Policy (CSP) headers to detect and report inline script execution attempts

How to Mitigate CVE-2026-29598

Immediate Actions Required

  • Review all existing user records in the database for malicious content in First Name and Last Name fields and sanitize any suspicious entries
  • Implement strict input validation to reject or strip HTML tags and JavaScript from user profile fields
  • Apply output encoding (HTML entity encoding) whenever displaying user-supplied data in web pages
  • Consider restricting access to the user management functionality until a patch is available

Patch Information

No official vendor patch information is currently available for this vulnerability. Organizations should monitor the DDSN Security Insights page and Acora Security Overview for updates. A proof-of-concept has been published on GitHub, which organizations can reference when testing mitigations.

Workarounds

  • Implement server-side input validation to strip or encode HTML special characters (<, >, ", ', &) from the First Name and Last Name parameters before storage
  • Deploy a web application firewall (WAF) with XSS detection rules to filter malicious requests to the submit_add_user.asp endpoint
  • Implement Content Security Policy (CSP) headers with restrictive script-src directives to prevent execution of inline scripts
  • Apply the principle of least privilege to limit which user roles can access the user creation functionality
bash
# Example Content Security Policy header configuration (Apache)
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'none';"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechDdsn Interactive Acora Cms

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Acora Security Overview

  • DDSN Security Insights

  • GitHub CVE-2026-29598 PoC
  • Related CVEs
  • CVE-2026-29597: Acora CMS Auth Bypass Vulnerability

  • CVE-2025-63314: Acora CMS Auth Bypass Vulnerability
Default Legacy - Prefooter | 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