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

CVE-2025-62846: QHora QuRouter SQL Injection Vulnerability

CVE-2025-62846 is an SQL injection vulnerability in QHora QuRouter that allows local attackers with admin access to execute unauthorized code. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2025-62846 Overview

An SQL injection vulnerability has been identified in QNAP QHora routers running QuRouter firmware. This security flaw allows a local attacker who has already gained administrator-level access to exploit the vulnerability and execute unauthorized code or commands on the affected device. The vulnerability exists due to improper sanitization of user-supplied input in database queries within the router's management interface.

Critical Impact

Authenticated administrators can leverage SQL injection to execute arbitrary code or commands, potentially compromising the entire network infrastructure managed by the affected QHora device.

Affected Products

  • QNAP QHora routers running QuRouter firmware versions prior to 2.6.2.007
  • QuRouter firmware versions before 2.6.2.007

Discovery Timeline

  • 2026-03-20 - CVE CVE-2025-62846 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2025-62846

Vulnerability Analysis

This vulnerability is classified as CWE-89 (SQL Injection), which occurs when user-controllable input is incorporated into database queries without proper neutralization. In the context of QNAP QHora routers, the vulnerability requires local access and administrative privileges to exploit, which limits the initial attack surface. However, once exploited, the attacker can execute unauthorized code or commands on the underlying system.

The local attack vector with high privilege requirements indicates that an attacker would need to first compromise an administrator account through other means (such as credential theft, social engineering, or session hijacking) before being able to leverage this SQL injection flaw. Despite these prerequisites, the potential impact is severe as successful exploitation grants the attacker the ability to execute arbitrary commands with elevated system privileges.

Root Cause

The root cause of this vulnerability lies in improper input validation and sanitization within the QuRouter firmware's database interaction layer. User-supplied input from administrative functions is being directly concatenated or interpolated into SQL queries without adequate parameterization or escaping, allowing specially crafted input to modify the intended query logic.

SQL injection vulnerabilities typically arise when:

  • Dynamic SQL queries are constructed using string concatenation
  • User input is not properly validated against expected formats
  • Parameterized queries or prepared statements are not utilized
  • Input sanitization fails to account for all SQL metacharacters

Attack Vector

The attack requires local access to the QHora device with administrative credentials. Once authenticated, an attacker can inject malicious SQL statements through vulnerable input fields within the router's management interface. The injected SQL code can then be used to:

  • Extract sensitive information from the device's database
  • Modify configuration data stored in the database
  • Execute system-level commands through SQL features like xp_cmdshell equivalents or user-defined functions
  • Escalate privileges beyond the intended administrative scope

The vulnerability's local attack vector means the attacker must either have physical access to the network where the QHora device is deployed or have already established a foothold through remote compromise.

Detection Methods for CVE-2025-62846

Indicators of Compromise

  • Unusual database query patterns or errors in system logs indicating malformed SQL statements
  • Unexpected command execution or process spawning originating from router management services
  • Anomalous administrative session activity, particularly input containing SQL metacharacters such as single quotes, semicolons, or SQL keywords
  • System configuration changes that were not authorized by legitimate administrators

Detection Strategies

  • Monitor administrative interface access logs for suspicious input patterns containing SQL injection signatures
  • Implement database query logging to detect unusual or malformed queries
  • Deploy network monitoring to identify anomalous traffic patterns from the QHora device
  • Review authentication logs for compromised or suspicious administrator account activity

Monitoring Recommendations

  • Enable comprehensive logging on QNAP QHora devices and forward logs to a centralized SIEM solution
  • Configure alerts for administrative actions that deviate from baseline behavior
  • Implement file integrity monitoring on critical system configurations
  • Regularly audit administrator accounts and access patterns for signs of compromise

How to Mitigate CVE-2025-62846

Immediate Actions Required

  • Update QuRouter firmware to version 2.6.2.007 or later immediately
  • Audit all administrator accounts for unauthorized access or credential compromise
  • Review system logs for any indicators of prior exploitation attempts
  • Restrict administrative access to trusted networks and IP addresses only
  • Implement strong, unique passwords for all administrative accounts

Patch Information

QNAP has addressed this vulnerability in QuRouter version 2.6.2.007 and later releases. Administrators should update their QHora devices to the patched firmware version as soon as possible. For detailed information and download links, refer to the QNAP Security Advisory QSA-26-12.

Workarounds

  • Limit administrative interface access to trusted internal networks only using firewall rules
  • Implement network segmentation to isolate QHora management interfaces from general network traffic
  • Enable multi-factor authentication for administrative access if supported
  • Regularly rotate administrator credentials and enforce strong password policies
  • Monitor for suspicious administrative activity until the patch can be applied

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechQhora

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:U/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
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • QNAP Security Advisory QSA-26-12
  • Related CVEs
  • CVE-2025-62844: QHora QuRouter Auth Bypass Vulnerability

  • CVE-2025-62845: QHora Privilege Escalation Vulnerability

  • CVE-2025-62843: QHora Privilege Escalation Vulnerability
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