๐Ÿ” CVE Alert

CVE-2026-71277

CRITICAL 9.1

rust-iot-platform Authentication Bypass via Non-Validated Authorization Header

CVSS Score
9.1
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-287
Vendor iot-ecology
Product rust-iot-platform
Published Aug 5, 2026
Last Updated Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for iot-ecology rust-iot-platform

Be the first to know when new critical vulnerabilities affecting iot-ecology rust-iot-platform are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

iot-ecology / rust-iot-platform
0 โ‰ค *

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/iot-ecology/rust-iot-platform github.com: https://github.com/iot-ecology/rust-iot-platform/blob/main/api/src/main.rs

Credits

Alibek Baxtiyorov