Description
NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, revokeAllOAuthTokensByUser in the users service is an empty stub being called from passwordChange, passwordForgot, and passwordReset. OAuth access and refresh tokens were not revoked when the user changed, reset, or recovered their password, leaving an attacker-issued OAuth grant valid after the user believed they had locked the attacker out. This vulnerability is fixed in 2026.05.1.
Published: 2026-06-23
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

NocoDB is a platform for building database‑like spreadsheets. Prior to the 2026.05.1 release the revokeAllOAuthTokensByUser service was an empty stub that was invoked during passwordChange, passwordForgot, and passwordReset. As a result, OAuth access and refresh tokens were not revoked when a user changed or reset their password, allowing an attacker who had previously obtained a valid OAuth token to continue accessing the system after the user believed they had removed the threat. This flaw effectively bypasses the expected token revocation process and constitutes an authorization bypass consistent with CWE-613.

Affected Systems

The vulnerability applies to all releases of NocoDB before 2026.05.1. Users running any pre‑2026.05.1 version are impacted.

Risk and Exploitability

The CVSS score of 6.3 classifies the issue as moderate severity. EPSS score is unavailable and the vulnerability is not listed in the CISA KEV catalog, indicating no known widely‑publicized exploits. The likely attack vector is remote use of the application's authentication flows, inferred from the fact that the flaw manifests during password change, reset, or recovery events. An attacker capable of obtaining a valid OAuth token can exploit this bug by triggering a password change, reset, or recovery event, which would normally invalidate the token but, due to the stubbed implementation, leaves it usable. The attack can be performed remotely using normal application flows without special privileges, so while the likelihood of exploitation is not well quantified, the potential for unauthorized access warrants prompt remediation.

Generated by OpenCVE AI on June 24, 2026 at 10:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade NocoDB to version 2026.05.1 or later to enable proper OAuth token revocation.
  • Revoke or rotate all existing OAuth tokens for users, especially those with privileged access, to eliminate the possibility of stale tokens remaining active after an upgrade.
  • Adjust OAuth token lifetime settings to reduce exposure window by shortening expiration times or enforcing re‑authentication after password changes.

Generated by OpenCVE AI on June 24, 2026 at 10:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-g72g-r7m4-9x4g NocoDB: OAuth Tokens Persist Through Security Events
History

Wed, 24 Jun 2026 00:00:00 +0000

Type Values Removed Values Added
First Time appeared Nocodb
Nocodb nocodb
Vendors & Products Nocodb
Nocodb nocodb

Tue, 23 Jun 2026 20:30:00 +0000

Type Values Removed Values Added
Description NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, revokeAllOAuthTokensByUser in the users service is an empty stub being called from passwordChange, passwordForgot, and passwordReset. OAuth access and refresh tokens were not revoked when the user changed, reset, or recovered their password, leaving an attacker-issued OAuth grant valid after the user believed they had locked the attacker out. This vulnerability is fixed in 2026.05.1.
Title NocoDB: OAuth Tokens Persist Through Security Events
Weaknesses CWE-613
References
Metrics cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-23T20:08:19.230Z

Reserved: 2026-06-11T15:46:12.317Z

Link: CVE-2026-53926

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T10:15:05Z

Weaknesses
  • CWE-613

    Insufficient Session Expiration