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

CVE-2026-6651: ERP Online XSS Vulnerability

CVE-2026-6651 is a cross-site scripting flaw in ERP Online up to version 4.0.0 affecting the Inventory Edit Item Page. This article covers the technical details, affected versions, security impact, and mitigation.

Published: April 23, 2026

CVE-2026-6651 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in erponline.xyz ERP Online versions up to 4.0.0. This security flaw affects the Inventory Edit Item Page component, where improper handling of the Item Name argument allows attackers to inject malicious scripts. The vulnerability can be exploited remotely and a proof-of-concept exploit has been publicly released, increasing the risk of active exploitation in the wild.

Critical Impact

Attackers can execute arbitrary JavaScript in the context of authenticated user sessions, potentially leading to session hijacking, data theft, or unauthorized actions within the ERP system.

Affected Products

  • erponline.xyz ERP Online up to version 4.0.0
  • Inventory Edit Item Page component

Discovery Timeline

  • 2026-04-20 - CVE CVE-2026-6651 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-6651

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The flaw exists within the Inventory Edit Item Page component of ERP Online, where user-supplied input in the Item Name field is not properly sanitized before being rendered in the web interface.

The attack requires network access and can be launched remotely, though it requires high privileges and some user interaction to be successful. When exploited, an attacker can inject malicious client-side scripts that execute within the browser context of other users accessing the affected pages.

The vendor was contacted regarding this vulnerability but did not respond, leaving users without an official patch at the time of disclosure. A proof-of-concept exploit has been made publicly available, as documented in the Olografix PoC Repository.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the Inventory Edit Item Page. The Item Name parameter accepts user input without proper sanitization, allowing HTML and JavaScript content to be stored and subsequently rendered to other users viewing the inventory items. This represents a stored (persistent) XSS vulnerability where malicious payloads remain in the application's database.

Attack Vector

The attack is conducted over the network and targets the web application's inventory management functionality. An authenticated attacker with elevated privileges can inject malicious scripts through the Item Name field when creating or editing inventory items.

The exploitation flow involves an attacker inserting a crafted payload containing JavaScript into the Item Name field. When other users (including administrators) view the inventory page, the malicious script executes in their browser context. This can lead to session token theft, unauthorized data access, or actions performed on behalf of the victim user.

Technical details and proof-of-concept information are available through the VulDB Vulnerability Entry #358285.

Detection Methods for CVE-2026-6651

Indicators of Compromise

  • Unusual JavaScript or HTML tags present in inventory item names within the ERP database
  • Web application firewall logs showing XSS payload patterns targeting the Inventory Edit Item Page
  • Client-side error logs indicating script execution from unexpected sources
  • Suspicious network requests originating from user browsers to external domains after accessing inventory pages

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block common XSS payloads in POST requests to inventory management endpoints
  • Implement Content Security Policy (CSP) headers to restrict script execution sources and detect policy violations
  • Monitor application logs for requests containing encoded script tags or event handlers in the Item Name parameter
  • Conduct regular database audits to identify stored XSS payloads in inventory records

Monitoring Recommendations

  • Enable detailed logging on the ERP application to capture all modifications to inventory items
  • Configure browser security headers monitoring to detect CSP violation reports
  • Set up alerts for unusual patterns in web application traffic, particularly targeting form submission endpoints
  • Monitor for anomalous user session behavior that may indicate session hijacking

How to Mitigate CVE-2026-6651

Immediate Actions Required

  • Restrict access to the Inventory Edit Item Page to only essential personnel until a patch is available
  • Implement strict Content Security Policy (CSP) headers to prevent inline script execution
  • Deploy web application firewall (WAF) rules to filter XSS payloads targeting the affected component
  • Audit existing inventory item names for suspicious content and sanitize any malicious entries
  • Consider disabling the Item Name edit functionality temporarily if business operations permit

Patch Information

At the time of this writing, the vendor (erponline.xyz) has not released an official patch for this vulnerability. According to the disclosure notes, the vendor was contacted early about this issue but did not respond. Users are advised to monitor for vendor updates and apply patches immediately when available.

For additional technical details, refer to the VulDB Submission #793806 and the VulDB CTI information.

Workarounds

  • Implement server-side input validation to reject HTML/JavaScript in the Item Name field using allowlist-based filtering
  • Apply output encoding (HTML entity encoding) when rendering item names in the web interface
  • Use a reverse proxy or WAF to sanitize incoming requests before they reach the application
  • Consider implementing a custom middleware that strips potentially dangerous characters from user inputs
  • Restrict user permissions to minimize the number of accounts with item editing capabilities
bash
# Example Content Security Policy configuration for Apache
# Add to .htaccess or httpd.conf to help mitigate XSS impact
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'none';"
Header set X-Content-Type-Options "nosniff"
Header set X-XSS-Protection "1; mode=block"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechErponline

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Olografix PoC Repository

  • VulDB Submission #793806

  • VulDB Vulnerability #358285

  • VulDB CTI for #358285
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS 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