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

exploitDog

github логотип

GHSA-3fjj-p79j-c9hh

Опубликовано: 21 нояб. 2022
Источник: github
Github: Прошло ревью
CVSS3: 4.2

Описание

Fastify: Incorrect Content-Type parsing can lead to CSRF attack

Impact

The attacker can use the incorrect Content-Type to bypass the Pre-Flight checking of fetch. fetch() requests with Content-Type’s essence as "application/x-www-form-urlencoded", "multipart/form-data", or "text/plain", could potentially be used to invoke routes that only accepts application/json content type, thus bypassing any CORS protection, and therefore they could lead to a Cross-Site Request Forgery attack.

Patches

For 4.x users, please update to at least 4.10.2 For 3.x users, please update to at least 3.29.4

Workarounds

Implement Cross-Site Request Forgery protection using @fastify/csrf.

References

Check out the HackerOne report: https://hackerone.com/reports/1763832.

For more information

Fastify security policy

Пакеты

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

fastify

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

>= 4.0.0, < 4.10.2

4.10.2

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

fastify

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

>= 3.0.0, < 3.29.4

3.29.4

EPSS

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

4.2 Medium

CVSS3

Дефекты

CWE-352

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

CVSS3: 8.8
redhat
около 3 лет назад

Fastify is a web framework with minimal overhead and plugin architecture. The attacker can use the incorrect `Content-Type` to bypass the `Pre-Flight` checking of `fetch`. `fetch()` requests with Content-Type’s essence as "application/x-www-form-urlencoded", "multipart/form-data", or "text/plain", could potentially be used to invoke routes that only accepts `application/json` content type, thus bypassing any CORS protection, and therefore they could lead to a Cross-Site Request Forgery attack. This issue has been patched in version 4.10.2 and 3.29.4. As a workaround, implement Cross-Site Request Forgery protection using `@fastify/csrf'.

CVSS3: 4.2
nvd
около 3 лет назад

Fastify is a web framework with minimal overhead and plugin architecture. The attacker can use the incorrect `Content-Type` to bypass the `Pre-Flight` checking of `fetch`. `fetch()` requests with Content-Type’s essence as "application/x-www-form-urlencoded", "multipart/form-data", or "text/plain", could potentially be used to invoke routes that only accepts `application/json` content type, thus bypassing any CORS protection, and therefore they could lead to a Cross-Site Request Forgery attack. This issue has been patched in version 4.10.2 and 3.29.4. As a workaround, implement Cross-Site Request Forgery protection using `@fastify/csrf'.

EPSS

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

4.2 Medium

CVSS3

Дефекты

CWE-352