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

CVE-2026-29513: Hereta ETH-IMC408M XSS Vulnerability

CVE-2026-29513 is a stored XSS flaw in Hereta ETH-IMC408M firmware that lets authenticated attackers inject malicious JavaScript via the Device Location field. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2026-29513 Overview

CVE-2026-29513 is a stored cross-site scripting (XSS) vulnerability affecting Hereta ETH-IMC408M firmware version 1.0.15 and prior releases. The vulnerability allows authenticated attackers to inject arbitrary JavaScript code by manipulating the Device Location field within the System Status interface. Due to the lack of proper input sanitization, malicious scripts persist in the application and execute in the browsers of other users viewing the affected status page.

Stored XSS vulnerabilities are particularly dangerous because the malicious payload persists on the server, affecting all users who access the compromised page without requiring additional attacker interaction.

Critical Impact

Authenticated attackers can inject persistent malicious JavaScript that executes in the context of other users' browsers, potentially enabling session hijacking, credential theft, or further attack propagation.

Affected Products

  • Hereta ETH-IMC408M firmware version 1.0.15
  • Hereta ETH-IMC408M firmware versions prior to 1.0.15

Discovery Timeline

  • 2026-03-16 - CVE-2026-29513 published to NVD
  • 2026-03-17 - Last updated in NVD database

Technical Details for CVE-2026-29513

Vulnerability Analysis

This stored cross-site scripting vulnerability (CWE-79) exists in the Hereta ETH-IMC408M industrial motion controller's web management interface. The vulnerability stems from insufficient input validation and output encoding in the Device Location field accessible through the System Status interface.

When an authenticated user submits data to the Device Location field, the application fails to sanitize or encode the input before storing it in the device configuration. Subsequently, when any user views the System Status page, the stored payload is rendered directly in the HTML response without proper escaping, causing the browser to execute the injected JavaScript code.

The network-accessible attack vector means that any authenticated user with access to the device configuration interface can exploit this vulnerability. While the requirement for prior authentication limits the attack surface, industrial control devices often have weak or default credentials, which may lower the practical barrier to exploitation.

Root Cause

The root cause of this vulnerability is the absence of input validation and output encoding in the web application handling the Device Location parameter. The firmware does not implement proper sanitization routines to strip or encode special characters such as <, >, ", and ' before storing user input. Additionally, when rendering the stored data on the System Status page, the application fails to apply HTML entity encoding, allowing script tags and event handlers to execute in the victim's browser context.

Attack Vector

The attack requires an authenticated attacker to access the device's web management interface and navigate to the configuration section where the Device Location field is editable. By injecting JavaScript code within this field—such as script tags or event handler attributes—the payload becomes permanently stored in the device configuration.

Once stored, the malicious script executes whenever any user (including administrators) views the System Status page. This could enable attackers to steal session cookies, capture credentials, redirect users to phishing sites, or perform actions on behalf of the victim within the device management interface.

The vulnerability is exploited through the System Status interface where the Device Location field accepts and renders unsanitized user input. Attackers can inject payloads containing JavaScript that will execute when other users view the status page. For detailed technical information, refer to the VulnCheck Advisory: Hereta XSS.

Detection Methods for CVE-2026-29513

Indicators of Compromise

  • Presence of script tags, event handlers, or encoded JavaScript within the Device Location field in device configurations
  • Unexpected or malicious content appearing in the System Status page source code
  • Browser console errors or blocked script execution warnings when viewing the System Status interface
  • Unusual network requests originating from sessions viewing the device management pages

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS payloads in HTTP requests targeting device configuration endpoints
  • Monitor device configuration changes for fields containing HTML tags, JavaScript code, or encoded script content
  • Deploy browser-based XSS protection mechanisms and Content Security Policy (CSP) headers where possible
  • Review access logs for authenticated sessions making configuration changes to input fields

Monitoring Recommendations

  • Enable detailed logging of all configuration changes on Hereta ETH-IMC408M devices
  • Configure network monitoring to detect suspicious patterns in traffic to and from device management interfaces
  • Establish baseline configurations and alert on unauthorized modifications to device settings
  • Implement user activity monitoring for privileged accounts with device configuration access

How to Mitigate CVE-2026-29513

Immediate Actions Required

  • Restrict network access to the Hereta ETH-IMC408M web management interface to trusted IP addresses only
  • Review and audit current Device Location field values for any suspicious or malicious content
  • Implement strong authentication controls and remove default credentials from all devices
  • Place affected devices behind network segmentation controls to limit exposure

Patch Information

No vendor patch has been identified in the available CVE data. The Archived Hereta Website may contain additional vendor information. Organizations should monitor the VulnCheck Advisory: Hereta XSS for updates regarding remediation guidance.

Workarounds

  • Implement network-level access controls (firewalls, VLANs) to restrict management interface access to authorized personnel only
  • Deploy a reverse proxy with XSS filtering capabilities in front of the device management interface
  • Disable or restrict access to the Device Location configuration field if not operationally required
  • Use browser security extensions that block inline script execution when accessing the device interface
bash
# Example: Network segmentation using iptables to restrict management access
# Allow access only from trusted management network (10.0.1.0/24)
iptables -A INPUT -p tcp --dport 80 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechHereta

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/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
  • Archived Hereta Website

  • VulnCheck Advisory: Hereta XSS
  • Related CVEs
  • CVE-2026-29520: Hereta ETH-IMC408M XSS Vulnerability

  • CVE-2026-29510: Hereta ETH-IMC408M XSS Vulnerability

  • CVE-2026-29521: Hereta ETH-IMC408M CSRF 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