CVE-2026-71277
Received Received - Intake

Authentication Bypass in rust-iot-platform

Vulnerability report for CVE-2026-71277, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-05

Last updated on: 2026-08-05

Assigner: 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 Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-05
Last Modified
2026-08-05
Generated
2026-08-05
AI Q&A
2026-08-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
iot-ecology rust-iot-platform *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in the rust-iot-platform's AuthToken request-guard implementation. It only checks if an Authorization HTTP header is present but does not validate its value against any session, token store, or signature. This means any request with a non-empty fake Authorization header (like 'Authorization: fake') will bypass authentication and gain access to protected endpoints.

Detection Guidance

Check for endpoints protected by the rust-iot-platform's AuthToken request-guard that accept arbitrary Authorization headers without validation. Inspect HTTP requests for non-empty Authorization headers with fake or invalid values.

Impact Analysis

This vulnerability allows unauthorized users to access sensitive endpoints by simply adding a fake Authorization header to their requests. It effectively bypasses authentication, potentially exposing sensitive data or allowing malicious actions on the system.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection standards like GDPR and HIPAA, which mandate strict access controls and authentication mechanisms to protect sensitive data. Unauthorized access risks data breaches and non-compliance penalties.

Mitigation Strategies

Update the rust-iot-platform to validate Authorization headers against a session, token store, or signature. Remove the guard if it only checks for header presence. Apply patches if available from the vendor.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-71277. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart