CVE-2026-34505
EPSS 0.03%OpenClaw: Zalo webhook rate limiting could be bypassed before secret validation
描述
### Summary The Zalo webhook handler applied request rate limiting only after webhook authentication succeeded. Requests with an invalid secret returned `401` but did not count against the rate limiter, allowing repeated secret guesses without triggering `429`. ### Impact This made brute-force guessing materially easier for weak but policy-compliant webhook secrets. Once the secret was guessed, an attacker could submit forged Zalo webhook traffic. ### Affected versions `openclaw` `<= 2026.3.11` ### Patch Fixed in `openclaw` `2026.3.12`. Rate limiting now applies before successful authentication is required, closing the pre-auth brute-force gap. Users should update to `2026.3.12` or later and prefer strong webhook secrets.
受影響套件(1)
- npm/openclawfrom 0, < 2026.3.12
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N |
參考連結(7)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2026-34505
- PATCHhttps://github.com/openclaw/openclaw
- WEBhttps://github.com/openclaw/openclaw/commit/f96ba87f033a14183fa0ede912df3a592eef55ff
- WEBhttps://github.com/openclaw/openclaw/pull/44173
- WEBhttps://github.com/openclaw/openclaw/releases/tag/v2026.3.12
- WEBhttps://github.com/openclaw/openclaw/security/advisories/GHSA-5m9r-p9g7-679c
- WEBhttps://www.vulncheck.com/advisories/openclaw-webhook-rate-limiting-bypass-via-pre-authentication-secret-validation