Intel

AIKIDO-2026-10103

robyn is vulnerable to Authorization Bypass

Authorization Bypass Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Jan 29, 2026

98

Critical Risk

This Affects:

PYTHONrobyn
0.1.0 - 0.75.0
Fixed in 0.76.0
Are you affected? Scan for Free

TL;DR

Affected versions of this package have inconsistent request path normalization in the routing system, allowing trailing-slash variations (e.g., /auth/ vs /auth) to bypass authentication and cause routing logic bugs. The patched version normalizes endpoint paths (trimming trailing slashes and standardizing lookup behavior) when constructing the request and registering routes or middleware, preventing these bypasses and making routing and authentication handling consistent.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

robyn is vulnerable to Authorization Bypass in versions 0.1.0 - 0.75.0.

How to fix this

Upgrade the robyn library to the patch version.