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

exploitDog

github логотип

GHSA-rfw5-cqjj-7v9r

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

Описание

API Platform Core can leak exceptions message that may contain sensitive information

Summary

Exception messages, that are not HTTP exceptions, are visible in the JSON error response.

Details

While we wanted to make our errors compatible with the JSON Problem specification, we ended up handling more exceptions then we did previously (introduced at https://github.com/api-platform/core/pull/5823). Instead of leaving that to Symfony, we ended up serializing errors with our normalizers which lead to not hiding the exception details. Note that the trace is hidden in production but the message is not, and the message can contain sensitive information.

PoC

At https://github.com/ili101/api-platform/tree/test3.2 it triggers an authentication exception as LDAP is not reachable. You can find the message available as a JSON response when trying to reach an endpoint.

Impact

Version 3.2 until 3.2.4 is impacted.

Пакеты

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

api-platform/core

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

>= 3.2.0, < 3.2.5

3.2.5

EPSS

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

5.3 Medium

CVSS3

Дефекты

CWE-209

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

CVSS3: 5.3
nvd
10 месяцев назад

API Platform Core is a system to create hypermedia-driven REST and GraphQL APIs. From 3.2.0 until 3.2.4, exception messages, that are not HTTP exceptions, are visible in the JSON error response. This vulnerability is fixed in 3.2.5.

EPSS

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

5.3 Medium

CVSS3

Дефекты

CWE-209