In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Incorrect Authorization vulnerabilities in an interactive lesson.
Start learningA fix was pushed into the master branch but not yet published.
nocodb is a NocoDB
Affected versions of this package are vulnerable to Incorrect Authorization via the OAuthTokenStrategy in the authentication component. An attacker can access endpoints reserved for other token types or privileged users by presenting an OAuth token to routes that accept it without route-level restriction. This allows unauthorized use of organization and metadata APIs, exposing administrative data and enabling privileged actions such as listing or modifying users, tokens, licenses, caches, and sync state.
Notes
blockOAuthTokenAccess; routes without that ACL metadata still accepted them, including org-level handlers that rely on the caller’s underlying user roles rather than a base-scoped context.oauth_scope and oauth_granted_resources could be present on the request user, but the ACL layer did not consult them before authorizing access.