๐Ÿ” CVE Alert

CVE-2026-16651

UNKNOWN 0.0

temporalio/sqlparser malformed MySQL version comments can cause a panic

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

temporalio/sqlparser can panic when Parse, ParseStrictDDL, or ParseNext processes a MySQL version comment whose contents are empty or consist only of one to five decimal digits. ExtractMysqlComment does not check the -1 result returned by strings.IndexFunc before using it as a slice boundary. The resulting Go runtime panic propagates unless the caller recovers it on the parsing goroutine, so applications that parse attacker-controlled SQL can terminate. Temporal Server exposes the affected parser through ListWorkers. When that API is enabled, an authenticated caller with namespace read permission can submit a malformed query that terminates the receiving Matching process. Repeated requests can sustain a denial of service. The issue affects availability only; no confidentiality or integrity impact was identified.

CWE CWE-129
Vendor temporal technologies, inc.
Product temporalio/sqlparser
Published Sep 21, 2026
Stay Ahead of the Next One

Get instant alerts for temporal technologies, inc. temporalio/sqlparser

Be the first to know when new unknown vulnerabilities affecting temporal technologies, inc. temporalio/sqlparser are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Temporal Technologies, Inc. / temporalio/sqlparser
0.0.0-20180604150908-b055e9c9b4fa < 0.0.0-20260721183040-74181ffcbaaf
Temporal Technologies, Inc. / Temporal Server
1.29.0 โ‰ค 1.29.7 1.30.0 < 1.30.7 1.31.0 < 1.31.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/temporalio/sqlparser/pull/5 github.com: https://github.com/temporalio/sqlparser/commit/74181ffcbaaf0c52faa925f4cf27ed6c0c2be86f github.com: https://github.com/temporalio/sqlparser/tree/v0.1.0 github.com: https://github.com/temporalio/temporal/pull/11190 github.com: https://github.com/temporalio/temporal/pull/11090 github.com: https://github.com/temporalio/temporal/releases/tag/v1.30.7 github.com: https://github.com/temporalio/temporal/releases/tag/v1.31.3

Credits

An external security researcher who reported this issue responsibly to Temporal Technologies