Lucene search
+L

118 matches found

Kitploit
Kitploit
added 2026/09/13 7:12 p.m.10 views

thingsboard

Plataforma IoT de código abierto para recopilación, procesamiento, visualización y gestión de dispositivos. 💡 Comenzar • 🌐 Sitio web • 📚 Documentación • 📔 Blog • 🔗 LinkedIn 🚀 Opciones de instalación Instala ThingsBoard en las instalaciones o usa ThingsBoard Cloud. 💡 Primeros pasos con ThingsBoard...

5.8AI score
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 8:44 p.m.26 views

CVE-2026-49439 OpenRemote read-only asset users can write predicted datapoints

OpenRemote is an open-source internet-of-things platform. Prior to version 1.24.1, the predicted datapoint write endpoint allows users with only read:assets privileges to write predicted datapoints. Version 1.24.1 fixes the issue...

4.3CVSS0.00158EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/29 2:16 p.m.12 views

CVE-2026-82452

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...

9.8CVSS0.00458EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/29 2:16 p.m.18 views

CVE-2026-82453

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...

8.7CVSS0.00283EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/29 1:47 p.m.36 views

CVE-2026-82453 rust-iot-platform Cleartext Password Storage via User Model

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...

8.7CVSS0.00283EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/29 1:47 p.m.11 views

EUVD-2026-68108

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...

8.7CVSS5.9AI score0.00283EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/29 1:47 p.m.19 views

CVE-2026-82453

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. The vulnerability is scored CVSS 3.1: 7.5 (HIGH) and CVSS 4.0: ...

8.7CVSS5.9AI score0.00283EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/29 1:47 p.m.12 views

EUVD-2026-68107

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...

9.8CVSS5.9AI score0.00458EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/29 1:47 p.m.34 views

CVE-2026-82452 rust-iot-platform Authentication Bypass via Missing Request Guards

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...

9.8CVSS0.00458EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/29 1:47 p.m.39 views

CVE-2026-82452

rust-iot-platform (through commit 5df942ab) contains an authentication bypass caused by most REST API routes lacking authentication guards in their handler signatures, as seen in the user router. An unauthenticated attacker over the network with low complexity can create, update, list, retrieve, ...

9.8CVSS5.9AI score0.00458EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/29 12:00 a.m.17 views

PT-2026-83431

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...

9.8CVSS5.9AI score0.00458EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/05 1:24 p.m.10 views

CVE-2026-71278

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

9.8CVSS0.00358EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/05 12:26 p.m.40 views

CVE-2026-71278 rust-iot-platform Unauthenticated Remote Code Execution via Unsandboxed Calc-Rule Script Evaluation

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

9.8CVSS0.00358EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 12:26 p.m.9 views

CVE-2026-71278

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

9.8CVSS5.4AI score0.00358EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/05 12:26 p.m.72 views

CVE-2026-71278

The rust-iot-platform contains an unauthenticated endpoint to create a calc rule (POST /calc-rule/create) where a user-supplied script field is stored and later evaluated with quick_js::Context::eval() without sandboxing. Because this route bypasses the AuthToken guard, an unauthenticated attacke...

9.8CVSS5.4AI score0.00358EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/05 12:26 p.m.11 views

CVE-2026-71278 rust-iot-platform Unauthenticated Remote Code Execution via Unsandboxed Calc-Rule Script Evaluation

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

9.8CVSS5.4AI score0.00358EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 12:26 p.m.73 views

CVE-2026-71277

Affected software: rust-iot-platform, specifically the AuthToken request-guard in api/src/main.rs. Vulnerability: the guard only checks for the presence of the Authorization header, with no validation against sessions, token stores, or signatures. Any non-empty header (e.g., Authorization: fake) ...

9.1CVSS5.4AI score0.00241EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/05 12:26 p.m.8 views

CVE-2026-71277

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. satisfies th...

9.1CVSS5.4AI score0.00241EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/06/12 6:21 p.m.22 views

CVE-2026-50244 Naxclow IoT Platform Missing Authorization

The Naxclow platform exposes a registration endpoint that accepts signed requests containing a batch prefix and an arbitrary caller-supplied account identifier, without validating any ownership relationship. Each call mints a new sequential device identifier and returns the current high-water...

6.9CVSS5.4AI score0.00221EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/03 12:00 a.m.18 views

FastBee 跨站脚本漏洞

FastBee is an open-source IoT platform developed by FastBee in China. Versions of FastBee 1.2.1 and earlier contained a cross-site scripting vulnerability. This vulnerability originated from the function Add in the parameter handling of noticeContent within the System Notice Handler component,...

5.1CVSS5.6AI score0.00195EPSS
SaveExploits0References2
Rows per page
Query Builder