Lucene search
+L

5549 matches found

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
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.72 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
Cvelist
Cvelist
added 2026/08/05 10:56 a.m.49 views

CVE-2026-71237 Miantang IoT-PHP - Unauthenticated SQL Injection in /userlogin

Miantang/IoT-PHP's index.php implements a POST /userlogin route that reads the password directly from 'pwd' with no sanitization and concatenates it into a raw SQL string: mysqlquery"select from userlists where username='' and password='' limit 1". An unauthenticated attacker can submit a payload...

9.8CVSS0.0042EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 10:56 a.m.71 views

CVE-2026-71237

Miantang IoT-PHP is affected by an unauthenticated SQL injection in the index.php POST /userlogin route. The code reads the password from $_POST['pwd'] and directly concatenates it into a SQL query: select * from userlists where username='$username' and password='$password' limit 1, without prope...

9.8CVSS5.7AI score0.0042EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/05 10:56 a.m.12 views

CVE-2026-71237 Miantang IoT-PHP - Unauthenticated SQL Injection in /userlogin

Miantang/IoT-PHP's index.php implements a POST /userlogin route that reads the password directly from 'pwd' with no sanitization and concatenates it into a raw SQL string: mysqlquery"select from userlists where username='' and password='' limit 1". An unauthenticated attacker can submit a payload...

9.8CVSS5.7AI score0.0042EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/05 10:56 a.m.48 views

CVE-2026-71231 IOTSmartHome - Unauthenticated SQL Injection via lastLogin Cookie

IOTSmartHome's gui/login.php checkCookie function builds an authentication query as SELECT FROM users WHERE ID='' after base64-decoding the client-supplied lastLogin cookie via safedecode, which performs URL-safe base64 decoding with no sanitization of the decoded value before it is concatenated...

9.8CVSS0.00358EPSS
SaveExploits0References1
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/03 2:48 p.m.11 views

Security Bulletin: IBM Maximo Application Suite - IoT Component uses multiple third party dependencies which is vulnerable to multiple CVEs.

Summary IBM Maximo Application Suite - IoT Component uses...

8.9CVSS6.7AI score0.03261EPSS
SaveExploits3Affected Software1
The Hacker News
The Hacker News
added 2026/07/31 2:45 p.m.12 views

Cheap Android TV Boxes Pose as Phones and Turn Owners’ Broadband Into Proxies

Bitsight says some cheap Android TV boxes have shipped with apps that rewrite their hardware identity to mimic Samsung, Huawei, Xiaomi, or Vivo phones, then click ads on websites run by the same operators. Researchers named the operation Fuyao and attributed it to Zhejiang Fengwo IoT Technology...

5.8AI score
SaveExploits0
Veracode
Veracode
added 2026/07/24 7:02 a.m.13 views

Improper Authentication

Apache IoTDB is vulnerable to Improper Authentication. The vulnerability is due to insufficient session expiration in REST Basic Authentication, where stale cached credentials continue to be accepted, allowing attackers to replay captured credentials and bypass authentication...

9.8CVSS5.8AI score0.00682EPSS
SaveExploits0References2Affected Software2
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/07/20 5:03 p.m.29 views

Malicious code in iot-kfh-s3 (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 1c402827c1e00592a8936a9304c2cccc45189126fc447038f67350a8a9124c81 The package's preinstall script executes node examples/verify.js, which initializes Sentry against a hardcoded author-controlled DSN at...

5.6AI score
SaveExploits0References2
OSV
OSV
added 2026/07/20 5:03 p.m.23 views

MAL-2026-10921 Malicious code in iot-kfh-s3 (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 1c402827c1e00592a8936a9304c2cccc45189126fc447038f67350a8a9124c81 The package's preinstall script executes node examples/verify.js, which initializes Sentry against a hardcoded author-controlled DSN at...

5.6AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/10 7:10 a.m.58 views

CVE-2026-40006 Apache IoTDB: Unauthenticated heap-exhaustion DoS via unbounded allocation in IoTDB AirGap pipe receiver

Memory Allocation with Excessive Size Value, Allocation of Resources Without Limits or Throttling, Missing Authentication for Critical Function vulnerability in Apache IoTDB. When pipeairgapreceiverenabled=true, the IoTDB AirGap pipe receiver accepts raw TCP connections on port 9780 with no...

0.00584EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/10 7:09 a.m.23 views

EUVD-2026-42833

Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' vulnerability in Apache IoTDB. An attacker can write arbitrary files anywhere the IoTDB process has write permissions with unsafe API. This issue affects Apache IoTDB: from 1.0.0 before 2.0.10. Users are recommended to...

9.1CVSS6.2AI score0.00537EPSS
SaveExploits0References1
Securelist
Securelist
added 2026/07/06 9:00 a.m.49 views

When checking the URL isn’t enough: a Device Code Phishing attack via a Microsoft website

One of the most common pieces of anti-phishing advice is to double-check the website's domain name before providing your credentials. Typically, a fraudulent domain stands out to the trained eye, differing from the official URL by at least a few characters. Recently, however, we encountered a...

5.8AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/06 12:00 a.m.35 views

PT-2026-55878

Name of the Vulnerable Software and Affected Versions Apache IoTDB versions 1.3.3 through 2.0.7 Description An uncontrolled resource consumption issue exists where certain interfaces do not impose reasonable limits on the time span and aggregation interval of queries. An attacker can send a reque...

7.5CVSS5.9AI score0.0074EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/02 11:40 p.m.87 views

CVE-2026-13768

CVE-2026-13768 affects Gardyn Home Kit and Gardyn Studio. The root cause is exposure of a privileged iothubowner credential, which enables a malicious user to invoke IoTHub Registry Manager functions to obtain connection information for all Gardyn devices and to execute commands on a specific dev...

10CVSS6AI score0.0065EPSS
SaveExploits2References3
Vulnrichment
Vulnrichment
added 2026/07/02 11:40 p.m.14 views

CVE-2026-13768 Gardyn IoT Hub Use of Hard-coded Credentials

Gardyn devices expose a privileged iothubowner key. Access to this key will allow a malicious user to invoke an IoTHub Registry Manager function which returns connection information for all Gardyn Home Kit and Studio devices. Access to this key also allows a malicious user to execute arbitrary...

10CVSS6.2AI score0.0065EPSS
SaveExploits2References3
CNVD
CNVD
added 2026/06/25 12:00 a.m.17 views

Several network storage devices of Hangzhou Hikvision Digital Technology Co., Ltd. have logical defects and vulnerabilities.

Hangzhou Hikvision Digital Technology Co., Ltd. is a provider of IoT sensing, artificial intelligence, and big data technology services, with a focus on video technologies. Several of Hangzhou Hikvision Digital Technology Co., Ltd.'s network storage devices have logical defects and vulnerabilitie...

5.5AI score
SaveExploits0
Rows per page
Query Builder