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.
Published: 2026-08-29
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Authentication Bypass enabling unauthorized management of user accounts
Action: Immediate Patch
AI Analysis

Impact

The vulnerability allows unauthenticated users to create, update, list, retrieve, and delete user accounts through REST API endpoints that lack proper authentication guards. This flaw grants attackers full control over account data, leading to potential confidentiality, integrity, and availability compromise for the affected system.

Affected Systems

The affected product is iot-ecology rust-iot-platform; the vulnerability exists in any deployment that includes commit 5df942ab or any state before the fix is applied. All REST API routes in this version are exposed without authentication checks, making every instance that has not updated to a patched release susceptible.

Risk and Exploitability

The CVSS score of 9.3 signals a very high severity condition. The EPSS score is not available, but the lack of built‑in authentication permits a remote attacker to reach and enumerate the vulnerable endpoints over the network. This vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that the attack vector is remote; no local credentials are required to exploit this flaw, making the attack trivial for anyone with network access to the API.

Generated by OpenCVE AI on August 29, 2026 at 15:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest rust‑iot‑platform release that includes authentication guards on all API routes
  • If a patch cannot be applied immediately, block unauthenticated access to the REST API endpoints with a firewall rule or API gateway policy
  • Verify that the authentication middleware is correctly attached to each controller route to prevent future omissions according to CWE-306 best practices

Generated by OpenCVE AI on August 29, 2026 at 15:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Sat, 29 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Iot-ecology
Iot-ecology rust-iot-platform
Vendors & Products Iot-ecology
Iot-ecology rust-iot-platform

Sat, 29 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
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.
Title rust-iot-platform Authentication Bypass via Missing Request Guards
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Iot-ecology Rust-iot-platform
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-01T02:09:35.842Z

Reserved: 2026-08-29T13:22:58.588Z

Link: CVE-2026-82452

cve-icon Vulnrichment

Updated: 2026-09-01T02:09:27.545Z

cve-icon NVD

Status : Received

Published: 2026-08-29T14:16:38.210

Modified: 2026-09-01T03:16:52.100

Link: CVE-2026-82452

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-29T16:00:03Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function