GHSA-3h52-cx59-c456
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`
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
참고
- https://github.com/openclaw/openclaw/security/advisories/GHSA-3h52-cx59-c456 [WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-35640 [ADVISORY]
- https://github.com/openclaw/openclaw/commit/5e8cb22176e9235e224be0bc530699261eb60e53 [WEB]
- https://github.com/openclaw/openclaw [PACKAGE]
- https://www.vulncheck.com/advisories/openclaw-denial-of-service-via-unauthenticated-webhook-request-parsing [WEB]