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
    • 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-25440

CVE-2019-25440: WebIncorp ERP SQL Injection Vulnerability

CVE-2019-25440 is an SQL injection flaw in WebIncorp ERP that allows unauthenticated attackers to manipulate database queries via the prod_id parameter. This article covers technical details, impact, and mitigation.

Updated: May 16, 2026

CVE-2019-25440 Overview

CVE-2019-25440 is an SQL injection vulnerability [CWE-89] affecting WebIncorp ERP. The flaw resides in the product_detail.php endpoint, which fails to sanitize the prod_id GET parameter before incorporating it into a database query. Unauthenticated remote attackers can inject arbitrary SQL syntax to read sensitive data from the backing database. Public exploit code has been available via Exploit-DB entry 47199 since the original 2019 disclosure, and the CVE was formally published to the NVD in 2026.

Critical Impact

Unauthenticated attackers can extract database contents — including credentials, customer records, and business data — by sending a single crafted HTTP GET request to product_detail.php.

Affected Products

  • WebIncorp ERP — all versions (per VulnCheck advisory)
  • Web application component: product_detail.php
  • Vulnerable parameter: prod_id (GET)

Discovery Timeline

  • 2026-02-22 - CVE-2019-25440 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2019-25440

Vulnerability Analysis

The vulnerability is a classic SQL injection in the product detail handler of WebIncorp ERP. The application accepts the prod_id query string parameter and concatenates it directly into a SQL statement executed against the back-end database. No prepared statements, parameter binding, or input validation are applied. Because the endpoint is reachable without authentication, any network-adjacent attacker who can reach the web server can issue malicious requests.

The attack is low complexity and requires no user interaction. Successful exploitation yields read access to arbitrary database tables, enabling extraction of usernames, password hashes, financial records, and other sensitive ERP data. While the CVSS v4 vector indicates high confidentiality impact with low integrity impact, attackers who chain UNION-based or stacked queries on permissive database configurations may also modify records depending on the database user's privileges.

Root Cause

The root cause is improper neutralization of special elements used in a SQL command [CWE-89]. The prod_id value flows from the HTTP request into a dynamic SQL query without sanitization or parameterized binding. Any SQL metacharacters supplied by the client are interpreted by the database engine as syntax rather than data.

Attack Vector

Exploitation occurs over the network through standard HTTP. An attacker sends a GET request to product_detail.php with a malicious prod_id value containing SQL operators such as UNION SELECT, boolean conditions, or time-based payloads. The application reflects the injection result either directly in the rendered page or through observable response timing, allowing both in-band and blind extraction techniques. Automated tooling such as sqlmap can fully enumerate the database against this endpoint.

No authenticated session, CSRF token, or special header is required. Public proof-of-concept material is documented in Exploit-DB #47199 and the VulnCheck Advisory for WebIncorp ERP.

Detection Methods for CVE-2019-25440

Indicators of Compromise

  • HTTP GET requests to /product_detail.php containing SQL keywords in the prod_id parameter such as UNION, SELECT, SLEEP(, BENCHMARK(, OR 1=1, or encoded variants (%27, %20UNION%20).
  • Web server access logs showing unusually long prod_id values or repeated requests with incrementing payloads consistent with sqlmap fingerprinting.
  • Database error messages referencing MySQL/MariaDB syntax surfacing in HTTP responses or application error logs.
  • Outbound DNS or HTTP callbacks from the database host triggered by out-of-band SQL injection payloads.

Detection Strategies

  • Deploy web application firewall (WAF) rules that flag SQL metacharacters and known injection signatures targeting the prod_id parameter.
  • Enable database query logging and alert on queries containing unbalanced quotes, UNION SELECT patterns, or INFORMATION_SCHEMA access originating from the ERP service account.
  • Correlate web access logs with database audit logs to identify requests whose parameters appear verbatim inside executed SQL statements.

Monitoring Recommendations

  • Monitor for spikes in 500-class HTTP responses from product_detail.php, which often indicate SQL syntax errors triggered by exploitation attempts.
  • Track high-volume reads against sensitive tables such as users, customers, or orders by the web application database user.
  • Alert on egress traffic from the database server to unexpected destinations, which can indicate out-of-band data exfiltration.

How to Mitigate CVE-2019-25440

Immediate Actions Required

  • Restrict network access to the WebIncorp ERP application to trusted IP ranges or place it behind a VPN until a vendor patch is verified.
  • Deploy WAF rules blocking SQL injection patterns in the prod_id parameter on product_detail.php.
  • Rotate database credentials and application secrets if exploitation is suspected based on log review.
  • Audit the database user assigned to the ERP application and revoke any privileges beyond what the application requires.

Patch Information

No vendor-supplied patch is referenced in the NVD entry or the VulnCheck Advisory, which describes the issue as affecting every version of WebIncorp ERP. Operators should contact the vendor directly to confirm the current patch status. If no fix is available, treat the application as unsupported and plan compensating controls or migration.

Workarounds

  • Modify product_detail.php to use parameterized queries or prepared statements with bound parameters instead of string concatenation when source access is available.
  • Add server-side input validation that constrains prod_id to a numeric type and rejects any request containing non-digit characters.
  • Apply least-privilege database permissions so the ERP database account cannot read sensitive tables or execute administrative statements.
  • Place the application behind a reverse proxy enforcing strict parameter allowlists for the affected endpoint.
bash
# Example ModSecurity rule blocking SQLi patterns on the vulnerable parameter
SecRule ARGS:prod_id "@rx (?i)(union(\s|/\*.*\*/)+select|sleep\s*\(|benchmark\s*\(|or\s+1=1|';|--|/\*)" \
    "id:1925440,\
     phase:2,\
     deny,\
     status:403,\
     log,\
     msg:'CVE-2019-25440 WebIncorp ERP SQLi attempt on prod_id',\
     tag:'CWE-89'"

# Example Nginx location block restricting prod_id to digits only
location = /product_detail.php {
    if ($arg_prod_id !~ "^[0-9]+$") {
        return 403;
    }
    fastcgi_pass php_backend;
}

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
  • Exploit-DB #47199

  • VulnCheck Advisory Webincorp ERP
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS 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