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

exploitDog

github логотип

GHSA-mqm2-jjx4-44gx

Опубликовано: 04 июн. 2026
Источник: github
Github: Не прошло ревью
CVSS4: 7.9
CVSS3: 6.5

Описание

A logic error in the MISP CRUD component delete handler allowed validation failures to be bypassed when requests used the HTTP DELETE method. Due to missing parentheses in the delete condition, the expression was evaluated as ($validationError === null && POST) || DELETE, meaning a DELETE request could proceed even when the delete validation callback had rejected the operation. An authenticated attacker with access to an affected delete endpoint could abuse this flaw to delete records that should have been protected by application-level validation or authorization checks.

A logic error in the MISP CRUD component delete handler allowed validation failures to be bypassed when requests used the HTTP DELETE method. Due to missing parentheses in the delete condition, the expression was evaluated as ($validationError === null && POST) || DELETE, meaning a DELETE request could proceed even when the delete validation callback had rejected the operation. An authenticated attacker with access to an affected delete endpoint could abuse this flaw to delete records that should have been protected by application-level validation or authorization checks.

EPSS

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

7.9 High

CVSS4

6.5 Medium

CVSS3

Дефекты

CWE-863

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

CVSS3: 6.5
nvd
3 месяца назад

A logic error in the MISP CRUD component delete handler allowed validation failures to be bypassed when requests used the HTTP DELETE method. Due to missing parentheses in the delete condition, the expression was evaluated as ($validationError === null && POST) || DELETE, meaning a DELETE request could proceed even when the delete validation callback had rejected the operation. An authenticated attacker with access to an affected delete endpoint could abuse this flaw to delete records that should have been protected by application-level validation or authorization checks.

CVSS3: 6.5
debian
3 месяца назад

A logic error in the MISP CRUD component delete handler allowed valida ...

EPSS

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

7.9 High

CVSS4

6.5 Medium

CVSS3

Дефекты

CWE-863