CVE-2026-82453
Received Received - Intake

Password Storage Vulnerability in rust-iot-platform

Vulnerability report for CVE-2026-82453, 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 stores user passwords in cleartext without hashing in the user model. Attackers can read API responses from user retrieval and listing routes to obtain plaintext credentials for all accounts.

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-256 The product stores a password in plaintext within resources such as memory or files.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves the rust-iot-platform storing user passwords in cleartext without hashing in the user model. Attackers can exploit this by reading API responses from user retrieval and listing routes to obtain plaintext credentials for all accounts.

Detection Guidance

Check API responses from user retrieval and listing routes for plaintext passwords. Inspect the user_biz.rs file in the rust-iot-platform for cleartext password storage. Monitor network traffic for unencrypted credential transmissions.

Impact Analysis

Attackers can gain access to all user accounts by obtaining plaintext passwords from API responses. This could lead to unauthorized access, data breaches, and potential misuse of user data or system control.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA requirements for secure password storage. It exposes sensitive user data, leading to non-compliance with data protection regulations and potential legal consequences.

Mitigation Strategies

Immediately update to a patched version of rust-iot-platform beyond commit 5df942ab. Implement password hashing using bcrypt or Argon2. Restrict access to API endpoints that return user data. Rotate all exposed credentials.

Chat Assistant

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

EPSS Chart