PT-2026-42680 · Npm · Nocodb

Published

2026-05-21

·

Updated

2026-05-21

·

CVE-2026-46554

CVSS v4.0

2.3

Low

VectorAV:N/AC:H/AT:P/PR:N/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

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.

Fix

Insufficient Session Expiration

Weakness Enumeration

Related Identifiers

CVE-2026-46554
GHSA-F76X-F9VJ-92JV

Affected Products

Nocodb