Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Eddieran

#43566of 54,919
6.3Total CVSS
Vulnerabilities · 1
PT-2026-47084
6.3
2026-06-05
Git · Nocodb · CVE-2026-47386
**Name of the Vulnerable Software and Affected Versions** NocoDB versions prior to 2026.05.1 **Description** A flaw in the token-exchange flow allows two concurrent requests using the same OAuth authorization code to each generate a distinct valid `access token` and `refresh token` pair. This occurs because the system previously read the `is used` status and performed the `markAsUsed` update unconditionally at the end of the process, failing the single-use guarantee of PKCE (Proof Key for Code Exchange), a security extension for OAuth 2.0. An attacker who observes an authorization code and the corresponding PKCE verifier could obtain a long-lived refresh token alongside the legitimate user. **Recommendations** Update to version 2026.05.1.