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

CVE-2019-25450: Dolibarr ERP/CRM SQLi Vulnerability

CVE-2019-25450 is a SQL injection flaw in Dolibarr ERP/CRM 10.0.1 that lets authenticated attackers manipulate database queries. This article covers technical details, affected versions, impact, and mitigation.

Published: February 27, 2026

CVE-2019-25450 Overview

CVE-2019-25450 is a SQL Injection vulnerability affecting Dolibarr ERP/CRM version 10.0.1. The application contains multiple SQL injection vulnerabilities that allow authenticated attackers to manipulate database queries by injecting SQL code through POST parameters. Attackers can inject malicious SQL through parameters like actioncode, demand_reason_id, and availability_id in card.php endpoints to extract sensitive database information using boolean-based blind, error-based, and time-based blind techniques.

Critical Impact

Authenticated attackers can extract sensitive database information, potentially compromising confidential business data, customer records, financial information, and user credentials stored within the Dolibarr ERP/CRM system.

Affected Products

  • Dolibarr ERP/CRM version 10.0.1
  • Dolibarr card.php endpoint components

Discovery Timeline

  • 2026-02-22 - CVE-2019-25450 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2019-25450

Vulnerability Analysis

This vulnerability stems from insufficient input validation and sanitization of user-supplied POST parameters in the Dolibarr ERP/CRM application. The affected card.php endpoints fail to properly validate or parameterize user input before incorporating it into SQL queries, creating opportunities for SQL injection attacks.

The vulnerability can be exploited through multiple injection techniques:

  • Boolean-based blind SQL injection: Attackers can infer database content by observing differences in application responses based on true/false conditions injected into queries.
  • Error-based SQL injection: By crafting payloads that trigger database errors, attackers can extract data through error messages returned by the application.
  • Time-based blind SQL injection: Attackers can use database delay functions to infer information based on response timing differences.

The attack requires authentication, meaning the attacker must have valid credentials to access the vulnerable endpoints. However, once authenticated, even low-privileged users may be able to extract sensitive data from the entire database.

Root Cause

The root cause is improper input validation (CWE-89: Improper Neutralization of Special Elements used in an SQL Command). The application directly incorporates user-controlled POST parameters (actioncode, demand_reason_id, availability_id) into SQL queries without proper sanitization, escaping, or use of parameterized queries/prepared statements.

Attack Vector

The attack is network-based, requiring the attacker to send specially crafted HTTP POST requests to the vulnerable card.php endpoints. The attacker must first authenticate to the Dolibarr application with valid credentials. Once authenticated, the attacker can inject SQL payloads through the vulnerable POST parameters to manipulate database queries and extract sensitive information.

The exploitation process involves:

  1. Authentication to the Dolibarr ERP/CRM application
  2. Identification of vulnerable card.php endpoints
  3. Injection of SQL payloads through POST parameters such as actioncode, demand_reason_id, or availability_id
  4. Extraction of database information using blind or error-based techniques

For technical details and proof-of-concept information, see the Exploit-DB #47370 advisory.

Detection Methods for CVE-2019-25450

Indicators of Compromise

  • Unusual SQL syntax or special characters in HTTP POST request parameters targeting card.php endpoints
  • Database error messages appearing in application logs or responses
  • Abnormal database query patterns or slow queries indicative of time-based injection attempts
  • Unexpected data access patterns from authenticated user accounts

Detection Strategies

  • Monitor web application firewall (WAF) logs for SQL injection signatures in POST parameters
  • Implement database activity monitoring to detect unusual query patterns or unauthorized data access
  • Review application logs for repeated requests to card.php with varying parameter values
  • Configure intrusion detection systems (IDS) to alert on SQL injection attack patterns

Monitoring Recommendations

  • Enable detailed logging for all requests to card.php endpoints
  • Implement database audit logging to track query execution and data access
  • Set up alerting for database errors that may indicate injection attempts
  • Monitor authenticated user sessions for suspicious activity patterns

How to Mitigate CVE-2019-25450

Immediate Actions Required

  • Upgrade Dolibarr ERP/CRM to the latest stable version that addresses this vulnerability
  • Implement input validation and parameterized queries at the application level
  • Deploy a web application firewall (WAF) with SQL injection protection rules
  • Review and restrict database user privileges to limit potential impact
  • Audit user accounts with access to the affected functionality

Patch Information

Organizations should upgrade to a patched version of Dolibarr ERP/CRM. Refer to the VulnCheck Advisory for specific remediation guidance and patch information.

Workarounds

  • Restrict network access to the Dolibarr application to trusted IP addresses only
  • Implement additional authentication controls such as multi-factor authentication
  • Use a web application firewall to filter malicious SQL injection payloads
  • Disable or restrict access to vulnerable card.php endpoints if not business-critical
bash
# Example WAF rule to block SQL injection attempts (ModSecurity)
SecRule ARGS "@detectSQLi" \
    "id:1001,\
    phase:2,\
    block,\
    msg:'SQL Injection Attack Detected',\
    logdata:'Matched Data: %{MATCHED_VAR} found within %{MATCHED_VAR_NAME}',\
    severity:'CRITICAL'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechDolibarr

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.04%

  • 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
  • Exploit-DB #47370

  • VulnCheck Advisory: Dolibarr SQL Injection
  • Related CVEs
  • CVE-2019-25452: Dolibarr ERP/CRM SQLi Vulnerability

  • CVE-2024-5315: Dolibarr ERP/CRM SQL Injection Vulnerability

  • CVE-2026-34036: Dolibarr LFI Information Disclosure Flaw

  • CVE-2025-69634: Dolibarr ERP & CRM CSRF 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