Back to overview

CVE-2026-53928

MEDIUM
6.3
CVSS 4.0
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.

Metadata

CVE ID
CVE-2026-53928
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-06-11 15:46 UTC
Published
2026-06-23 20:03 UTC
Last updated
2026-06-23 20:03 UTC
Primary CWE
CWE-613
CWE-613: Insufficient Session Expiration
Vendor / Product
nocodb / nocodb
Sources
cve.org  ·  NVD

Severity & Metrics

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