CVE-2026-46554
Received Received - Intake
Authentication Bypass in NocoDB via Stale API Tokens

Publication date: 2026-06-23

Last updated on: 2026-06-23

Assigner: GitHub, Inc.

Description
NocoDB is software for building databases as spreadsheets. Prior to 2026.04.4, deleted API tokens continued to authenticate requests until their cache entry expired, because the auth cache was not invalidated by token value at deletion time. The API token deletion path removed the database row but did not evict the token-value keyed entry from the auth cache. The auth middleware therefore continued to accept the deleted token until the cache entry aged out, leaving a deletion-to-revocation window of up to three days. This vulnerability is fixed in 2026.04.4.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-23
Last Modified
2026-06-23
Generated
2026-06-24
AI Q&A
2026-06-24
EPSS Evaluated
N/A
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
nocodb nocodb 2026.04.4
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-613 According to WASC, "Insufficient Session Expiration is when a web site permits an attacker to reuse old session credentials or session IDs for authorization."
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability affects NocoDB, a software used for building databases as spreadsheets. Before version 2026.04.4, when an API token was deleted, it continued to authenticate requests until its cache entry expired. This happened because the authentication cache was not invalidated based on the token value at the time of deletion.

Specifically, deleting an API token removed its database row but did not remove the corresponding token entry from the authentication cache. As a result, the authentication middleware still accepted the deleted token until the cache entry aged out, which could take up to three days.

This created a window of vulnerability between token deletion and revocation, allowing potentially unauthorized access during that time. The issue was fixed in version 2026.04.4.

Impact Analysis

This vulnerability can impact you by allowing deleted API tokens to remain valid for up to three days after deletion. During this window, unauthorized users could potentially use these tokens to access your NocoDB instance.

This extended validity period increases the risk of unauthorized access, data exposure, or manipulation, especially if tokens are deleted in response to a suspected compromise but remain active due to the caching issue.

Mitigation Strategies

To mitigate this vulnerability, you should upgrade NocoDB to version 2026.04.4 or later, where the issue with deleted API tokens continuing to authenticate requests has been fixed.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-46554. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart