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

exploitDog

github логотип

GHSA-3h52-cx59-c456

Опубликовано: 29 мар. 2026
Источник: github
Github: Прошло ревью
CVSS4: 6.9

Описание

OpenClaw: Feishu webhook reads and parses unauthenticated request bodies before signature validation

Summary

Feishu webhook reads and parses unauthenticated request bodies before signature validation

Affected Packages / Versions

  • Package: openclaw
  • Affected versions: <= 2026.3.24
  • First patched version: 2026.3.25
  • Latest published npm version at verification time: 2026.3.24

Details

Feishu webhook handling previously parsed JSON before signature validation, which let unauthenticated callers force full JSON parsing work before rejection. Commit 5e8cb22176e9235e224be0bc530699261eb60e53 reads the raw request body, validates the signature first, and only then parses JSON.

Verified vulnerable on tag v2026.3.24 and fixed on main by commit 5e8cb22176e9235e224be0bc530699261eb60e53.

Fix Commit(s)

  • 5e8cb22176e9235e224be0bc530699261eb60e53

Пакеты

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

openclaw

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

< 2026.3.28

2026.3.28

EPSS

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

6.9 Medium

CVSS4

Дефекты

CWE-400

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

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

OpenClaw before 2026.3.25 parses JSON request bodies before validating webhook signatures, allowing unauthenticated attackers to force resource-intensive parsing operations. Remote attackers can send malicious webhook requests to trigger denial of service by exhausting server resources through forced JSON parsing before signature rejection.

EPSS

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

6.9 Medium

CVSS4

Дефекты

CWE-400