temporalio/sqlparser deeply nested unary expressions can cause a fatal stack overflow during AST traversal
21Vexday Risk Score
Sin señal de explotación. Ningún artefacto público de explotación conocido hasta ahora.
ssvc Trackcvss 8.7epss 0.6%
probabilidad de explotación
0.6%top 51% de las CVE
explotación observada
noninguna fuente lo reporta
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.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Productos afectados
Temporal Technologies, Inc. · temporalio/sqlparserTemporal Technologies, Inc. · Temporal ServerReferencias
https://github.com/temporalio/sqlparser/commit/0466b6b405accfaa781e4bef417933efc18bcaefhttps://github.com/temporalio/sqlparser/commit/1aae9baceee8e48525da8f56b07bf6a5ca7eb147https://github.com/temporalio/sqlparser/pull/6https://github.com/temporalio/sqlparser/pull/7https://github.com/temporalio/sqlparser/tree/v0.1.0https://github.com/temporalio/temporal/blob/v0.10.0/common/archiver/filestore/queryParser.go#L77-L132https://github.com/temporalio/temporal/pull/11202https://github.com/temporalio/temporal/releases/tag/v1.30.7https://github.com/temporalio/temporal/releases/tag/v1.31.3