NONE · 0

CVE-2026-53928

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 the...

Vulnerability 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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-53928?

CVE-2026-53928 is a documented vulnerability. 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 the...

How severe is CVE-2026-53928?

CVSS scoring is not yet available for CVE-2026-53928. Check NVD for updates.

Is there a patch for CVE-2026-53928?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.