๐Ÿ” CVE Alert

CVE-2026-65651

UNKNOWN 0.0

temporalio/sqlparser deeply nested unary expressions can cause a fatal stack overflow during AST traversal

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

temporalio/sqlparser accepts SQL containing deeply nested unary expressions and can return a correspondingly deep abstract syntax tree without enforcing an applicable nesting limit. The library's String and Walk operations recursively traverse that tree. An application that parses attacker-controlled SQL and later formats or walks the returned tree can encounter a runtime-fatal Go stack overflow that terminates the process; Go panic recovery cannot contain this condition. Temporal Server passes caller-controlled query input through the affected parser in archival, visibility, and worker-query paths. In affected validation paths, the Server recursively formats an invalid expression while constructing an error. In a supported authenticated deployment, a caller with namespace read permission can terminate the receiving Frontend or Matching process. The dynamically confirmed ListWorkers route additionally requires at least one retained worker heartbeat. Repeated requests can sustain a denial of service. The issue affects availability only; no confidentiality or integrity impact was identified.

CWE CWE-674
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-20141206041240-1aae9baceee8 < 0.0.0-20260721183058-0466b6b405ac
Temporal Technologies, Inc. / Temporal Server
0.10.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/commit/1aae9baceee8e48525da8f56b07bf6a5ca7eb147 github.com: https://github.com/temporalio/sqlparser/pull/6 github.com: https://github.com/temporalio/sqlparser/commit/0466b6b405accfaa781e4bef417933efc18bcaef github.com: https://github.com/temporalio/sqlparser/tree/v0.1.0 github.com: https://github.com/temporalio/sqlparser/pull/7 github.com: https://github.com/temporalio/temporal/pull/11202 github.com: https://github.com/temporalio/temporal/blob/v0.10.0/common/archiver/filestore/queryParser.go#L77-L132 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