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

CVE-2026-28357: NocoDB Stored XSS Vulnerability

CVE-2026-28357 is a stored cross-site scripting flaw in NocoDB that allows attackers to inject malicious HTML through Formula virtual cells. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-28357 Overview

A stored Cross-Site Scripting (XSS) vulnerability has been identified in NocoDB, the open-source software for building databases as spreadsheets. Prior to version 0.301.3, a security flaw exists in the Formula virtual cell component where formula results containing URI::() patterns are rendered via v-html without proper sanitization. This allows attackers to inject malicious HTML that executes in the context of other users' browsers, potentially leading to session hijacking, data theft, or unauthorized actions within the application.

Critical Impact

Attackers can inject and execute arbitrary JavaScript code through malicious formula inputs, compromising user sessions and potentially accessing sensitive database information stored in NocoDB instances.

Affected Products

  • NocoDB versions prior to 0.301.3
  • NocoDB Formula virtual cell component
  • Self-hosted and cloud NocoDB deployments using vulnerable versions

Discovery Timeline

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

Technical Details for CVE-2026-28357

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) resides in NocoDB's Formula virtual cell rendering mechanism. The application fails to properly sanitize formula output when the result contains URI::() patterns. When these formula results are rendered in the user interface, the application uses Vue.js's v-html directive which directly interprets the content as HTML rather than treating it as plain text.

The stored nature of this vulnerability makes it particularly dangerous in collaborative environments. Once a malicious payload is saved within a formula cell, it will execute every time another user views that cell, creating a persistent attack vector that can target multiple users without requiring further attacker interaction.

Root Cause

The root cause of this vulnerability is improper output encoding in the Formula virtual cell component. When formula results are displayed to users, the application renders content containing URI::() patterns using the v-html directive without first sanitizing the HTML content. This allows specially crafted formula inputs to include malicious script tags or event handlers that execute in users' browsers.

The lack of input validation on formula content combined with unsafe rendering practices creates a classic stored XSS condition where user-supplied data is persisted and later displayed to other users without adequate security controls.

Attack Vector

The attack is network-based and requires user interaction. An attacker with the ability to create or modify formula cells in a NocoDB database can craft a malicious formula that includes JavaScript code embedded within URI::() patterns. When other users view the affected cell:

  1. The formula is evaluated and the result stored in the database
  2. The malicious content persists in the application
  3. When rendered to other users, the v-html directive interprets the payload as HTML
  4. The injected JavaScript executes in the victim's browser context

This allows the attacker to steal session cookies, capture keystrokes, redirect users to phishing sites, or perform actions on behalf of the victim within NocoDB.

Detection Methods for CVE-2026-28357

Indicators of Compromise

  • Unusual or obfuscated content within NocoDB formula cells, particularly containing URI::() patterns
  • Formula cells containing <script> tags, event handlers (onclick, onerror, etc.), or encoded JavaScript
  • Unexpected network requests originating from NocoDB to external domains
  • User reports of unusual behavior or unexpected redirects when viewing specific cells

Detection Strategies

  • Review NocoDB application logs for formula cells containing HTML tags or JavaScript patterns
  • Implement Web Application Firewall (WAF) rules to detect XSS payloads in form submissions to NocoDB
  • Monitor for formula content containing suspicious patterns like javascript:, data:, or event handlers
  • Audit existing formula cells in databases for potential malicious content

Monitoring Recommendations

  • Enable detailed logging for NocoDB application activities and formula evaluations
  • Set up alerts for formula cells containing HTML entities or script-related content
  • Monitor client-side JavaScript errors that may indicate XSS payload execution attempts
  • Track and investigate any unusual data exfiltration patterns from NocoDB instances

How to Mitigate CVE-2026-28357

Immediate Actions Required

  • Upgrade NocoDB to version 0.301.3 or later immediately
  • Review existing formula cells in all databases for potentially malicious content
  • Audit user access and remove unnecessary write permissions until patching is complete
  • Implement Content Security Policy (CSP) headers to limit the impact of any XSS exploitation

Patch Information

NocoDB has addressed this vulnerability in version 0.301.3. The patch implements proper sanitization for formula results before rendering via v-html, preventing injected HTML from executing. Administrators should update their NocoDB installations to the patched version as soon as possible.

For detailed information about the fix, refer to the NocoDB Release Notes and the GitHub Security Advisory.

Workarounds

  • Restrict formula creation and modification permissions to trusted users only until the patch can be applied
  • Implement strict Content Security Policy headers to prevent inline script execution
  • Deploy a Web Application Firewall with XSS detection capabilities in front of NocoDB instances
  • Regularly audit formula cell content for suspicious patterns or encoded payloads
bash
# Example: Implementing Content Security Policy headers in nginx
# Add to your NocoDB nginx configuration
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; object-src '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
  • 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-28359: NocoDB 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