CVE-2026-71277 Details
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. ) satisfies the guard, granting access to every endpoint protected only by this request guard.
A vulnerability exists in the rust-iot-platform's AuthToken request guard implementation, specifically in the file api/src/main.rs. The guard only checks for the presence of the Authorization HTTP header and fails to validate its content against any session, token store, or signature. As a result, any request with a non-empty Authorization header, such as 'Authorization: fake', can bypass the guard and gain access to endpoints that rely solely on this request guard for protection.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 5, 2026CISA-ADP
Assessed Aug 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/iot-ecology/rust-iot-platform | TuranSec | Vendor |
| https://github.com/iot-ecology/rust-iot-platform/blob/main/api/src/main.rs | TuranSec | Source CodeVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-287 | Improper Authentication | TuranSec |
Affected Products
| Product | Versions |
|---|---|
| rust-iot-platform | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 10, 2026 | CVE Modified | TuranSec |
| Aug 5, 2026 | CVE Modified | CISA-ADP |
| Aug 5, 2026 | New CVE Received | TuranSec |
Volerion