GHSA-82xc-gf8p-89h7CriticalCVSS 9.1

rust-iot-platform's AuthToken request-guard implementation (api/src/main.rs) only checks whether...

Published
August 5, 2026
Last Modified
August 5, 2026

🔗 CVE IDs covered (1)

📋 Description

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.

🔗 References (4)