CVE Catalog

CVE-2026-46554

LowCVSS 2.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.20%

10th percentile — higher than 10% of all known CVEs

Summary

NocoDB, software for building databases as spreadsheets, had an issue with deleting API tokens. Prior to version 2026.04.4, deleted tokens continued to authenticate requests until their cache entry expired.

Risk Assessment

Organizations could be exposed to unauthorized access as deleted tokens could be used for authentication for up to three days.

Recommendation

It is recommended to update NocoDB to version 2026.04.4 to eliminate this vulnerability and ensure that deleted tokens cannot be used for authentication.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS