AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-71277

CRITICAL · CVSS 9.1 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability in rust-iot-platform's AuthToken request-guard allows unauthorized access to protected endpoints by merely including a non-empty Authorization HTTP header, as the implementation fails to validate the header's value against any session or token store. This critical flaw could lead to unauthorized actions and data exposure in applications relying on this authentication mechanism. Organizations using rust-iot-platform should prioritize immediate remediation to prevent potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71277
Severity
CRITICAL
CVSS
9.1
EPSS
0.24%

Original NVD 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.