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

CVE-2026-28358: NocoDB Information Disclosure Flaw

CVE-2026-28358 is an information disclosure vulnerability in NocoDB that enables user enumeration through password reset responses. This article covers the technical details, affected versions, and mitigation strategies.

Published: March 6, 2026

CVE-2026-28358 Overview

NocoDB, an open-source software platform for building databases as spreadsheets, contains a user enumeration vulnerability in its password forgot endpoint. Prior to version 0.301.3, the password reset functionality returned different responses for registered and unregistered email addresses, allowing attackers to determine which email accounts exist within the system. This information disclosure vulnerability enables reconnaissance activities that could facilitate further attacks such as credential stuffing or targeted phishing campaigns.

Critical Impact

Attackers can enumerate valid user accounts by analyzing differential responses from the password reset endpoint, potentially enabling targeted attacks against confirmed users.

Affected Products

  • NocoDB versions prior to 0.301.3
  • NocoDB open-source deployments with exposed password reset functionality
  • Self-hosted NocoDB instances without rate limiting protections

Discovery Timeline

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

Technical Details for CVE-2026-28358

Vulnerability Analysis

This vulnerability falls under CWE-204 (Observable Response Discrepancy), where an application's response behavior differs based on internal state that should not be exposed to users. In the context of NocoDB's password reset mechanism, the endpoint provided distinguishable responses depending on whether the submitted email address corresponded to a registered account or not.

User enumeration vulnerabilities, while often rated as lower severity, represent a significant reconnaissance opportunity for attackers. By automating requests to the password forgot endpoint with a list of potential email addresses, an attacker can build a verified list of valid users within the target NocoDB instance. This confirmed user list becomes valuable intelligence for subsequent attack phases.

Root Cause

The root cause lies in the password reset endpoint's implementation, which failed to return uniform responses regardless of whether an email exists in the system. Proper implementation should provide identical responses (both in content and timing) for all password reset requests, preventing attackers from inferring account existence through response analysis.

When handling password reset requests, the endpoint likely performed an immediate database lookup and returned different HTTP status codes, response messages, or response times based on the lookup result. This differential behavior created an observable side channel that leaked information about user account existence.

Attack Vector

The attack can be executed remotely over the network without authentication. An attacker would target the password forgot endpoint with automated requests containing various email addresses. By analyzing the responses—including HTTP status codes, response body content, and response timing—the attacker can determine which emails correspond to registered accounts.

The vulnerability does not require any user interaction and can be exploited with minimal technical skill. Attackers typically use wordlists containing common email patterns, leaked email databases, or organization-specific email formats to maximize enumeration effectiveness.

Detection Methods for CVE-2026-28358

Indicators of Compromise

  • Unusual volume of requests to the password reset endpoint from single IP addresses
  • Sequential or rapid-fire requests to /api/v1/auth/password/forgot or similar endpoints
  • Requests containing different email addresses from the same source in short timeframes
  • Failed authentication attempts following enumeration activity against discovered accounts

Detection Strategies

  • Implement request rate monitoring on password reset endpoints to identify enumeration attempts
  • Configure web application firewalls (WAF) to detect and block rapid sequential requests to authentication endpoints
  • Deploy behavioral analytics to identify automated tooling patterns against password reset functionality
  • Monitor for unusual patterns in password reset request volumes compared to baseline activity

Monitoring Recommendations

  • Enable detailed logging for all authentication-related endpoints including password reset
  • Set up alerts for threshold violations on password reset request rates per source IP
  • Review logs for patterns indicating automated enumeration tools such as sequential email testing
  • Correlate enumeration attempts with subsequent authentication failures to identify follow-up attacks

How to Mitigate CVE-2026-28358

Immediate Actions Required

  • Upgrade NocoDB to version 0.301.3 or later immediately to apply the security patch
  • Implement rate limiting on password reset endpoints as a defense-in-depth measure
  • Review access logs for evidence of prior enumeration activity against the vulnerable endpoint
  • Consider implementing CAPTCHA or similar challenges on password reset functionality

Patch Information

NocoDB has addressed this vulnerability in version 0.301.3. The patch ensures that the password reset endpoint returns consistent, uniform responses regardless of whether the submitted email address exists in the system. Users should upgrade to this version or later to remediate the vulnerability.

For detailed patch information, refer to the NocoDB Release Notes for version 0.301.3 and the GitHub Security Advisory GHSA-387m-j3p9-3php.

Workarounds

  • Implement rate limiting at the reverse proxy or load balancer level to slow enumeration attempts
  • Deploy a web application firewall with rules to detect and block automated enumeration patterns
  • Consider temporarily disabling self-service password reset functionality until patching is complete
  • Add CAPTCHA challenges to the password reset flow to impede automated enumeration
bash
# Example: Rate limiting configuration for nginx reverse proxy
# Add to server or location block for password reset endpoint
limit_req_zone $binary_remote_addr zone=password_reset:10m rate=3r/m;

location /api/v1/auth/password/forgot {
    limit_req zone=password_reset burst=5 nodelay;
    proxy_pass http://nocodb_backend;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechNocodb

  • SeverityLOW

  • CVSS Score2.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/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-204
  • Technical References
  • GitHub Release Note 0.301.3
  • Vendor Resources
  • GitHub Security Advisory GHSA-387m-j3p9-3php
  • Related CVEs
  • CVE-2026-28360: NocoDB Information Disclosure Flaw

  • CVE-2026-28401: NocoDB Stored XSS Vulnerability

  • CVE-2026-28399: Nocodb SQL Injection Vulnerability

  • CVE-2026-28398: 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