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

exploitDog

nvd логотип

CVE-2024-40627

Опубликовано: 15 июл. 2024
Источник: nvd
CVSS3: 5.8
EPSS Низкий

Описание

Fastapi OPA is an opensource fastapi middleware which includes auth flow. HTTP OPTIONS requests are always allowed by OpaMiddleware, even when they lack authentication, and are passed through directly to the application. OpaMiddleware allows all HTTP OPTIONS requests without evaluating it against any policy. If an application provides different responses to HTTP OPTIONS requests based on an entity existing (such as to indicate whether an entity is writable on a system level), an unauthenticated attacker could discover which entities exist within an application. This issue has been addressed in release version 2.0.1. All users are advised to upgrade. There are no known workarounds for this vulnerability.

EPSS

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

5.8 Medium

CVSS3

Дефекты

CWE-204

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

CVSS3: 5.8
ubuntu
больше 1 года назад

Fastapi OPA is an opensource fastapi middleware which includes auth flow. HTTP `OPTIONS` requests are always allowed by `OpaMiddleware`, even when they lack authentication, and are passed through directly to the application. `OpaMiddleware` allows all HTTP `OPTIONS` requests without evaluating it against any policy. If an application provides different responses to HTTP `OPTIONS` requests based on an entity existing (such as to indicate whether an entity is writable on a system level), an unauthenticated attacker could discover which entities exist within an application. This issue has been addressed in release version 2.0.1. All users are advised to upgrade. There are no known workarounds for this vulnerability.

CVSS3: 5.8
github
больше 1 года назад

OpaMiddleware does not filter HTTP OPTIONS requests

EPSS

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

5.8 Medium

CVSS3

Дефекты

CWE-204