CVE-2026-65651

Source
https://cve.org/CVERecord?id=CVE-2026-65651
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-65651.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-65651
Published
2026-09-21T11:34:05Z
Modified
2026-09-24T03:30:41Z
Severity
  • 8.7 (High) CVSS_V4 - 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 CVSS Calculator
Summary
temporalio/sqlparser deeply nested unary expressions can cause a fatal stack overflow during AST traversal
Details

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.

Database specific
{
    "cna_assigner":  "Temporal",
    "cwe_ids":  [
        "CWE-674"
    ],
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/65xxx/CVE-2026-65651.json",
    "unresolved_ranges":  [
        {
            "extracted_events":  [
                {
                    "introduced":  "0.0.0-20141206041240-1aae9baceee8"
                },
                {
                    "fixed":  "0.0.0-20260721183058-0466b6b405ac"
                }
            ],
            "source":  "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/temporalio/sqlparser

Affected ranges

Type
GIT
Repo
https://github.com/temporalio/sqlparser
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Database specific
Show details
{
    "source":  "REFERENCES"
}
Type
GIT
Repo
https://github.com/temporalio/temporal
Events
Database specific
Show details
{
    "extracted_events":  [
        {
            "introduced":  "0.10.0"
        },
        {
            "last_affected":  "1.29.7"
        },
        {
            "introduced":  "1.30.0"
        },
        {
            "fixed":  "1.30.7"
        },
        {
            "introduced":  "1.31.0"
        },
        {
            "fixed":  "1.31.3"
        }
    ],
    "source":  [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Affected versions

v1.*
v1.30.0
v1.30.1
v1.30.2
v1.30.3
v1.30.4
v1.30.4.1
v1.30.5
v1.30.6
v1.31.0
v1.31.1
v1.31.2

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-65651.json"