Back to overview

CVE-2026-46554

LOW
2.3
CVSS 4.0
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.

Metadata

CVE ID
CVE-2026-46554
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-05-14 20:42 UTC
Published
2026-06-23 20:30 UTC
Last updated
2026-06-23 20:30 UTC
Primary CWE
CWE-613
CWE-613: Insufficient Session Expiration
Vendor / Product
nocodb / nocodb
Sources
cve.org  ·  NVD

Severity & Metrics

2.3 LOW CVSS 4.0
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
Affected products (1)
VendorProductPlatformVersions
nocodb nocodb < 2026.04.4
Weakness (CWE)
CWESourceDescription
CWE-613 cna CWE-613: Insufficient Session Expiration
CVSS scores (1)
ScoreSeverityVersionSourceVector
2.3 LOW 4.0 cna CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
References (1)
Back to overview