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

CVE-2026-28399: Nocodb SQL Injection Vulnerability

CVE-2026-28399 is a SQL injection vulnerability in Nocodb that allows authenticated users with Creator role to inject arbitrary SQL via DATEADD formula. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-28399 Overview

CVE-2026-28399 is a SQL Injection vulnerability affecting NocoDB, an open-source database platform that enables users to build databases as spreadsheets. Prior to version 0.301.3, an authenticated user with Creator role can inject arbitrary SQL via the DATEADD formula's unit parameter, potentially compromising database confidentiality and integrity.

Critical Impact

Authenticated attackers with Creator role can execute arbitrary SQL commands, potentially leading to unauthorized data access, data manipulation, or complete database compromise.

Affected Products

  • NocoDB versions prior to 0.301.3
  • Self-hosted NocoDB installations without the security patch
  • NocoDB instances where users have Creator role access

Discovery Timeline

  • 2026-03-02 - CVE-2026-28399 published to NVD
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2026-28399

Vulnerability Analysis

This vulnerability (CWE-89) exists in NocoDB's formula processing functionality, specifically within the DATEADD formula implementation. The unit parameter of the DATEADD formula fails to properly sanitize user input before incorporating it into SQL queries. This allows authenticated users with Creator privileges to craft malicious input that breaks out of the intended SQL context and executes arbitrary SQL statements.

The attack requires network access and valid Creator-level authentication credentials. While the attacker needs to be authenticated, the low attack complexity makes this vulnerability relatively straightforward to exploit once access is obtained.

Root Cause

The root cause stems from improper input validation in the DATEADD formula's unit parameter handler. When processing user-supplied unit values for date calculations, the application concatenates user input directly into SQL queries without adequate parameterization or escaping. This classic SQL Injection pattern allows attackers to manipulate the query structure and inject their own SQL commands.

Attack Vector

An attacker with Creator role authentication can exploit this vulnerability by crafting a malicious DATEADD formula with a specially crafted unit parameter. The injected SQL payload is processed by the database engine, allowing the attacker to:

  1. Extract sensitive data from the database through UNION-based or blind SQL injection techniques
  2. Modify or delete existing database records
  3. Potentially escalate privileges within the database context
  4. Access data belonging to other users or workspaces

The vulnerability is exploitable over the network, requiring only valid Creator credentials and the ability to create or modify formulas within NocoDB.

Detection Methods for CVE-2026-28399

Indicators of Compromise

  • Unusual DATEADD formula entries containing SQL syntax characters such as single quotes, semicolons, or SQL keywords
  • Database query logs showing unexpected SQL statements originating from formula processing
  • Abnormal data access patterns from Creator-level user accounts
  • Error messages indicating SQL syntax errors in formula processing

Detection Strategies

  • Monitor NocoDB application logs for formula processing errors or unusual patterns
  • Implement database activity monitoring to detect anomalous query patterns
  • Review audit logs for Creator-level users creating or modifying formulas with suspicious content
  • Deploy web application firewalls (WAF) with SQL injection detection rules

Monitoring Recommendations

  • Enable verbose logging for NocoDB formula processing components
  • Configure alerts for database queries containing unexpected SQL commands
  • Monitor for bulk data extraction attempts or unusual query result sizes
  • Track failed formula validation attempts that may indicate probing activity

How to Mitigate CVE-2026-28399

Immediate Actions Required

  • Upgrade NocoDB to version 0.301.3 or later immediately
  • Review Creator-level user accounts and restrict access where appropriate
  • Audit recent formula changes for any suspicious DATEADD usage patterns
  • Consider temporarily disabling formula functionality if immediate patching is not possible

Patch Information

NocoDB has addressed this vulnerability in version 0.301.3. The security patch implements proper input sanitization for the DATEADD formula's unit parameter. Organizations running affected versions should update immediately. For detailed patch information, refer to the GitHub Release Notes and the GitHub Security Advisory.

Workarounds

  • Restrict Creator role assignments to only trusted users until patching is complete
  • Implement network-level access controls to limit who can reach the NocoDB instance
  • Deploy a web application firewall with SQL injection detection capabilities in front of NocoDB
  • Monitor and audit all formula-related activities within the application
bash
# Upgrade NocoDB to patched version
# For npm installations:
npm update nocodb

# For Docker installations:
docker pull nocodb/nocodb:0.301.3
docker-compose up -d

# Verify installed version
nocodb --version

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechNocodb

  • SeverityMEDIUM

  • CVSS Score6.2

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U/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
  • GitHub Release Notes
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-28401: NocoDB Stored XSS Vulnerability

  • CVE-2026-28398: NocoDB XSS Vulnerability

  • CVE-2026-28397: NocoDB Stored XSS Vulnerability

  • CVE-2026-28396: NocoDB Auth Bypass 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