Security Advisory

CVE-2026-71277

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-05 12:26:23
Last updated 2026-08-05 15:56:51
Assigner TuranSec
CVSS score not scored
State PUBLISHED

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.