CVE-2026-71277
9.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Summary
rust-iot-platform's AuthToken request-guard implementation (api/src/main.rs) only checks whether the Authorization HTTP header is present, and never validates its value against any session, token store, or signature. Any request carrying an arbitrary non-empty Authorization header (e.g. Authorization: fake) satisfies the guard, granting access to every endpoint protected only by this request guard.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| iot-ecology | rust-iot-platform | 0 <= * | affected |
Weaknesses
- CWE-287: CWE-287
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: yes
- Technical Impact: total
References
- https://github.com/iot-ecology/rust-iot-platform
- https://github.com/iot-ecology/rust-iot-platform/blob/main/api/src/main.rs
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.