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

CVE-2026-28396: NocoDB Auth Bypass Vulnerability

CVE-2026-28396 is an authentication bypass flaw in NocoDB where password resets fail to revoke refresh tokens, letting attackers maintain access. This article covers technical details, affected versions, and patches.

Published: March 6, 2026

CVE-2026-28396 Overview

NocoDB, an open-source platform for building databases as spreadsheets, contains an authentication vulnerability in versions prior to 0.301.3. The password reset flow fails to revoke existing refresh tokens, enabling an attacker who previously obtained a valid refresh token to continue generating valid JSON Web Tokens (JWTs) even after the victim resets their password. This session management flaw undermines the security purpose of password resets and allows persistent unauthorized access.

Critical Impact

An attacker with a stolen refresh token can maintain indefinite access to a victim's NocoDB account, bypassing password reset protections and continuing to mint valid authentication tokens.

Affected Products

  • NocoDB versions prior to 0.301.3
  • Self-hosted NocoDB instances with local authentication enabled
  • NocoDB deployments using JWT-based authentication

Discovery Timeline

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

Technical Details for CVE-2026-28396

Vulnerability Analysis

This vulnerability is classified under CWE-613 (Insufficient Session Expiration). The core issue lies in NocoDB's session management architecture, where the password reset mechanism operates independently from the refresh token lifecycle. When a user initiates a password reset to regain control of a potentially compromised account, the system fails to invalidate previously issued refresh tokens stored in the attacker's possession.

In JWT-based authentication systems, refresh tokens are long-lived credentials that allow clients to obtain new access tokens without re-authenticating. A properly implemented password reset should serve as a complete session invalidation event, revoking all existing authentication credentials including refresh tokens. NocoDB's flawed implementation allows the persistence of refresh tokens across password changes, creating a window for continued account compromise.

Root Cause

The root cause stems from incomplete session invalidation during the password reset workflow. NocoDB's authentication system did not implement a mechanism to track and revoke refresh tokens associated with a user account when their password is changed. The refresh token validation logic only verified token signatures and expiration without checking against a revocation list or the timestamp of the last password change.

Attack Vector

An attacker exploiting this vulnerability must first obtain a valid refresh token through methods such as:

  1. Session hijacking - Intercepting tokens via man-in-the-middle attacks or compromised networks
  2. Credential theft - Accessing tokens from browser storage, logs, or backups
  3. Phishing - Social engineering attacks that capture authentication tokens

Once in possession of a refresh token, even if the victim becomes aware of the compromise and resets their password, the attacker retains the ability to exchange the stolen refresh token for new access tokens. This creates a persistent backdoor that circumvents the victim's remediation efforts.

The attack flow exploits the disconnect between password credentials and token validity. When the victim resets their password believing they have secured their account, the attacker's previously captured refresh token remains valid in the authentication system, allowing continued unauthorized API access to the victim's NocoDB databases and workspaces.

Detection Methods for CVE-2026-28396

Indicators of Compromise

  • Multiple active sessions or refresh tokens for a single user account, especially after password reset events
  • API access patterns from unusual IP addresses or geographic locations following a password reset
  • JWT token generation requests using refresh tokens issued before the most recent password change
  • Authentication logs showing successful token refresh operations from previously unknown client identifiers

Detection Strategies

  • Monitor authentication logs for refresh token usage timestamps that predate password reset events
  • Implement alerting on successful token refresh operations from IP addresses not matching the password reset origin
  • Compare refresh token issuance timestamps against password change timestamps in user audit logs
  • Review session management logs for users who recently performed password resets

Monitoring Recommendations

  • Enable comprehensive logging of all refresh token operations including creation, usage, and invalidation
  • Implement real-time monitoring for token refresh requests following password reset events
  • Track geographic and device fingerprint anomalies in authentication patterns
  • Configure alerts for multiple concurrent sessions originating from disparate locations

How to Mitigate CVE-2026-28396

Immediate Actions Required

  • Upgrade NocoDB to version 0.301.3 or later immediately
  • Force logout all active sessions for users who have performed password resets on vulnerable versions
  • Manually invalidate all existing refresh tokens and require users to re-authenticate
  • Review audit logs to identify accounts that may have been compromised through this vulnerability

Patch Information

NocoDB has addressed this vulnerability in version 0.301.3. The fix ensures that all existing refresh tokens are invalidated when a user resets their password, preventing the continued use of previously issued tokens. Organizations should upgrade to this version or later to receive the security fix.

For detailed patch information, refer to the NocoDB Release 0.301.3 and the GitHub Security Advisory GHSA-x4vh-j75g-268g.

Workarounds

  • Implement network-level access controls to restrict NocoDB API access to trusted IP ranges
  • Configure shorter refresh token expiration times to limit the window of potential exploitation
  • Deploy a reverse proxy or API gateway that can enforce additional session validation checks
  • Require multi-factor authentication to reduce the impact of token theft scenarios
  • Monitor for and manually revoke suspicious sessions through administrative interfaces
bash
# Configuration example - Force token refresh for all users after upgrade
# This invalidates existing tokens and requires re-authentication

# For Docker deployments, restart with fresh token secrets
docker-compose down
# Rotate JWT secret to invalidate all existing tokens
export NC_AUTH_JWT_SECRET=$(openssl rand -hex 32)
docker-compose up -d

# Verify the new version is running
docker exec nocodb_app cat package.json | grep version

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNocodb

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/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-613
  • Technical References
  • GitHub Release 0.301.3
  • Vendor Resources
  • GitHub Security Advisory GHSA-x4vh-j75g-268g
  • Related CVEs
  • CVE-2026-28361: Nocodb Auth Bypass Vulnerability

  • CVE-2026-24768: NocoDB Auth Bypass Vulnerability

  • CVE-2026-28401: NocoDB Stored XSS Vulnerability

  • CVE-2026-28399: Nocodb SQL Injection 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