Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-jj8c-mmj3-mmgv

Опубликовано: 16 апр. 2026
Источник: github
Github: Прошло ревью
CVSS3: 5.4

Описание

Authlib: Cross-site request forging when using cache

Summary

There is no CSRF protection on the cache feature on most integrations clients.

Details

In authlib.integrations.starlette_client.OAuth, no CSRF protection is set up when using the cache parameter. When not using the cache parameter, the use of SessionMiddleware ties the client to the auth state, preventing CSRF attacks. With the cache, there is no such mechanism. Other integratons have the same issue, it's not just starlette.

The state parameter is taken from the callback URL and the state is fetched from the cache without checking that it is the same client calling the redirect endpoint as was the one that initiated the auth flow.

This issue is documented in RFC 6749 section 10.12: https://datatracker.ietf.org/doc/html/rfc6749#section-10.12

PoC

  • Set up a Starlette integration with a cache
  • The attacker starts the auth flow up until before the callback URL is followed.
  • The attacked sends the redirect URL to the victim
  • The victim now completes the authorisation

Impact

This impacts all users that use the cache to store auth state.

All users will be vulnerable to CSRF attacks and may have an attacker's account tied to their own.

Пакеты

Наименование

authlib

pip
Затронутые версииВерсия исправления

< 1.6.11

1.6.11

EPSS

Процентиль: 1%
0.00106
Низкий

5.4 Medium

CVSS3

Дефекты

CWE-352

Связанные уязвимости

CVSS3: 5.4
ubuntu
4 месяца назад

Authlib is a Python library which builds OAuth and OpenID Connect servers. Prior to 1.6.11, there is no CSRF protection on the cache feature in authlib.integrations.starlette_client.OAuth. This vulnerability is fixed in 1.6.11.

CVSS3: 5.4
redhat
4 месяца назад

Authlib is a Python library which builds OAuth and OpenID Connect servers. Prior to 1.6.11, there is no CSRF protection on the cache feature in authlib.integrations.starlette_client.OAuth. This vulnerability is fixed in 1.6.11.

CVSS3: 5.4
nvd
4 месяца назад

Authlib is a Python library which builds OAuth and OpenID Connect servers. Prior to 1.6.11, there is no CSRF protection on the cache feature in authlib.integrations.starlette_client.OAuth. This vulnerability is fixed in 1.6.11.

CVSS3: 5.4
debian
4 месяца назад

Authlib is a Python library which builds OAuth and OpenID Connect serv ...

EPSS

Процентиль: 1%
0.00106
Низкий

5.4 Medium

CVSS3

Дефекты

CWE-352