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

CVE-2026-28359: NocoDB XSS Vulnerability

CVE-2026-28359 is an XSS vulnerability in NocoDB that allows authenticated editors to inject arbitrary HTML into Rich Text cells by bypassing the TipTap editor. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-28359 Overview

CVE-2026-28359 is an HTML Injection vulnerability affecting NocoDB, software for building databases as spreadsheets. Prior to version 0.301.3, an authenticated user with Editor role can inject arbitrary HTML into Rich Text cells by bypassing the TipTap editor and sending raw HTML via the API. This vulnerability enables stored Cross-Site Scripting (XSS) attacks that could affect other users viewing the malicious content.

Critical Impact

Authenticated attackers can inject malicious HTML content that executes in the context of other users' sessions, potentially leading to session hijacking, credential theft, or unauthorized actions within the NocoDB application.

Affected Products

  • NocoDB versions prior to 0.301.3
  • NocoDB Rich Text cell functionality
  • NocoDB API endpoints handling Rich Text content

Discovery Timeline

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

Technical Details for CVE-2026-28359

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The core issue stems from insufficient input validation when processing Rich Text content submitted directly through the API, bypassing the client-side TipTap editor's sanitization mechanisms.

NocoDB implements Rich Text editing capabilities using the TipTap editor, which typically sanitizes HTML content on the client side before submission. However, the server-side API endpoints fail to perform equivalent validation, creating a security gap that attackers can exploit by crafting direct API requests containing malicious HTML payloads.

Root Cause

The vulnerability exists because of a trust boundary violation where server-side input validation assumes content has been sanitized by the client-side TipTap editor. When attackers bypass the frontend editor and submit raw HTML directly to the API, the server accepts and stores the malicious content without proper sanitization. This stored HTML is then rendered when other users view the affected Rich Text cells, executing the injected code in their browser context.

Attack Vector

The attack requires network access and an authenticated session with Editor role privileges. An attacker can exploit this vulnerability by:

  1. Authenticating to NocoDB with an Editor role account
  2. Identifying API endpoints that handle Rich Text cell updates
  3. Crafting HTTP requests containing malicious HTML payloads
  4. Sending these requests directly to the API, bypassing the TipTap editor
  5. Waiting for other users to view the affected cells, triggering script execution

The vulnerability manifests when raw HTML is submitted via the API to Rich Text cell endpoints. Attackers can inject script tags, event handlers, or other malicious HTML constructs that execute when rendered. For technical implementation details, refer to the GitHub Security Advisory GHSA-qxwq-q265-hc44.

Detection Methods for CVE-2026-28359

Indicators of Compromise

  • Unusual HTML tags or JavaScript code within Rich Text cell content in the database
  • API requests to Rich Text endpoints containing script tags, event handlers, or iframe elements
  • User reports of unexpected browser behavior or redirects when viewing specific cells
  • Authentication tokens or session data being transmitted to external domains

Detection Strategies

  • Monitor API logs for Rich Text cell update requests containing HTML script tags or event handlers
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Deploy Web Application Firewall (WAF) rules to inspect API request bodies for XSS payloads
  • Audit database content for stored HTML injection patterns in Rich Text fields

Monitoring Recommendations

  • Enable detailed logging for all Rich Text API endpoints and review for suspicious patterns
  • Configure browser-based XSS detection headers and monitor for violations
  • Implement real-time alerting for API requests matching known XSS payload signatures
  • Conduct periodic database scans to identify potentially malicious HTML content in Rich Text cells

How to Mitigate CVE-2026-28359

Immediate Actions Required

  • Upgrade NocoDB to version 0.301.3 or later immediately
  • Review existing Rich Text cell content in the database for malicious HTML injections
  • Temporarily restrict Editor role access if immediate patching is not possible
  • Implement additional input validation at the network perimeter using WAF rules

Patch Information

NocoDB has addressed this vulnerability in version 0.301.3. The patch implements proper server-side HTML sanitization for Rich Text content, ensuring that malicious HTML is stripped regardless of whether content is submitted through the TipTap editor or directly via the API. Organizations should upgrade to version 0.301.3 or later to remediate this vulnerability.

For detailed release information, see NocoDB Release 0.301.3.

Workarounds

  • Deploy a Web Application Firewall (WAF) with rules to filter HTML and JavaScript in API request bodies
  • Implement Content Security Policy headers to prevent inline script execution
  • Restrict Editor role assignments to trusted users only until patching is complete
  • Consider disabling Rich Text cell functionality temporarily if the risk is unacceptable
bash
# Example Content Security Policy header configuration for nginx
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'none';" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechNocodb

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/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-79
  • Technical References
  • NocoDB Release 0.301.3
  • Vendor Resources
  • GitHub Security Advisory GHSA-qxwq-q265-hc44
  • Related CVEs
  • CVE-2026-28401: NocoDB Stored XSS Vulnerability

  • CVE-2026-28398: NocoDB XSS Vulnerability

  • CVE-2026-28397: NocoDB Stored XSS Vulnerability

  • CVE-2026-28357: NocoDB Stored XSS 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