CVE-2026-82452
Received Received - Intake

Authentication Bypass in rust-iot-platform REST API

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

Publication date: 2026-08-29

Last updated on: 2026-08-29

Assigner: VulnCheck

Description

rust-iot-platform through commit 5df942ab contains an authentication bypass vulnerability where most REST API routes lack authentication guards in their handler signatures. Unauthenticated attackers can create, update, list, retrieve, and delete user accounts by directly accessing unprotected endpoints without providing valid credentials.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
iot-ecology rust-iot-platform to 5df942ab6bc46a3bf83dbee8c7970554f92c972d (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an authentication bypass in rust-iot-platform where most REST API routes lack authentication guards. Unauthenticated attackers can directly access unprotected endpoints to create, update, list, retrieve, and delete user accounts without valid credentials.

Detection Guidance

Check if your rust-iot-platform instance exposes REST API endpoints without authentication. Use tools like curl to test endpoints such as /users, /create_user, /update_user, /delete_user, or /list_user. If these return data or success without credentials, the system is vulnerable. Example: curl -X GET http://<target-ip>:<port>/users

Inspect network traffic for unprotected API calls. Look for HTTP requests to user management endpoints without Authorization headers. Verify if the application logs show unauthenticated access to sensitive routes.

Impact Analysis

Attackers could gain full control over user accounts, leading to unauthorized data access, modification, or deletion. This could compromise sensitive IoT device data, user privacy, and system integrity.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection and access control in GDPR and HIPAA. It enables unauthorized access to personal data, risking legal penalties and reputational damage.

Mitigation Strategies

Upgrade rust-iot-platform to a version beyond commit 5df942ab6bc46a3bf83dbee8c7970554f92c972d where authentication guards are added. If upgrading is not possible, manually add authentication middleware to all REST API routes, especially user management endpoints.

Restrict network access to the platform by deploying it in an isolated environment or behind a firewall. Disable public exposure of the API if not required. Monitor logs for suspicious activity targeting user management endpoints.

Chat Assistant

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

EPSS Chart