A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-10195

CVE-2024-10195: Tecno 4G WiFi TR118 SQL Injection Flaw

CVE-2024-10195 is a critical SQL injection vulnerability in Tecno 4G Portable WiFi TR118 firmware that allows remote attackers to manipulate database queries. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-10195 Overview

CVE-2024-10195 is a SQL injection vulnerability in the Tecno 4G Portable WiFi TR118 router running firmware version V008-20220830. The flaw resides in the /goform/goform_get_cmd_process endpoint within the SMS Check component. Attackers can manipulate the order_by parameter to inject arbitrary SQL statements. The issue is remotely exploitable over the network and requires high privileges to trigger. According to the disclosure, the vendor was contacted before public release but did not respond. The weakness is categorized under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command).

Critical Impact

Authenticated remote attackers can inject SQL through the order_by parameter of the SMS Check handler, potentially exposing or tampering with data stored on the device.

Affected Products

  • Tecno 4G Portable WiFi TR118 hardware (cpe:2.3:h:tecno-mobile:4g_portable_wifi_tr118)
  • Tecno 4G Portable WiFi TR118 firmware version V008-20220830
  • Deployments exposing the device web management interface over reachable networks

Discovery Timeline

  • 2024-10-20 - CVE-2024-10195 published to the National Vulnerability Database
  • 2024-10-24 - Last updated in NVD database

Technical Details for CVE-2024-10195

Vulnerability Analysis

The Tecno TR118 web management interface exposes the /goform/goform_get_cmd_process handler, which serves several administrative commands including the SMS Check function. The handler accepts an order_by query parameter and concatenates it into a backend SQL statement without proper sanitization or parameterization. As a result, attackers who supply crafted SQL fragments in order_by alter the structure of the executed query.

Because the embedded database stores SMS records and configuration data, successful injection can disclose, modify, or delete those records. The vulnerability requires authenticated access to the device, which limits unauthenticated mass exploitation but does not prevent attacks from users with valid sessions or attackers who first obtain credentials.

Root Cause

The root cause is missing input neutralization in the goform_get_cmd_process request handler. The firmware builds SQL queries by concatenating user-controlled order_by input into the query string. No prepared statements, parameter binding, or allowlist validation are applied. This pattern matches [CWE-89] and is common in embedded goform web handlers used by ZTE-derived router firmware.

Attack Vector

The attacker sends an HTTP request to /goform/goform_get_cmd_process referencing the SMS Check action and supplies a malicious value in the order_by parameter. The injected SQL fragment is appended to the ORDER BY clause of the backing query. Attackers can leverage UNION-based or boolean-based techniques to read arbitrary table contents, including stored SMS messages and account data. A proof-of-concept session recording is referenced in the Asciinema Recording and in VulDB entry #280969.

No verified exploit code is published in a public exploit database, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog at the time of writing.

Detection Methods for CVE-2024-10195

Indicators of Compromise

  • HTTP requests to /goform/goform_get_cmd_process containing SQL meta-characters such as single quotes, UNION, SELECT, SLEEP(, or comment sequences inside the order_by parameter.
  • Unusual administrative sessions on the TR118 web interface originating from untrusted source addresses.
  • Outbound DNS or HTTP callbacks from the router shortly after access to the SMS Check page, which may indicate out-of-band SQL injection.

Detection Strategies

  • Inspect web server logs on the device, or upstream proxies, for requests to /goform/goform_get_cmd_process with non-alphanumeric values in order_by.
  • Deploy network IDS signatures that match SQL injection payload patterns against the TR118 management URL.
  • Correlate authentication events with subsequent SMS Check requests to identify abuse of valid credentials.

Monitoring Recommendations

  • Forward router and gateway HTTP logs to a centralized analytics platform for retention and query.
  • Alert on repeated 200-status responses to /goform/goform_get_cmd_process with anomalous query strings.
  • Monitor for credential stuffing or brute force activity against the TR118 web UI that could precede authenticated exploitation.

How to Mitigate CVE-2024-10195

Immediate Actions Required

  • Restrict access to the TR118 web management interface to trusted management networks only, and never expose it to the public internet.
  • Change the default administrator password and enforce strong, unique credentials to raise the bar for the required privileged access.
  • Disable the SMS Check feature where not in use to reduce the reachable attack surface.

Patch Information

No vendor patch or advisory has been published for CVE-2024-10195. The disclosure notes that the vendor was contacted but did not respond. Operators should track the VulDB entry for updates and contact Tecno Mobile directly to request remediation.

Workarounds

  • Place the device behind a firewall that blocks inbound access to TCP ports used by the web management interface.
  • Use ACLs on the router to limit administrative access to a single management workstation.
  • Replace the device with a supported alternative if Tecno does not provide a fix within an acceptable risk window.
bash
# Example: block external access to the TR118 web UI on an upstream firewall
iptables -A FORWARD -p tcp -d <TR118_IP> --dport 80 -m iprange ! --src-range 10.0.0.10-10.0.0.20 -j DROP
iptables -A FORWARD -p tcp -d <TR118_IP> --dport 443 -m iprange ! --src-range 10.0.0.10-10.0.0.20 -j DROP

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechTecno Mobile

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-89
  • Technical References
  • Asciinema Recording

  • VulDB CTI #280969

  • VulDB #280969

  • VulDB Submission #422994
  • Related CVEs
  • CVE-2025-15385: TECNO Boom Player Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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