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

CVE-2026-32954: Frappe ERPNext SQL Injection Vulnerability

CVE-2026-32954 is a time-based and boolean-based blind SQL injection flaw in Frappe ERPNext that allows attackers to extract database information through vulnerable endpoints. This article covers technical details, affected versions, impact, and mitigation steps.

Updated: May 14, 2026

CVE-2026-32954 Overview

CVE-2026-32954 is a blind SQL injection vulnerability in Frappe ERPNext, a free and open source Enterprise Resource Planning (ERP) tool. The flaw affects ERPNext versions prior to 15.100.0 and 16.8.0. Certain endpoints insufficiently validate user-supplied parameters, allowing both time-based and boolean-based blind SQL injection [CWE-89]. Unauthenticated attackers can infer database contents over the network without user interaction. The maintainers released fixed versions 15.100.0 and 16.8.0 to address the issue.

Critical Impact

Remote attackers can extract sensitive ERP data, including financial records, customer information, and credentials, by issuing crafted requests to vulnerable endpoints.

Affected Products

  • Frappe ERPNext versions prior to 15.100.0 (15.x branch)
  • Frappe ERPNext versions prior to 16.8.0 (16.x branch)
  • Self-hosted and cloud-deployed ERPNext instances exposing affected endpoints

Discovery Timeline

  • 2026-03-20 - CVE-2026-32954 published to the National Vulnerability Database
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-32954

Vulnerability Analysis

The vulnerability stems from insufficient parameter validation in specific ERPNext HTTP endpoints. User-supplied input flows into SQL queries without proper sanitization or parameterized binding. Attackers exploit this through two blind SQL injection techniques: time-based and boolean-based inference.

In a time-based attack, the attacker injects payloads that force the database to delay responses when a condition is true. Response latency reveals whether the underlying SQL predicate evaluated to true or false. In a boolean-based attack, the injected payload alters application behavior depending on the truth value of the predicate, allowing bit-by-bit extraction of database contents.

Because ERPNext stores financial transactions, customer records, employee data, and authentication material, successful exploitation exposes high-value confidential data. The CVSS vector indicates impact is limited to confidentiality, with no direct integrity or availability degradation.

Root Cause

The root cause is unsafe construction of SQL statements using untrusted input. Affected endpoints concatenate request parameters into queries rather than using parameterized prepared statements or applying type-strict validation. This is a classic instance of CWE-89, Improper Neutralization of Special Elements used in an SQL Command.

Attack Vector

The vulnerability is exploitable remotely over the network with no authentication and no user interaction. An attacker sends crafted HTTP requests containing SQL syntax in vulnerable parameters. Repeated requests automate the inference of table names, column names, and row values from the backing MariaDB or MySQL database.

No verified public exploit code is available at this time. See the GitHub Security Advisory GHSA-j669-ghv2-gmqg for vendor-provided technical context.

Detection Methods for CVE-2026-32954

Indicators of Compromise

  • HTTP requests to ERPNext endpoints containing SQL keywords such as SLEEP(, BENCHMARK(, UNION SELECT, AND 1=1, or OR 1=2 in query parameters or POST bodies.
  • Repeated requests from a single source with incrementally varying parameter values, characteristic of automated blind injection tooling.
  • Web server access logs showing abnormally long response times correlated with specific parameter patterns.

Detection Strategies

  • Deploy web application firewall (WAF) rules that flag SQL meta-characters and time-delay functions in requests to ERPNext URIs.
  • Enable MariaDB or MySQL general query logging and alert on queries containing SLEEP, BENCHMARK, or unusual UNION constructs originating from the ERPNext application user.
  • Correlate HTTP request duration outliers with the source IP and target endpoint to surface time-based injection attempts.

Monitoring Recommendations

  • Monitor outbound data volume from the ERPNext database host for sustained low-and-slow exfiltration patterns.
  • Track authentication failures and unusual access to /api/method/ and /api/resource/ routes from unauthenticated sources.
  • Review database error logs for syntax errors that indicate probing activity against injection-vulnerable parameters.

How to Mitigate CVE-2026-32954

Immediate Actions Required

  • Upgrade ERPNext to version 15.100.0 or 16.8.0 or later without delay.
  • Restrict network exposure of ERPNext instances to trusted networks or place them behind an authenticated reverse proxy.
  • Audit database logs and HTTP access logs since the deployment date for indicators of prior injection attempts.

Patch Information

The Frappe team fixed CVE-2026-32954 in ERPNext v15.100.0 and ERPNext v16.8.0. The patches add proper parameter validation on the affected endpoints. Refer to the GitHub Security Advisory GHSA-j669-ghv2-gmqg for the full advisory.

Workarounds

  • Deploy WAF signatures that block SQL injection payloads targeting ERPNext API endpoints until upgrade is complete.
  • Limit database user privileges for the ERPNext service account to the minimum required, reducing the scope of inferable data.
  • Disable or restrict access to any non-essential ERPNext API endpoints exposed to untrusted networks.
bash
# Upgrade ERPNext using bench (15.x branch)
bench switch-to-branch version-15 erpnext --upgrade
bench update --reset
bench --site all migrate

# Or for 16.x branch
bench switch-to-branch version-16 erpnext --upgrade
bench update --reset
bench --site all migrate

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechFrappe Erpnext

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • GitHub ERPNext Release v15.100.0

  • GitHub ERPNext Release v16.8.0
  • Vendor Resources
  • GitHub Security Advisory GHSA-j669-ghv2-gmqg
  • Related CVEs
  • CVE-2025-58439: Frappe ERPNext SQL Injection Vulnerability

  • CVE-2025-52044: Frappe ERPNext SQL Injection Vulnerability

  • CVE-2023-54345: Frappe ERPNext RCE Vulnerability

  • CVE-2026-27471: Frappe ERPNext 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