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-2025-63354

CVE-2025-63354: Hitrontech Hi3120 Firmware XSS Vulnerability

CVE-2025-63354 is a stored cross-site scripting vulnerability in Hitrontech Hi3120 Firmware that allows attackers to inject malicious JavaScript via Parental Control filters. This post covers technical details, affected versions, impact, and mitigation strategies.

Published: February 13, 2026

CVE-2025-63354 Overview

CVE-2025-63354 is a stored Cross-Site Scripting (XSS) vulnerability affecting the Hitron HI3120 router running firmware version 7.2.4.5.2b1. The vulnerability exists in the Parental Control feature of the device's web management interface, specifically when creating a new filter. Due to improper input handling, an attacker can inject and execute arbitrary JavaScript code that persists in the device's configuration.

Critical Impact

Attackers with local access and low privileges can inject malicious JavaScript into the Parental Control filter settings, which will execute in the context of other users accessing the management interface, potentially leading to session hijacking, credential theft, or unauthorized configuration changes.

Affected Products

  • Hitrontech HI3120 Firmware version 7.2.4.5.2b1
  • Hitrontech HI3120 Hardware

Discovery Timeline

  • 2026-02-09 - CVE CVE-2025-63354 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2025-63354

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) resides in the Parental Control functionality of the Hitron HI3120 router's administrative interface. When a user creates a new content filter within the Parental Control settings, the application fails to properly sanitize or validate user-supplied input before storing it in the device configuration and subsequently rendering it back to the browser.

The attack requires local network access and low-level privileges to access the router's management interface. User interaction is necessary for exploitation, as the malicious payload executes when another authenticated user views the affected Parental Control settings page. The scope is changed, meaning the vulnerability can affect resources beyond the vulnerable component itself, potentially impacting the security context of other users' browser sessions.

Root Cause

The root cause of this vulnerability is improper input validation and output encoding in the Parental Control filter creation functionality. The firmware does not adequately sanitize user-provided input when storing filter configurations, nor does it properly encode output when rendering these values back to the administrative interface. This allows malicious JavaScript to be stored in the device configuration and executed whenever the affected page is loaded.

Attack Vector

The attack vector for CVE-2025-63354 requires local network access to the router's web management interface. An attacker with valid credentials and low-level privileges navigates to the Parental Control section and creates a new filter. Instead of providing legitimate filter criteria, the attacker injects JavaScript code into the filter name or related input fields. This malicious code is stored persistently in the device configuration.

When another administrator or user with higher privileges accesses the Parental Control settings page, the stored JavaScript payload executes in their browser context. This can lead to session cookie theft, unauthorized actions performed on behalf of the victim user, or extraction of sensitive configuration data from the router interface.

For technical details on this vulnerability, see the Proof of Concept Repository published by the security researcher.

Detection Methods for CVE-2025-63354

Indicators of Compromise

  • Unexpected or suspicious entries in Parental Control filter configurations containing JavaScript syntax such as <script>, onerror=, onload=, or similar event handlers
  • Unusual network traffic from the router's management interface to external domains that may indicate data exfiltration
  • Anomalous session activity or unauthorized configuration changes following administrator access to Parental Control settings

Detection Strategies

  • Implement web application firewall (WAF) rules to detect common XSS patterns in HTTP requests destined for the router management interface
  • Monitor HTTP traffic for encoded JavaScript payloads targeting the Parental Control functionality
  • Review router configuration exports for suspicious entries containing script tags or JavaScript event handlers
  • Enable logging on the router management interface and analyze logs for unusual POST requests to filter creation endpoints

Monitoring Recommendations

  • Regularly audit Parental Control filter configurations for unauthorized or suspicious entries
  • Implement network segmentation to restrict access to router management interfaces from trusted administrative workstations only
  • Monitor for session anomalies that could indicate session hijacking following XSS exploitation
  • Set up alerts for configuration changes to the Parental Control feature outside of authorized change windows

How to Mitigate CVE-2025-63354

Immediate Actions Required

  • Restrict access to the router's web management interface to trusted administrative IP addresses only
  • Review and audit all existing Parental Control filter entries for potentially malicious content
  • Consider disabling the Parental Control feature if not actively used until a patch is available
  • Ensure administrative sessions are conducted over HTTPS if supported by the device
  • Use dedicated browser profiles or private browsing modes when accessing the router management interface to limit potential impact of XSS attacks

Patch Information

At the time of publication, no vendor advisory or official patch has been released by Hitrontech for this vulnerability. Users are advised to monitor the vendor's support channels for firmware updates addressing this issue. The vulnerability has been publicly documented in a GitHub repository containing proof-of-concept details.

Workarounds

  • Implement network-level access controls to limit who can access the router's management interface
  • Configure firewall rules to block management interface access from untrusted network segments
  • Use a dedicated management VLAN for router administration
  • Regularly back up router configurations and compare against known-good baselines to detect unauthorized modifications
  • Consider deploying a reverse proxy with XSS filtering capabilities in front of the management interface if feasible in your environment
bash
# Example: Restrict management interface access via iptables on upstream firewall
# Replace 192.168.1.0/24 with your trusted admin network
iptables -A FORWARD -d <ROUTER_MGMT_IP> -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A FORWARD -d <ROUTER_MGMT_IP> -p tcp --dport 80 -j DROP
iptables -A FORWARD -d <ROUTER_MGMT_IP> -p tcp --dport 443 -s 192.168.1.0/24 -j ACCEPT
iptables -A FORWARD -d <ROUTER_MGMT_IP> -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/TechHitrontech

  • SeverityMEDIUM

  • CVSS Score4.6

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/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
  • GitHub PoC Repository
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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