Skip to main content

NocoDB CVE-2026-46554

LOW
Insufficient Session Expiration (CWE-613)
2026-05-21 https://github.com/nocodb/nocodb GHSA-f76x-f9vj-92jv

Lifecycle Timeline

2
Source Code Evidence Fetched
May 21, 2026 - 21:34 vuln.today
Analysis Generated
May 21, 2026 - 21:34 vuln.today

DescriptionNVD

Summary

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.

Details

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.

Impact

Tokens revoked through the UI or API continued to grant access during the cache TTL, breaking the operator's expected security guarantee that deletion is immediate.

Credit

This issue was reported by @bugbunny-research.

AnalysisAI

NocoDB's API token revocation is ineffective for up to three days due to a stale authentication cache, meaning deleted tokens continue to grant full API access during the cache TTL window. Operators who revoke a compromised or leaked token - expecting immediate cessation of access - receive no such guarantee; the deleted token remains accepted by the auth middleware until its cache entry ages out. …

Sign in for full analysis, threat intelligence, and remediation guidance.

Share

CVE-2026-46554 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy