Search Results (2 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-71278 1 Iot-ecology 1 Rust-iot-platform 2026-08-10 9.8 Critical
rust-iot-platform allows creating a "calc rule" via POST /calc-rule/create (api/src/controller/calc_rule_router.rs) containing an arbitrary field. This route does not take the AuthToken request guard used elsewhere in the application, making it reachable without authentication.
CVE-2026-71277 1 Iot-ecology 1 Rust-iot-platform 2026-08-10 9.1 Critical
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. ) satisfies the guard, granting access to every endpoint protected only by this request guard.