← Back to searchJSON

CVE-2026-71278

9.8 CRITICALpublic exploit available

Published 2026-08-05 · Updated 2026-08-10

AI risk analysis

Summary
The flaw allows creating a 'calc rule' without authentication, enabling unauthorized access and potential manipulation of critical data.
Exploitability
Exploitation is relatively easy as no authentication is required to create a 'calc rule'. Precondition: Access to the POST /calc-rule/create endpoint.
Blast radius
If exploited, this could lead to significant data breaches or system compromises affecting the entire rust-iot-platform infrastructure.
Prioritized remediation
Implement proper authentication checks for the POST /calc-rule/create endpoint to prevent unauthorized access.
auth-bypassrcewebapi

Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.

NVD description

rust-iot-platform allows creating a "calc rule" via POST /calc-rule/create (api/src/controller/calc_rule_router.rs) containing an arbitrary field. This route does not take the AuthToken request guard used elsewhere in the application, making it reachable without authentication.

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Weaknesses

CWE-94

Public exploit & PoC references

All references

Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.