Insufficient Session Expiration in NocoDB - CVE-2026-28396

 

Insufficient Session Expiration in NocoDB - CVE-2026-28396

Published: April 27, 2026


Vulnerability identifier: #VU127986
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2026-28396
CWE-ID: CWE-613
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: nocodb
Affected software:
NocoDB

Detailed vulnerability description

The vulnerability allows a remote user to maintain unauthorized access to the victim's account after a password reset.

The vulnerability exists due to insufficient session expiration in users.service.ts when processing password reset requests. A remote user can use a previously stolen refresh token to maintain unauthorized access to the victim's account after a password reset.

The issue occurs because existing refresh tokens remain valid and can still be used to mint valid JWTs until the token expires.


How to mitigate CVE-2026-28396

Install security update from vendor's website.

Sources