OSV 1.4.0 · github-reviewed · 修改于 2026-05-05 05:14
发布时间
2026-05-05 05:14
GitHub 审查时间
2026-05-05 05:14
NVD 发布时间
—
源文件
advisories/github-reviewed/2026/05/GHSA-93rg-2xm5-2p9v/GHSA-93rg-2xm5-2p9v.json
Gateway Control UI bootstrap config required Gateway auth.
When Gateway authentication was enabled, the Control UI bootstrap config endpoint could still be read without a valid Gateway token. That response could expose sensitive bootstrap/config fields intended only for authenticated Control UI sessions.
The bootstrap config route now goes through the same Gateway read-auth path as other authenticated Control UI reads. Regression tests cover unauthenticated rejection, valid-token access, and basePath handling.
OpenClaw thanks @zsxsoft for reporting.