๐Ÿ” CVE Alert

CVE-2026-101062

HIGH 8.8

Obot before v0.23.0 Authentication Bypass via OAuth Dynamic Client Registration

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

Obot before v0.23.0 (affected versions <= v0.22.1) running with OBOT_SERVER_ENABLE_AUTHENTICATION=true exposes OAuth dynamic client registration without authentication and without any restriction on the redirect URIs a client may register. Because the authorization flow auto-completes for an already logged-in user with no consent screen, an attacker who registers a client pointing at their own domain and induces a logged-in victim to visit a single crafted authorization URL receives an authorization code at the attacker-controlled redirect URI and can exchange it for an access token and refresh token. The token minted by the MCP OAuth flow carries the victim's full group set in the JWT, and Obot validated only the issuer and not the audience, so the token is accepted as a bearer token against any Obot API endpoint the victim can access rather than being scoped to the requested MCP server, allowing the attacker to read or modify the victim's resources until the token is revoked. v0.23.0 adds a consent screen, restricts MCP OAuth tokens to the MCP involved in the request, and enforces audience validation.

CWE CWE-863
Vendor obot-platform
Product obot
Published Sep 27, 2026
Stay Ahead of the Next One

Get instant alerts for obot-platform obot

Be the first to know when new high vulnerabilities affecting obot-platform obot are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

obot-platform / obot
0 < 0.23.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/obot-platform/obot/security/advisories/GHSA-xwmw-prc4-v3cr vulncheck.com: https://www.vulncheck.com/advisories/obot-before-0.23.0-authentication-bypass-via-oauth-dynamic-client-registration

Credits

๐Ÿ” EQSTLab min8282