Lucene search
+L

47 matches found

NVD
NVD
added 2026/08/18 8:17 p.m.4 views

CVE-2026-47720

FUXA is a web-based Process Visualization SCADA/HMI/Dashboard software. Prior to 1.3.2, the TDengine DAQ storage connector's escapeTdString function in server/runtime/storage/tdengine/index.js doubles single quotes but does not escape backslashes. A remote unauthenticated attacker can submit a...

5.3CVSS0.0049EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/18 7:58 p.m.23 views

CVE-2026-47720 FUXA: SQL injection in TDengine DAQ connector via backslash bypass of escapeTdString

FUXA is a web-based Process Visualization SCADA/HMI/Dashboard software. Prior to 1.3.2, the TDengine DAQ storage connector's escapeTdString function in server/runtime/storage/tdengine/index.js doubles single quotes but does not escape backslashes. A remote unauthenticated attacker can submit a...

5.3CVSS0.0049EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/18 7:58 p.m.4 views

CVE-2026-47720 FUXA: SQL injection in TDengine DAQ connector via backslash bypass of escapeTdString

FUXA is a web-based Process Visualization SCADA/HMI/Dashboard software. Prior to 1.3.2, the TDengine DAQ storage connector's escapeTdString function in server/runtime/storage/tdengine/index.js doubles single quotes but does not escape backslashes. A remote unauthenticated attacker can submit a...

5.3CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/08/18 7:58 p.m.40 views

CVE-2026-47720

FUXA (SCADA/HMI/Dashboard) versions before 1.3.2 contain a SQL injection (CWE-89) in the escapeTdString function at server/runtime/storage/tdengine/index.js:10, which doubles single quotes but fails to escape backslashes. Because TDengine's SQL parser treats \' as a literal quote, a crafted sids ...

5.3CVSS5.7AI score0.0049EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/15 7:18 p.m.20 views

CVE-2026-62355

TDengine is an open source, time-series database optimized for Internet of Things devices. Prior to 3.4.1.15, a Data Reader adminuser on a TDengine Cloud DB instance could run create udf even though standard users should have read-only permissions for non-database objects and show dnodes and crea...

5.4CVSS0.0023EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/15 7:18 p.m.21 views

CVE-2026-62353

TDengine is a time-series database optimized for Internet of Things devices. Prior to 3.4.1.14, source/libs/parser/src/parTokenizer.c tGetToken incremented past a trailing backslash in a SQL string literal such as 'abc\ and read one byte beyond the null terminator, allowing an authenticated user...

5.4CVSS0.00333EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/15 7:18 p.m.16 views

CVE-2026-62351

TDengine is a time-series database optimized for Internet of Things devices. Prior to 3.4.1.15, source/libs/transport/src/transComm.c transDecompressMsg read STransCompMsg.contLen when pHead-comp == 1 without first validating that the RPC packet contained the 8-byte STransCompMsg structure, causi...

7.5CVSS0.0046EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/15 7:18 p.m.22 views

CVE-2026-62348

TDengine is a time-series database optimized for Internet of Things devices. Prior to 3.4.1.15, TDengine Enterprise allowed an authenticated low-privilege SQL user to run KILL SSMIGRATE against an active shared-storage migration because mndProcessKillSsMigrateReq called mndKillSsMigrate while the...

5.4CVSS0.00287EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/15 7:18 p.m.19 views

CVE-2026-62350

TDengine is an open source, time-series database optimized for Internet of Things devices. Prior to 3.4.1.15, a user with create udf privilege could upload a crafted shared library and install it as a user-defined function, such as eval, then execute arbitrary C code on the TDengine server side...

7.2CVSS0.0054EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/15 7:18 p.m.17 views

CVE-2026-62349

TDengine is an open source, time-series database optimized for Internet of Things devices. In 3.4.1.6 and earlier, source/libs/parser/src/parUtil.c trimString checks space for only one byte before processing SQL string escape sequences %, , or \x, allowing a one-byte out-of-bounds write to the...

