VYPR

Rust Iot Platform

by Iot Ecology

Source repositories

CVEs (2)

  • CVE-2026-71278CriAug 5, 2026
    risk 0.64cvss 9.8epss 0.00

    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-71277CriAug 5, 2026
    risk 0.59cvss 9.1epss 0.00

    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…