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-2026-7688

CVE-2026-7688: Dolibarr ERP CRM SQL Injection Vulnerability

CVE-2026-7688 is a SQL injection flaw in Dolibarr ERP CRM affecting versions up to 23.0.2 through the Shipments API endpoint. This article covers the technical details, affected versions, and mitigation steps.

Published: May 7, 2026

CVE-2026-7688 Overview

CVE-2026-7688 is a SQL injection vulnerability affecting Dolibarr ERP CRM versions up to 23.0.2. The flaw resides in the _checkValForAPI function within htdocs/expedition/class/expedition.class.php, part of the Shipments API Endpoint component. An authenticated remote attacker can manipulate the fields argument to inject SQL statements into backend queries. The vulnerability is classified under [CWE-74] (Improper Neutralization of Special Elements in Output Used by a Downstream Component). Exploitation requires high attack complexity, and a public exploit has been disclosed. The vendor was contacted but did not respond to the disclosure.

Critical Impact

Remote authenticated attackers can inject SQL through the Shipments API fields parameter, potentially exposing or modifying ERP data stored in the underlying database.

Affected Products

  • Dolibarr ERP CRM versions up to and including 23.0.2
  • Component: Shipments API Endpoint (htdocs/expedition/class/expedition.class.php)
  • Function: _checkValForAPI

Discovery Timeline

  • 2026-05-03 - CVE-2026-7688 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-7688

Vulnerability Analysis

The vulnerability stems from improper neutralization of user-supplied input passed to the _checkValForAPI routine in the Dolibarr Shipments API. The fields argument is incorporated into a downstream SQL query without sufficient sanitization or parameterization. This allows an attacker who has API access to inject crafted SQL fragments into queries executed against the ERP backend database.

Dolibarr exposes shipment-related data through REST API endpoints used by integrations and clients. When the API processes the fields parameter, the value is interpolated into the query construction path handled by _checkValForAPI in htdocs/expedition/class/expedition.class.php. Successful injection can lead to disclosure or modification of records the database user can access.

The issue carries a CVSS 4.0 base score of 1.3 with an EPSS probability of 0.021%, reflecting the high attack complexity and limited confidentiality, integrity, and availability impact. A public proof-of-concept exists, increasing the likelihood of opportunistic exploitation against unpatched instances.

Root Cause

The root cause is improper input neutralization [CWE-74]. The fields argument flows into SQL statement construction without strict allowlisting or prepared-statement binding. Any attacker-controlled value that bypasses validation logic in _checkValForAPI reaches the database engine as executable SQL syntax.

Attack Vector

The attack vector is network-based and requires low-privilege API authentication. An attacker submits crafted values for the fields argument to the Shipments API endpoint. The injected SQL is executed within the context of the Dolibarr database account. Exploitation complexity is high because the injection path requires precise field manipulation that survives the API's existing validation logic. The vulnerability mechanism is described in the VulDB Vulnerability #360858 advisory and accompanying VulDB CTI for #360858 report.

Detection Methods for CVE-2026-7688

Indicators of Compromise

  • Unusual API requests to Dolibarr Shipments endpoints containing SQL metacharacters such as single quotes, UNION, SELECT, or comment sequences in the fields parameter.
  • Unexpected database errors logged by the Dolibarr application referencing the expedition class or shipment queries.
  • Authenticated API sessions issuing high volumes of shipment queries with anomalous parameter structures.

Detection Strategies

  • Inspect web server and application logs for requests to the Shipments API where the fields parameter contains SQL syntax tokens or encoded variants.
  • Deploy a web application firewall rule that flags SQL injection patterns specifically targeting Dolibarr API routes under /api/index.php/shipments.
  • Correlate authenticated API activity with database query telemetry to identify queries that deviate from baseline shipment workflows.

Monitoring Recommendations

  • Enable verbose logging for the Dolibarr REST API and forward logs to a centralized analytics platform for retention and search.
  • Monitor outbound database errors and slow queries originating from the Dolibarr application user.
  • Track API token usage patterns and alert on tokens issuing requests outside expected business hours or volumes.

How to Mitigate CVE-2026-7688

Immediate Actions Required

  • Restrict access to the Dolibarr Shipments API to trusted networks and authenticated service accounts only.
  • Audit existing API tokens and revoke any that are unused, shared, or assigned excessive privileges.
  • Review database user permissions for Dolibarr to enforce least privilege, limiting impact of any successful injection.

Patch Information

No vendor patch has been published at the time of disclosure. The vendor was contacted but did not respond. Monitor the Dolibarr project for updates beyond version 23.0.2 and apply fixes for htdocs/expedition/class/expedition.class.php once available. Refer to the VulDB Submission #799337 for ongoing tracking.

Workarounds

  • Place the Dolibarr application behind a web application firewall configured to block SQL injection patterns on the Shipments API.
  • Disable the Shipments API module if it is not in active use within the deployment.
  • Apply input validation at a reverse proxy layer to allowlist expected fields parameter values before they reach the application.
bash
# Example WAF rule (ModSecurity) blocking SQL tokens in the fields parameter
SecRule ARGS:fields "@rx (?i)(union\s+select|--|;|/\*|\bor\b\s+\d+=\d+)" \
    "id:1026788,phase:2,deny,status:403,msg:'Possible SQLi targeting Dolibarr Shipments API (CVE-2026-7688)'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechDolibarr

  • SeverityLOW

  • CVSS Score1.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-74
  • Technical References
  • VulDB Submission #799337

  • VulDB Vulnerability #360858

  • VulDB CTI for #360858
  • Related CVEs
  • CVE-2019-25710: Dolibarr ERP-CRM SQLi Vulnerability

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

  • CVE-2019-25452: Dolibarr ERP/CRM SQLi Vulnerability

  • CVE-2024-5315: Dolibarr ERP/CRM SQL Injection 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