8.3CVSS0.00569EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/15 7:08 p.m.9 views

CVE-2026-62353

TDengine is a time-series database optimized for Internet of Things devices. Prior to 3.4.1.14, source/libs/parser/src/parTokenizer.c tGetToken incremented past a trailing backslash in a SQL string literal such as 'abc\ and read one byte beyond the null terminator, allowing an authenticated user...

5.4CVSS6.1AI score0.00333EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/07/15 7:08 p.m.26 views

CVE-2026-62351

TDengine before 3.4.1.15 is affected. In transDecompressMsg() within source/libs/transport/src/transComm.c, the code reads STransCompMsg.contLen when pHead->comp == 1 without first validating that the RPC packet contains the 8-byte STransCompMsg structure. This can cause an unauthenticated out...

7.5CVSS6.1AI score0.0046EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/15 7:07 p.m.28 views

CVE-2026-62348

TDengine TDengine Enterprise prior to 3.4.1.15 is affected. An authenticated low-privilege SQL user could issue KILL SSMIGRATE against an active shared-storage migration because mndProcessKillSsMigrateReq called mndKillSsMigrate while the MND_OPER_SSMIGRATE_DB privilege check was commented out. ...

5.4CVSS6.1AI score0.00287EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/15 7:07 p.m.38 views

CVE-2026-62348 TDengine: KILL SSMIGRATE missing authorization lets low-privilege users interrupt shared-storage migrations

TDengine is a time-series database optimized for Internet of Things devices. Prior to 3.4.1.15, TDengine Enterprise allowed an authenticated low-privilege SQL user to run KILL SSMIGRATE against an active shared-storage migration because mndProcessKillSsMigrateReq called mndKillSsMigrate while the...

5.4CVSS0.00287EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/15 6:55 p.m.29 views

CVE-2026-62349

TDengine 3.4.1.6 and earlier contains an off-by-one/write vulnerability in source/libs/parser/src/parUtil.c: trimString() only checks a single-byte space before handling SQL string escape sequences (%, _, or \x), enabling a one-byte out-of-bounds write to the stack buffer tmpTokenBuf. This can le...

8.3CVSS6.3AI score0.00569EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/15 6:55 p.m.10 views

CVE-2026-62349

TDengine is an open source, time-series database optimized for Internet of Things devices. In 3.4.1.6 and earlier, source/libs/parser/src/parUtil.c trimString checks space for only one byte before processing SQL string escape sequences %, , or \x, allowing a one-byte out-of-bounds write to the...

8.3CVSS6.3AI score0.00569EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/07/15 6:54 p.m.34 views

CVE-2026-62350

TDengine (open-source time-series DB) -- vulnerability CVE-2026-62350 allows a user with create_udf privilege to upload a crafted shared library, install it as a UDF (e.g., eval), and execute arbitrary C code on the server via queries. Root cause: improper validation of UDF loading/execution lead...

7.2CVSS6.3AI score0.0054EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/15 6:54 p.m.9 views

CVE-2026-62350

TDengine is an open source, time-series database optimized for Internet of Things devices. Prior to 3.4.1.15, a user with create udf privilege could upload a crafted shared library and install it as a user-defined function, such as eval, then execute arbitrary C code on the TDengine server side...

7.2CVSS6.3AI score0.0054EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/07/15 6:54 p.m.43 views

CVE-2026-62350 TDengine: UDF lead to RCE

TDengine is an open source, time-series database optimized for Internet of Things devices. Prior to 3.4.1.15, a user with create udf privilege could upload a crafted shared library and install it as a user-defined function, such as eval, then execute arbitrary C code on the TDengine server side...

7.2CVSS0.0054EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/15 6:51 p.m.10 views

CVE-2026-62355

TDengine is an open source, time-series database optimized for Internet of Things devices. Prior to 3.4.1.15, a Data Reader adminuser on a TDengine Cloud DB instance could run create udf even though standard users should have read-only permissions for non-database objects and show dnodes and crea...

5.4CVSS6.1AI score0.0023EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder