MEDIUM

CVE-2026-53928

2026-06-23 CVSS v4.0
CVSS
6.3

Description

NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, a stolen refresh token survived a password-forgot flow and could be used to mint fresh JWTs even after the user reset their password. passwordChange and passwordReset deleted the user's refresh tokens, but passwordForgot only rotated token_version and revoked OAuth tokens — it did not call UserRefreshToken.deleteAllUserToken(user.id). An attacker holding a captured refresh cookie could still exchange it for a new access token after the victim triggered the recovery flow. This vulnerability is fixed in 2026.05.1.

Summary dbcve.org

The passwordForgot flow in NocoDB failed to invalidate existing refresh tokens when users triggered password recovery. While passwordChange and passwordReset properly deleted all user refresh tokens by calling UserRefreshToken.deleteAllUserToken(user.id), passwordForgot only rotated token_version and revoked OAuth tokens without performing this deletion. This allowed attackers with stolen refresh cookies to continue exchanging them for fresh JWTs even after the victim completed the password reset flow.

Mitigation

Upgrade to NocoDB version 2026.05.1 or later, which includes the fix to properly invalidate all refresh tokens during the passwordForgot flow.

Weakness (CWE)

CWE-613

EPSS Score

0.31%
Probability of exploitation in next 30 days
24.5th percentile

References

View on dbcve.org
Base CVE data derived from NVD (public domain). Enrichment by dbcve.org (CC-BY-4.0). Fetched via API.
Back to CVE