HackerFeeds
All CVEs

CVE-2026-71277

CRITICAL9.1

Published 2026-08-05 · Updated 2026-08-05 · Source 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

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.

CVSS vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N

CWE-287
View on NVD