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-7689

CVE-2026-7689: Dolibarr ERP CRM RCE Vulnerability

CVE-2026-7689 is a remote code execution flaw in Dolibarr ERP CRM affecting versions up to 23.0.2, exploiting improper cryptographic signature verification. This article covers technical details, impact, and mitigation.

Published: May 7, 2026

CVE-2026-7689 Overview

CVE-2026-7689 is an improper cryptographic signature verification flaw in Dolibarr ERP CRM versions up to 23.0.2. The defect resides in the dol_verifyHash function within htdocs/core/lib/security.lib.php, which is invoked by the Online Signature Module. An unauthenticated remote attacker can attempt to bypass signature validation, though successful exploitation is described as highly complex. A public proof-of-concept has been released. The vendor was contacted before disclosure but did not respond. The weakness is classified under CWE-345 (Insufficient Verification of Data Authenticity).

Critical Impact

Remote attackers may bypass cryptographic signature verification in the Online Signature Module, undermining integrity guarantees for signed records in Dolibarr deployments running version 23.0.2 or earlier.

Affected Products

  • Dolibarr ERP CRM versions up to and including 23.0.2
  • htdocs/core/lib/security.lib.php library — dol_verifyHash function
  • Online Signature Module component

Discovery Timeline

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

Technical Details for CVE-2026-7689

Vulnerability Analysis

The flaw arises in dol_verifyHash, the routine Dolibarr uses to confirm that a provided value matches an expected cryptographic hash or signature. The function is consumed by the Online Signature Module, which records signatures applied to business documents such as quotes, orders, and contracts. Improper verification at this layer means a crafted input can be accepted as valid even when it does not authentically correspond to the signing key or hash.

The issue is reachable over the network without authentication or user interaction. However, the advisory characterizes exploitation as difficult, and the recorded EPSS probability of 0.008% reflects limited observed activity. Impact is limited to integrity of signature data — confidentiality and availability are not affected based on the published vector. A public proof-of-concept exists on GitHub Gist, increasing the risk that opportunistic attackers will attempt the technique against exposed instances.

Root Cause

The root cause is insufficient verification logic inside dol_verifyHash. The function fails to enforce the strict cryptographic equivalence required when comparing supplied authentication material to stored values, allowing certain inputs to be treated as valid signatures. This maps directly to [CWE-345], where the application trusts data without proving its authenticity.

Attack Vector

An attacker reaches the Online Signature Module endpoint over the network and submits a request that triggers dol_verifyHash. By manipulating the parameters consumed by the verification routine, the attacker can cause the function to return a positive result for content that was not legitimately signed. Because the attack complexity is high, exploitation likely requires precise knowledge of internal hash formats and request structure documented in the published proof-of-concept on GitHub Gist.

No verified exploit code is reproduced here. See the VulDB entry #360859 for the publicly tracked technical writeup.

Detection Methods for CVE-2026-7689

Indicators of Compromise

  • Unexpected requests targeting Online Signature Module routes such as /public/onlinesign/ or controllers calling dol_verifyHash
  • Successful signature validation events for documents whose audit history shows no legitimate signer interaction
  • Repeated 200 responses to anomalous parameter combinations against signature endpoints from unfamiliar source addresses

Detection Strategies

  • Enable verbose logging on the Online Signature Module and forward access logs to a centralized analytics tier for review
  • Compare signed document hashes against application audit trails to surface mismatches between recorded signers and underlying record state
  • Alert on HTTP requests containing manipulated query parameters consumed by dol_verifyHash, especially from unauthenticated sessions

Monitoring Recommendations

  • Monitor web server access logs for traffic patterns matching the published proof-of-concept request flow
  • Track database modifications to signature tables and correlate with corresponding HTTP requests
  • Review egress and ingress traffic to Dolibarr instances exposed to the internet for reconnaissance against /htdocs/core/ paths

How to Mitigate CVE-2026-7689

Immediate Actions Required

  • Inventory all Dolibarr ERP CRM deployments and identify any instance running version 23.0.2 or earlier
  • Restrict network access to the Online Signature Module from untrusted networks until a fix is applied
  • Audit existing signature records for entries that cannot be reconciled with legitimate user activity

Patch Information

No official vendor patch is referenced in the published advisory at the time of this writing. The vendor did not respond to disclosure attempts. Track the VulDB Vulnerability #360859 record and the upstream Dolibarr project for security release announcements, and apply the next available update that explicitly addresses dol_verifyHash.

Workarounds

  • Place the application behind a reverse proxy or web application firewall and block requests targeting the Online Signature Module from unauthenticated sources
  • Disable the Online Signature Module if it is not required for business operations
  • Apply local code review to htdocs/core/lib/security.lib.php and harden dol_verifyHash to enforce strict comparison and reject malformed inputs
  • Require additional out-of-band confirmation, such as email verification, before signature events are committed as authoritative

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDolibarr

  • SeverityLOW

  • CVSS Score2.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-345
  • Technical References
  • GitHub Gist PoC

  • VulDB Submission #801794

  • VulDB Vulnerability #360859

  • VulDB CTI for #360859
  • Related CVEs
  • CVE-2026-31018: Dolibarr ERP/CRM RCE Vulnerability

  • CVE-2026-31019: Dolibarr ERP/CRM RCE Vulnerability

  • CVE-2026-23500: Dolibarr ERP/CRM RCE Vulnerability

  • CVE-2026-22666: Dolibarr ERP/CRM RCE 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