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-2019-25298

CVE-2019-25298: html5_snmp SQL Injection Vulnerability

CVE-2019-25298 is a SQL injection vulnerability in html5_snmp 1.11 affecting Router_ID and Router_IP parameters. Attackers can exploit error-based, time-based, and union-based techniques to extract database data.

Published: February 13, 2026

CVE-2019-25298 Overview

CVE-2019-25298 is a SQL Injection vulnerability affecting html5_snmp version 1.11. The vulnerability allows attackers to manipulate database queries through unsanitized Router_ID and Router_IP parameters. Multiple SQL injection techniques can be leveraged including error-based, time-based, and union-based injection, enabling attackers to potentially extract sensitive data or modify database contents.

Critical Impact

Attackers can exploit this SQL Injection vulnerability to read, modify, or delete database contents through crafted payloads targeting the Router_ID and Router_IP parameters without proper authentication.

Affected Products

  • html5_snmp version 1.11

Discovery Timeline

  • 2026-02-06 - CVE CVE-2019-25298 published to NVD
  • 2026-02-06 - Last updated in NVD database

Technical Details for CVE-2019-25298

Vulnerability Analysis

The vulnerability in html5_snmp 1.11 stems from improper handling of user-supplied input in the Router_ID and Router_IP parameters. When these parameters are processed by the application, they are directly concatenated into SQL queries without proper sanitization or parameterized query implementation. This allows an attacker to inject malicious SQL code that the database engine will execute.

The vulnerability supports multiple exploitation techniques:

  • Error-based injection: Attackers can craft payloads that trigger database errors, revealing information about the database structure in error messages
  • Time-based blind injection: By using SQL functions like SLEEP() or WAITFOR, attackers can infer database information based on response timing
  • Union-based injection: Attackers can append UNION SELECT statements to extract data from other database tables

This vulnerability is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command).

Root Cause

The root cause of this vulnerability is insufficient input validation and the use of dynamic SQL query construction. The application fails to sanitize or validate user input before incorporating it into database queries. Rather than using parameterized queries or prepared statements, which separate SQL code from user data, the application directly concatenates user-controlled values into SQL statements, creating the injection point.

Attack Vector

This vulnerability is exploitable over the network, requiring low-privilege authenticated access. An attacker can target the vulnerable Router_ID and Router_IP parameters by sending specially crafted HTTP requests containing SQL injection payloads. The attack does not require user interaction, allowing automated exploitation.

The attacker sends malicious input through the affected parameters, such as appending SQL metacharacters and commands. When the application processes this input and executes the resulting query, the injected SQL code runs with the same privileges as the database connection used by the application. For detailed technical analysis and proof-of-concept information, see the VulnCheck SQL Injection Advisory and Exploit-DB #47588.

Detection Methods for CVE-2019-25298

Indicators of Compromise

  • Unusual SQL error messages in application logs or HTTP responses
  • Requests containing SQL metacharacters (', ", ;, --, UNION, SELECT) in Router_ID or Router_IP parameters
  • Abnormal database query patterns or execution times indicating time-based injection attempts
  • Unexpected data exfiltration or database modifications

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block common SQL injection patterns in incoming requests
  • Monitor application logs for SQL syntax errors or database exception messages
  • Implement anomaly detection for database queries, flagging unusual query structures or execution patterns
  • Use intrusion detection systems (IDS) with SQL injection signature rules targeting the affected parameters

Monitoring Recommendations

  • Enable detailed logging for all database queries executed by the html5_snmp application
  • Configure alerts for multiple failed database queries or SQL syntax errors from the same source IP
  • Monitor for unusual data access patterns that may indicate successful data exfiltration
  • Implement real-time log correlation to identify SQL injection attack sequences

How to Mitigate CVE-2019-25298

Immediate Actions Required

  • Restrict network access to systems running vulnerable html5_snmp 1.11 instances
  • Implement Web Application Firewall (WAF) rules to filter SQL injection payloads targeting Router_ID and Router_IP parameters
  • Review database user privileges and apply principle of least privilege to limit potential damage from successful exploitation
  • Consider disabling or isolating affected functionality until a patch is available

Patch Information

No vendor patch information is currently available in the CVE data. Organizations using html5_snmp 1.11 should monitor the GitHub repository for updates and consider implementing the workarounds below until an official fix is released.

Workarounds

  • Implement input validation to reject special characters and SQL metacharacters in Router_ID and Router_IP parameters
  • Deploy a reverse proxy or WAF with SQL injection protection rules in front of the application
  • Use database stored procedures with parameterized inputs to isolate direct query execution
  • Apply network segmentation to limit access to the vulnerable application from untrusted networks
bash
# Example WAF rule configuration for ModSecurity
SecRule ARGS:Router_ID|ARGS:Router_IP "@rx (?i:union.*select|select.*from|insert.*into|delete.*from|drop.*table|'|\"|;|--)" \
    "id:1001,phase:2,deny,status:403,msg:'SQL Injection attempt blocked on Router parameters'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechHtml5 Snmp

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/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-89
  • Technical References
  • GitHub PoC Repository

  • Exploit-DB #47588

  • VulnCheck SQL Injection Advisory
  • Related CVEs
  • CVE-2019-25294: html5_snmp XSS 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