SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-62349

HIGH · CVSS 8.3 EPSS 0.40% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-15 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

TDengine versions 3.4.1.6 and earlier contain a vulnerability in the trimString() function, which inadequately checks for buffer size before processing SQL escape sequences, leading to a potential one-byte out-of-bounds write. This flaw can result in denial of service and may allow for remote code execution, posing significant risks to systems utilizing this database. Organizations using affected versions should prioritize upgrading to version 3.4.1.14 to mitigate these security risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-62349
Severity
HIGH
CVSS
8.3
EPSS
0.40%

Original NVD Description

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 stack buffer tmpTokenBuf that can cause denial of service and potentially remote code execution. This issue is fixed in version 3.4.1.14.