CVE-2026-87858 (GCVE-0-2026-87858)

Vulnerability from cvelistv5 – Published: 2026-09-21 11:39 – Updated: 2026-09-21 15:25
VLAI
Title
Temporal Server completion callback source header can direct attacker-chosen requests to the internal frontend with administrator authorization
Summary
Temporal Server decided whether a Workflow completion callback was internal by reading a caller-supplied HTTP header. An authenticated caller holding only write permission in a single namespace could attach a completion callback whose URL host matched the configured callback address allowlist, whose URL path was any Temporal HTTP API route, and whose header map contained a non-empty header named source. When the History service delivered that callback, the non-empty source header caused it to re-target the request at the local frontend client and rewrite only the scheme and host, preserving the caller's path, query, and request body. Where an internal frontend is deployed with its HTTP API enabled, that client resolves to the internal frontend, which authorizes every request as a system administrator without requiring authentication information. The result is that the server performs an attacker-chosen state-changing HTTP POST against its own administrative API on the caller's behalf, in namespaces where the caller has no permission. The caller never needs network access to the internal frontend, because the History service makes the request. Confirmed effects include terminating Workflows in other namespaces, registering namespaces, modifying another namespace's configuration, and deleting another namespace and its Workflows. The affected routing logic is present in both the HSM and CHASM callback delivery implementations. This description and the CVSS score in this record describe releases 1.30.0 and later, where any non-empty source header is sufficient. Releases 1.25.0 through 1.29.7 are affected by a narrower form of the same defect in which the header must exactly match a configured cluster ID, a UUID that a namespace-scoped caller cannot read through the API. The consequence once that match occurs is the same, but the attack is materially harder and scores lower. To determine whether a deployment is affected, check two settings together: the static Server configuration for a non-zero services.internal-frontend.rpc.httpPort, and the effective per-namespace dynamic configuration value of component.callbacks.allowedAddresses. A deployment is exposed only when an internal frontend is deployed with a non-zero HTTP port, at least one allowlist rule admits a host, and authorization is enabled. The allowlist is empty by default, which denies all external callback URLs, and the stock static topology does not include an internal frontend. Note that a failed attach returns the error 'invalid url: url does not match any configured callback address', which proves only that one tested URL did not match and does not prove the effective allowlist is empty. To look for callbacks already attached, use DescribeWorkflowExecution, which returns callback information for a Workflow's registered completion callbacks. Operators should be aware of a gap when searching for evidence of delivery: the frontend HTTP API server records the request method and URL at debug level only, so at default log levels a delivered request is not written to the internal frontend's logs, and the absence of such log entries is not evidence that the issue was not exploited.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-21 15:25 UTC
CWE
  • CWE-807 - Reliance on Untrusted Inputs in a Security Decision
Impacted products
Vendor Product Version CPE status
Temporal Technologies, Inc. Temporal Server Affected: 1.30.0 , < 1.30.7 (semver)
Affected: 1.31.0 , < 1.31.3 (semver)
    cpe:2.3:a:temporal:temporal:*:*:*:*:*:*:*:*
Create a notification for this product.
Temporal Technologies, Inc. Temporal Server Affected: 1.25.0 , ≤ 1.29.7 (semver)
    cpe:2.3:a:temporal:temporal:*:*:*:*:*:*:*:*
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-87858",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-09-21T15:25:09.392404Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-09-21T15:25:30.901Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "collectionURL": "https://pkg.go.dev",
          "cpes": [
            "cpe:2.3:a:temporal:temporal:*:*:*:*:*:*:*:*"
          ],
          "defaultStatus": "unaffected",
          "modules": [
            "History",
            "Frontend"
          ],
          "packageName": "go.temporal.io/server",
          "product": "Temporal Server",
          "programFiles": [
            "components/callbacks/request.go",
            "chasm/lib/callback/request.go",
            "service/frontend/workflow_handler.go",
            "common/authorization/claim_mapper.go"
          ],
          "programRoutines": [
            {
              "name": "routeRequest"
            },
            {
              "name": "validateWorkflowCompletionCallbacks"
            },
            {
              "name": "validateCallbackURL"
            },
            {
              "name": "internalClaimMapper.GetClaims"
            }
          ],
          "repo": "https://github.com/temporalio/temporal",
          "vendor": "Temporal Technologies, Inc.",
          "versions": [
            {
              "lessThan": "1.30.7",
              "status": "affected",
              "version": "1.30.0",
              "versionType": "semver"
            },
            {
              "lessThan": "1.31.3",
              "status": "affected",
              "version": "1.31.0",
              "versionType": "semver"
            }
          ]
        },
        {
          "collectionURL": "https://pkg.go.dev",
          "cpes": [
            "cpe:2.3:a:temporal:temporal:*:*:*:*:*:*:*:*"
          ],
          "defaultStatus": "unaffected",
          "modules": [
            "History",
            "Frontend"
          ],
          "packageName": "go.temporal.io/server",
          "product": "Temporal Server",
          "programFiles": [
            "components/callbacks/fx.go",
            "service/frontend/workflow_handler.go",
            "common/authorization/claim_mapper.go"
          ],
          "programRoutines": [
            {
              "name": "HTTPCallerProviderProvider"
            },
            {
              "name": "validateWorkflowCompletionCallbacks"
            },
            {
              "name": "validateCallbackURL"
            },
            {
              "name": "internalClaimMapper.GetClaims"
            }
          ],
          "repo": "https://github.com/temporalio/temporal",
          "vendor": "Temporal Technologies, Inc.",
          "versions": [
            {
              "lessThanOrEqual": "1.29.7",
              "status": "affected",
              "version": "1.25.0",
              "versionType": "semver"
            }
          ]
        }
      ],
      "configurations": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eExploitation requires all of the following at once. Authorization must be enabled through a configured authorizer and claim mapper; without it every caller already holds administrative rights and there is no boundary to cross. The caller must be able to call StartWorkflowExecution in some namespace. An internal frontend must be deployed with services.internal-frontend.rpc.httpPort set to a non-zero value; the stock static topology contains no internal frontend, and an omitted or zero port disables its HTTP API. At least one rule in the effective per-namespace component.callbacks.allowedAddresses value must admit the supplied URL host; the code default is an empty rule set, which denies all external callback URLs. In the bundled config/docker.yaml template, setting USE_INTERNAL_FRONTEND also defaults INTERNAL_FRONTEND_HTTP_PORT to 7246, so opting into the internal frontend in that template also enables its HTTP API unless the rendered port is explicitly zero. Only the URL host is matched against the allowlist; the path and query are never validated, and the allowlist is not consulted again when the request is re-targeted internally.\u003c/p\u003e"
            }
          ],
          "value": "Exploitation requires all of the following at once. Authorization must be enabled through a configured authorizer and claim mapper; without it every caller already holds administrative rights and there is no boundary to cross. The caller must be able to call StartWorkflowExecution in some namespace. An internal frontend must be deployed with services.internal-frontend.rpc.httpPort set to a non-zero value; the stock static topology contains no internal frontend, and an omitted or zero port disables its HTTP API. At least one rule in the effective per-namespace component.callbacks.allowedAddresses value must admit the supplied URL host; the code default is an empty rule set, which denies all external callback URLs. In the bundled config/docker.yaml template, setting USE_INTERNAL_FRONTEND also defaults INTERNAL_FRONTEND_HTTP_PORT to 7246, so opting into the internal frontend in that template also enables its HTTP API unless the rendered port is explicitly zero. Only the URL host is matched against the allowlist; the path and query are never validated, and the allowlist is not consulted again when the request is re-targeted internally."
        },
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eReleases 1.25.0 through 1.29.7 are affected by a narrower form of the same defect and are listed as a separate affected entry above. In those releases the delivery path routes a callback internally only when the caller-supplied source header exactly matches a configured cluster ID, and an unrecognized value falls back to the external client rather than the local one. When that match does occur the request is re-targeted the same way, rewriting only the scheme and host while preserving the caller\u0027s path and query, so the outcome is identical once the precondition is met. The same requirement for an internal frontend with a non-zero rpc.httpPort applies. A cluster ID is a UUID: if the configured value is not a valid UUID the server generates a random one at startup, and reading it through GetClusterInfo requires a cluster-scoped read role that a namespace-scoped caller does not hold. Beginning in 1.30.0 the exact-match requirement was removed and any non-empty source header routes internally, which is why the two ranges are described separately. No fix is planned for 1.25 through 1.29; those releases fall outside the supported window, which covers the last three minor versions. Falling outside that window is a statement about support, not a statement that those releases are unaffected.\u003c/p\u003e"
            }
          ],
          "value": "Releases 1.25.0 through 1.29.7 are affected by a narrower form of the same defect and are listed as a separate affected entry above. In those releases the delivery path routes a callback internally only when the caller-supplied source header exactly matches a configured cluster ID, and an unrecognized value falls back to the external client rather than the local one. When that match does occur the request is re-targeted the same way, rewriting only the scheme and host while preserving the caller\u0027s path and query, so the outcome is identical once the precondition is met. The same requirement for an internal frontend with a non-zero rpc.httpPort applies. A cluster ID is a UUID: if the configured value is not a valid UUID the server generates a random one at startup, and reading it through GetClusterInfo requires a cluster-scoped read role that a namespace-scoped caller does not hold. Beginning in 1.30.0 the exact-match requirement was removed and any non-empty source header routes internally, which is why the two ranges are described separately. No fix is planned for 1.25 through 1.29; those releases fall outside the supported window, which covers the last three minor versions. Falling outside that window is a statement about support, not a statement that those releases are unaffected."
        },
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eThe CVSS score in this record describes the worst case, which is releases 1.30.0 and later where any non-empty source header is sufficient. It does not apply uniformly to every listed version. For releases 1.25.0 through 1.29.7 the attacker must additionally supply an exact cluster ID UUID that a namespace-scoped caller cannot read through the API, which raises Attack Complexity to High and yields CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N, 6.1 Medium.\u003c/p\u003e"
            }
          ],
          "value": "The CVSS score in this record describes the worst case, which is releases 1.30.0 and later where any non-empty source header is sufficient. It does not apply uniformly to every listed version. For releases 1.25.0 through 1.29.7 the attacker must additionally supply an exact cluster ID UUID that a namespace-scoped caller cannot read through the API, which raises Attack Complexity to High and yields CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N, 6.1 Medium."
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "An external security researcher who reported this issue responsibly to Temporal Technologies"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eTemporal Server decided whether a Workflow completion callback was internal by reading a caller-supplied HTTP header. An authenticated caller holding only write permission in a single namespace could attach a completion callback whose URL host matched the configured callback address allowlist, whose URL path was any Temporal HTTP API route, and whose header map contained a non-empty header named source. When the History service delivered that callback, the non-empty source header caused it to re-target the request at the local frontend client and rewrite only the scheme and host, preserving the caller\u0027s path, query, and request body. Where an internal frontend is deployed with its HTTP API enabled, that client resolves to the internal frontend, which authorizes every request as a system administrator without requiring authentication information. The result is that the server performs an attacker-chosen state-changing HTTP POST against its own administrative API on the caller\u0027s behalf, in namespaces where the caller has no permission. The caller never needs network access to the internal frontend, because the History service makes the request. Confirmed effects include terminating Workflows in other namespaces, registering namespaces, modifying another namespace\u0027s configuration, and deleting another namespace and its Workflows. The affected routing logic is present in both the HSM and CHASM callback delivery implementations. This description and the CVSS score in this record describe releases 1.30.0 and later, where any non-empty source header is sufficient. Releases 1.25.0 through 1.29.7 are affected by a narrower form of the same defect in which the header must exactly match a configured cluster ID, a UUID that a namespace-scoped caller cannot read through the API. The consequence once that match occurs is the same, but the attack is materially harder and scores lower. To determine whether a deployment is affected, check two settings together: the static Server configuration for a non-zero services.internal-frontend.rpc.httpPort, and the effective per-namespace dynamic configuration value of component.callbacks.allowedAddresses. A deployment is exposed only when an internal frontend is deployed with a non-zero HTTP port, at least one allowlist rule admits a host, and authorization is enabled. The allowlist is empty by default, which denies all external callback URLs, and the stock static topology does not include an internal frontend. Note that a failed attach returns the error \u0027invalid url: url does not match any configured callback address\u0027, which proves only that one tested URL did not match and does not prove the effective allowlist is empty. To look for callbacks already attached, use DescribeWorkflowExecution, which returns callback information for a Workflow\u0027s registered completion callbacks. Operators should be aware of a gap when searching for evidence of delivery: the frontend HTTP API server records the request method and URL at debug level only, so at default log levels a delivered request is not written to the internal frontend\u0027s logs, and the absence of such log entries is not evidence that the issue was not exploited.\u003c/p\u003e"
            }
          ],
          "value": "Temporal Server decided whether a Workflow completion callback was internal by reading a caller-supplied HTTP header. An authenticated caller holding only write permission in a single namespace could attach a completion callback whose URL host matched the configured callback address allowlist, whose URL path was any Temporal HTTP API route, and whose header map contained a non-empty header named source. When the History service delivered that callback, the non-empty source header caused it to re-target the request at the local frontend client and rewrite only the scheme and host, preserving the caller\u0027s path, query, and request body. Where an internal frontend is deployed with its HTTP API enabled, that client resolves to the internal frontend, which authorizes every request as a system administrator without requiring authentication information. The result is that the server performs an attacker-chosen state-changing HTTP POST against its own administrative API on the caller\u0027s behalf, in namespaces where the caller has no permission. The caller never needs network access to the internal frontend, because the History service makes the request. Confirmed effects include terminating Workflows in other namespaces, registering namespaces, modifying another namespace\u0027s configuration, and deleting another namespace and its Workflows. The affected routing logic is present in both the HSM and CHASM callback delivery implementations. This description and the CVSS score in this record describe releases 1.30.0 and later, where any non-empty source header is sufficient. Releases 1.25.0 through 1.29.7 are affected by a narrower form of the same defect in which the header must exactly match a configured cluster ID, a UUID that a namespace-scoped caller cannot read through the API. The consequence once that match occurs is the same, but the attack is materially harder and scores lower. To determine whether a deployment is affected, check two settings together: the static Server configuration for a non-zero services.internal-frontend.rpc.httpPort, and the effective per-namespace dynamic configuration value of component.callbacks.allowedAddresses. A deployment is exposed only when an internal frontend is deployed with a non-zero HTTP port, at least one allowlist rule admits a host, and authorization is enabled. The allowlist is empty by default, which denies all external callback URLs, and the stock static topology does not include an internal frontend. Note that a failed attach returns the error \u0027invalid url: url does not match any configured callback address\u0027, which proves only that one tested URL did not match and does not prove the effective allowlist is empty. To look for callbacks already attached, use DescribeWorkflowExecution, which returns callback information for a Workflow\u0027s registered completion callbacks. Operators should be aware of a gap when searching for evidence of delivery: the frontend HTTP API server records the request method and URL at debug level only, so at default log levels a delivered request is not written to the internal frontend\u0027s logs, and the absence of such log entries is not evidence that the issue was not exploited."
        }
      ],
      "impacts": [
        {
          "descriptions": [
            {
              "lang": "en",
              "value": "Privilege escalation from a single-namespace caller to cluster administrator, resulting in unauthorized state-changing operations against any namespace in the cluster. Confirmed effects include terminating another namespace\u0027s Workflows, registering namespaces, modifying another namespace\u0027s configuration, and deleting another namespace together with its Workflows. No confidentiality impact was identified; the request path is write-only and response bodies are discarded."
            }
          ]
        }
      ],
      "metrics": [
        {
          "cvssV4_0": {
            "Automatable": "NOT_DEFINED",
            "Recovery": "NOT_DEFINED",
            "Safety": "NOT_DEFINED",
            "attackComplexity": "LOW",
            "attackRequirements": "NONE",
            "attackVector": "NETWORK",
            "baseScore": 7.2,
            "baseSeverity": "HIGH",
            "exploitMaturity": "NOT_DEFINED",
            "privilegesRequired": "LOW",
            "providerUrgency": "NOT_DEFINED",
            "subAvailabilityImpact": "NONE",
            "subConfidentialityImpact": "NONE",
            "subIntegrityImpact": "NONE",
            "userInteraction": "NONE",
            "valueDensity": "NOT_DEFINED",
            "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N",
            "version": "4.0",
            "vulnAvailabilityImpact": "HIGH",
            "vulnConfidentialityImpact": "NONE",
            "vulnIntegrityImpact": "HIGH",
            "vulnerabilityResponseEffort": "NOT_DEFINED"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-807",
              "description": "CWE-807: Reliance on Untrusted Inputs in a Security Decision",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-21T11:39:52.412Z",
        "orgId": "61241ed8-fa44-4f23-92db-b8c443751968",
        "shortName": "Temporal"
      },
      "references": [
        {
          "name": "Fix pull request",
          "tags": [
            "patch"
          ],
          "url": "https://github.com/temporalio/temporal/pull/11965"
        },
        {
          "name": "1.31 backport, adds the callback.inspectSourceHeader toggle defaulted to true",
          "tags": [
            "patch"
          ],
          "url": "https://github.com/temporalio/temporal/pull/11982"
        },
        {
          "name": "1.30 backport, adds the callback.inspectSourceHeader toggle defaulted to true",
          "tags": [
            "patch"
          ],
          "url": "https://github.com/temporalio/temporal/pull/12085"
        },
        {
          "name": "Temporal Server 1.30.7",
          "tags": [
            "release-notes"
          ],
          "url": "https://github.com/temporalio/temporal/releases/tag/v1.30.7"
        },
        {
          "name": "Temporal Server 1.31.3",
          "tags": [
            "release-notes"
          ],
          "url": "https://github.com/temporalio/temporal/releases/tag/v1.31.3"
        },
        {
          "name": "Temporal Server 1.32.0",
          "tags": [
            "release-notes"
          ],
          "url": "https://github.com/temporalio/temporal/releases/tag/v1.32.0"
        }
      ],
      "solutions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eUpgrade to Temporal Server 1.32.0, which ships callback.inspectSourceHeader set to false and needs no further change. The fix makes the completion-callback source header opt-in behind the callback.inspectSourceHeader setting, so a callback\u0027s internality is decided from the server-generated callback URL rather than from a caller-supplied header. Releases 1.30.7 and 1.31.3 carry the same code but ship callback.inspectSourceHeader set to true for mixed-version compatibility while callbacks created with the older callback URL template drain, and while it is true the routing behavior matches the affected releases; an operator upgrading within the 1.30 or 1.31 line must therefore also set callback.inspectSourceHeader to false once every pre-fix server has drained. Operators who set callback.inspectSourceHeader to true restore the pre-fix behavior in full, including preservation of the caller\u0027s path and query across the internal rewrite, and should not enable it on a cluster that accepts caller-supplied completion callbacks. Temporal Server releases in the 1.25.0 through 1.29.7 range are outside the supported window and receive no fix; operators on those releases should upgrade to a supported line.\u003c/p\u003e"
            }
          ],
          "value": "Upgrade to Temporal Server 1.32.0, which ships callback.inspectSourceHeader set to false and needs no further change. The fix makes the completion-callback source header opt-in behind the callback.inspectSourceHeader setting, so a callback\u0027s internality is decided from the server-generated callback URL rather than from a caller-supplied header. Releases 1.30.7 and 1.31.3 carry the same code but ship callback.inspectSourceHeader set to true for mixed-version compatibility while callbacks created with the older callback URL template drain, and while it is true the routing behavior matches the affected releases; an operator upgrading within the 1.30 or 1.31 line must therefore also set callback.inspectSourceHeader to false once every pre-fix server has drained. Operators who set callback.inspectSourceHeader to true restore the pre-fix behavior in full, including preservation of the caller\u0027s path and query across the internal rewrite, and should not enable it on a cluster that accepts caller-supplied completion callbacks. Temporal Server releases in the 1.25.0 through 1.29.7 range are outside the supported window and receive no fix; operators on those releases should upgrade to a supported line."
        }
      ],
      "source": {
        "discovery": "EXTERNAL"
      },
      "title": "Temporal Server completion callback source header can direct attacker-chosen requests to the internal frontend with administrator authorization",
      "workarounds": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eUntil a fixed release is available, a cluster that does not accept externally addressed Workflow completion callbacks can set the effective component.callbacks.allowedAddresses dynamic configuration value to an empty list, and remove or empty any more specific namespace-constrained entries that admit a host. Verify the effective value for every namespace in scope. An absent key already has the same deny-all default, but an explicit empty value is easier to audit. This rejects external http and https callback URLs at StartWorkflowExecution, before persistence and before either delivery implementation runs. It is a targeted mitigation rather than a way to disable Nexus: the reserved internal forms temporal://system and temporal://internal remain admitted, and there is no supported cluster-wide setting that turns Nexus off. As a separate defense in depth, operators that do not need the internal frontend\u0027s HTTP API can remove that service or set services.internal-frontend.rpc.httpPort to zero after confirming no internal consumers depend on it; this closes the administrative amplifier but does not correct the routing defect itself. Restricting or removing Nexus endpoints is not sufficient, because attaching the affected completion callback does not require a registered Nexus endpoint.\u003c/p\u003e"
            }
          ],
          "value": "Until a fixed release is available, a cluster that does not accept externally addressed Workflow completion callbacks can set the effective component.callbacks.allowedAddresses dynamic configuration value to an empty list, and remove or empty any more specific namespace-constrained entries that admit a host. Verify the effective value for every namespace in scope. An absent key already has the same deny-all default, but an explicit empty value is easier to audit. This rejects external http and https callback URLs at StartWorkflowExecution, before persistence and before either delivery implementation runs. It is a targeted mitigation rather than a way to disable Nexus: the reserved internal forms temporal://system and temporal://internal remain admitted, and there is no supported cluster-wide setting that turns Nexus off. As a separate defense in depth, operators that do not need the internal frontend\u0027s HTTP API can remove that service or set services.internal-frontend.rpc.httpPort to zero after confirming no internal consumers depend on it; this closes the administrative amplifier but does not correct the routing defect itself. Restricting or removing Nexus endpoints is not sufficient, because attaching the affected completion callback does not require a registered Nexus endpoint."
        }
      ]
    }
  },
  "cveMetadata": {
    "assignerOrgId": "61241ed8-fa44-4f23-92db-b8c443751968",
    "assignerShortName": "Temporal",
    "cveId": "CVE-2026-87858",
    "datePublished": "2026-09-21T11:39:52.412Z",
    "dateReserved": "2026-09-09T13:05:43.884Z",
    "dateUpdated": "2026-09-21T15:25:30.901Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "collectionURL": "https://pkg.go.dev",
                "cpes": [
                  "cpe:2.3:a:temporal:temporal:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unaffected",
                "modules": [
                  "History",
                  "Frontend"
                ],
                "packageName": "go.temporal.io/server",
                "product": "Temporal Server",
                "programFiles": [
                  "components/callbacks/request.go",
                  "chasm/lib/callback/request.go",
                  "service/frontend/workflow_handler.go",
                  "common/authorization/claim_mapper.go"
                ],
                "programRoutines": [
                  {
                    "name": "routeRequest"
                  },
                  {
                    "name": "validateWorkflowCompletionCallbacks"
                  },
                  {
                    "name": "validateCallbackURL"
                  },
                  {
                    "name": "internalClaimMapper.GetClaims"
                  }
                ],
                "repo": "https://github.com/temporalio/temporal",
                "vendor": "Temporal Technologies, Inc.",
                "versions": [
                  {
                    "lessThan": "1.30.7",
                    "status": "affected",
                    "version": "1.30.0",
                    "versionType": "semver"
                  },
                  {
                    "lessThan": "1.31.3",
                    "status": "affected",
                    "version": "1.31.0",
                    "versionType": "semver"
                  }
                ]
              },
              {
                "collectionURL": "https://pkg.go.dev",
                "cpes": [
                  "cpe:2.3:a:temporal:temporal:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unaffected",
                "modules": [
                  "History",
                  "Frontend"
                ],
                "packageName": "go.temporal.io/server",
                "product": "Temporal Server",
                "programFiles": [
                  "components/callbacks/fx.go",
                  "service/frontend/workflow_handler.go",
                  "common/authorization/claim_mapper.go"
                ],
                "programRoutines": [
                  {
                    "name": "HTTPCallerProviderProvider"
                  },
                  {
                    "name": "validateWorkflowCompletionCallbacks"
                  },
                  {
                    "name": "validateCallbackURL"
                  },
                  {
                    "name": "internalClaimMapper.GetClaims"
                  }
                ],
                "repo": "https://github.com/temporalio/temporal",
                "vendor": "Temporal Technologies, Inc.",
                "versions": [
                  {
                    "lessThanOrEqual": "1.29.7",
                    "status": "affected",
                    "version": "1.25.0",
                    "versionType": "semver"
                  }
                ]
              }
            ],
            "source": "security@temporal.io"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "Temporal Server decided whether a Workflow completion callback was internal by reading a caller-supplied HTTP header. An authenticated caller holding only write permission in a single namespace could attach a completion callback whose URL host matched the configured callback address allowlist, whose URL path was any Temporal HTTP API route, and whose header map contained a non-empty header named source. When the History service delivered that callback, the non-empty source header caused it to re-target the request at the local frontend client and rewrite only the scheme and host, preserving the caller\u0027s path, query, and request body. Where an internal frontend is deployed with its HTTP API enabled, that client resolves to the internal frontend, which authorizes every request as a system administrator without requiring authentication information. The result is that the server performs an attacker-chosen state-changing HTTP POST against its own administrative API on the caller\u0027s behalf, in namespaces where the caller has no permission. The caller never needs network access to the internal frontend, because the History service makes the request. Confirmed effects include terminating Workflows in other namespaces, registering namespaces, modifying another namespace\u0027s configuration, and deleting another namespace and its Workflows. The affected routing logic is present in both the HSM and CHASM callback delivery implementations. This description and the CVSS score in this record describe releases 1.30.0 and later, where any non-empty source header is sufficient. Releases 1.25.0 through 1.29.7 are affected by a narrower form of the same defect in which the header must exactly match a configured cluster ID, a UUID that a namespace-scoped caller cannot read through the API. The consequence once that match occurs is the same, but the attack is materially harder and scores lower. To determine whether a deployment is affected, check two settings together: the static Server configuration for a non-zero services.internal-frontend.rpc.httpPort, and the effective per-namespace dynamic configuration value of component.callbacks.allowedAddresses. A deployment is exposed only when an internal frontend is deployed with a non-zero HTTP port, at least one allowlist rule admits a host, and authorization is enabled. The allowlist is empty by default, which denies all external callback URLs, and the stock static topology does not include an internal frontend. Note that a failed attach returns the error \u0027invalid url: url does not match any configured callback address\u0027, which proves only that one tested URL did not match and does not prove the effective allowlist is empty. To look for callbacks already attached, use DescribeWorkflowExecution, which returns callback information for a Workflow\u0027s registered completion callbacks. Operators should be aware of a gap when searching for evidence of delivery: the frontend HTTP API server records the request method and URL at debug level only, so at default log levels a delivered request is not written to the internal frontend\u0027s logs, and the absence of such log entries is not evidence that the issue was not exploited."
          }
        ],
        "id": "CVE-2026-87858",
        "lastModified": "2026-09-21T16:17:25.710",
        "metrics": {
          "cvssMetricV40": [
            {
              "cvssData": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "availabilityRequirement": "NOT_DEFINED",
                "baseScore": 7.2,
                "baseSeverity": "HIGH",
                "confidentialityRequirement": "NOT_DEFINED",
                "exploitMaturity": "NOT_DEFINED",
                "integrityRequirement": "NOT_DEFINED",
                "modifiedAttackComplexity": "NOT_DEFINED",
                "modifiedAttackRequirements": "NOT_DEFINED",
                "modifiedAttackVector": "NOT_DEFINED",
                "modifiedPrivilegesRequired": "NOT_DEFINED",
                "modifiedSubAvailabilityImpact": "NOT_DEFINED",
                "modifiedSubConfidentialityImpact": "NOT_DEFINED",
                "modifiedSubIntegrityImpact": "NOT_DEFINED",
                "modifiedUserInteraction": "NOT_DEFINED",
                "modifiedVulnAvailabilityImpact": "NOT_DEFINED",
                "modifiedVulnConfidentialityImpact": "NOT_DEFINED",
                "modifiedVulnIntegrityImpact": "NOT_DEFINED",
                "privilegesRequired": "LOW",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "HIGH",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "source": "security@temporal.io",
              "type": "Secondary"
            }
          ],
          "ssvcV203": [
            {
              "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "ssvcData": {
                "id": "CVE-2026-87858",
                "options": [
                  {
                    "exploitation": "none"
                  },
                  {
                    "automatable": "no"
                  },
                  {
                    "technicalImpact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-09-21T15:25:09.392404Z",
                "version": "2.0.3"
              }
            }
          ]
        },
        "published": "2026-09-21T12:17:22.230",
        "references": [
          {
            "source": "security@temporal.io",
            "url": "https://github.com/temporalio/temporal/pull/11965"
          },
          {
            "source": "security@temporal.io",
            "url": "https://github.com/temporalio/temporal/pull/11982"
          },
          {
            "source": "security@temporal.io",
            "url": "https://github.com/temporalio/temporal/pull/12085"
          },
          {
            "source": "security@temporal.io",
            "url": "https://github.com/temporalio/temporal/releases/tag/v1.30.7"
          },
          {
            "source": "security@temporal.io",
            "url": "https://github.com/temporalio/temporal/releases/tag/v1.31.3"
          },
          {
            "source": "security@temporal.io",
            "url": "https://github.com/temporalio/temporal/releases/tag/v1.32.0"
          }
        ],
        "sourceIdentifier": "security@temporal.io",
        "vulnStatus": "Received",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-807"
              }
            ],
            "source": "security@temporal.io",
            "type": "Secondary"
          }
        ]
      }
    },
    "vulnrichment": {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-87858",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-09-21T15:25:09.392404Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-09-21T15:25:18.214Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "cpes": [
                "cpe:2.3:a:temporal:temporal:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "History",
                "Frontend"
              ],
              "packageName": "go.temporal.io/server",
              "product": "Temporal Server",
              "programFiles": [
                "components/callbacks/request.go",
                "chasm/lib/callback/request.go",
                "service/frontend/workflow_handler.go",
                "common/authorization/claim_mapper.go"
              ],
              "programRoutines": [
                {
                  "name": "routeRequest"
                },
                {
                  "name": "validateWorkflowCompletionCallbacks"
                },
                {
                  "name": "validateCallbackURL"
                },
                {
                  "name": "internalClaimMapper.GetClaims"
                }
              ],
              "repo": "https://github.com/temporalio/temporal",
              "vendor": "Temporal Technologies, Inc.",
              "versions": [
                {
                  "lessThan": "1.30.7",
                  "status": "affected",
                  "version": "1.30.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "1.31.3",
                  "status": "affected",
                  "version": "1.31.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://pkg.go.dev",
              "cpes": [
                "cpe:2.3:a:temporal:temporal:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "History",
                "Frontend"
              ],
              "packageName": "go.temporal.io/server",
              "product": "Temporal Server",
              "programFiles": [
                "components/callbacks/fx.go",
                "service/frontend/workflow_handler.go",
                "common/authorization/claim_mapper.go"
              ],
              "programRoutines": [
                {
                  "name": "HTTPCallerProviderProvider"
                },
                {
                  "name": "validateWorkflowCompletionCallbacks"
                },
                {
                  "name": "validateCallbackURL"
                },
                {
                  "name": "internalClaimMapper.GetClaims"
                }
              ],
              "repo": "https://github.com/temporalio/temporal",
              "vendor": "Temporal Technologies, Inc.",
              "versions": [
                {
                  "lessThanOrEqual": "1.29.7",
                  "status": "affected",
                  "version": "1.25.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "configurations": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eExploitation requires all of the following at once. Authorization must be enabled through a configured authorizer and claim mapper; without it every caller already holds administrative rights and there is no boundary to cross. The caller must be able to call StartWorkflowExecution in some namespace. An internal frontend must be deployed with services.internal-frontend.rpc.httpPort set to a non-zero value; the stock static topology contains no internal frontend, and an omitted or zero port disables its HTTP API. At least one rule in the effective per-namespace component.callbacks.allowedAddresses value must admit the supplied URL host; the code default is an empty rule set, which denies all external callback URLs. In the bundled config/docker.yaml template, setting USE_INTERNAL_FRONTEND also defaults INTERNAL_FRONTEND_HTTP_PORT to 7246, so opting into the internal frontend in that template also enables its HTTP API unless the rendered port is explicitly zero. Only the URL host is matched against the allowlist; the path and query are never validated, and the allowlist is not consulted again when the request is re-targeted internally.\u003c/p\u003e"
                }
              ],
              "value": "Exploitation requires all of the following at once. Authorization must be enabled through a configured authorizer and claim mapper; without it every caller already holds administrative rights and there is no boundary to cross. The caller must be able to call StartWorkflowExecution in some namespace. An internal frontend must be deployed with services.internal-frontend.rpc.httpPort set to a non-zero value; the stock static topology contains no internal frontend, and an omitted or zero port disables its HTTP API. At least one rule in the effective per-namespace component.callbacks.allowedAddresses value must admit the supplied URL host; the code default is an empty rule set, which denies all external callback URLs. In the bundled config/docker.yaml template, setting USE_INTERNAL_FRONTEND also defaults INTERNAL_FRONTEND_HTTP_PORT to 7246, so opting into the internal frontend in that template also enables its HTTP API unless the rendered port is explicitly zero. Only the URL host is matched against the allowlist; the path and query are never validated, and the allowlist is not consulted again when the request is re-targeted internally."
            },
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eReleases 1.25.0 through 1.29.7 are affected by a narrower form of the same defect and are listed as a separate affected entry above. In those releases the delivery path routes a callback internally only when the caller-supplied source header exactly matches a configured cluster ID, and an unrecognized value falls back to the external client rather than the local one. When that match does occur the request is re-targeted the same way, rewriting only the scheme and host while preserving the caller\u0027s path and query, so the outcome is identical once the precondition is met. The same requirement for an internal frontend with a non-zero rpc.httpPort applies. A cluster ID is a UUID: if the configured value is not a valid UUID the server generates a random one at startup, and reading it through GetClusterInfo requires a cluster-scoped read role that a namespace-scoped caller does not hold. Beginning in 1.30.0 the exact-match requirement was removed and any non-empty source header routes internally, which is why the two ranges are described separately. No fix is planned for 1.25 through 1.29; those releases fall outside the supported window, which covers the last three minor versions. Falling outside that window is a statement about support, not a statement that those releases are unaffected.\u003c/p\u003e"
                }
              ],
              "value": "Releases 1.25.0 through 1.29.7 are affected by a narrower form of the same defect and are listed as a separate affected entry above. In those releases the delivery path routes a callback internally only when the caller-supplied source header exactly matches a configured cluster ID, and an unrecognized value falls back to the external client rather than the local one. When that match does occur the request is re-targeted the same way, rewriting only the scheme and host while preserving the caller\u0027s path and query, so the outcome is identical once the precondition is met. The same requirement for an internal frontend with a non-zero rpc.httpPort applies. A cluster ID is a UUID: if the configured value is not a valid UUID the server generates a random one at startup, and reading it through GetClusterInfo requires a cluster-scoped read role that a namespace-scoped caller does not hold. Beginning in 1.30.0 the exact-match requirement was removed and any non-empty source header routes internally, which is why the two ranges are described separately. No fix is planned for 1.25 through 1.29; those releases fall outside the supported window, which covers the last three minor versions. Falling outside that window is a statement about support, not a statement that those releases are unaffected."
            },
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eThe CVSS score in this record describes the worst case, which is releases 1.30.0 and later where any non-empty source header is sufficient. It does not apply uniformly to every listed version. For releases 1.25.0 through 1.29.7 the attacker must additionally supply an exact cluster ID UUID that a namespace-scoped caller cannot read through the API, which raises Attack Complexity to High and yields CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N, 6.1 Medium.\u003c/p\u003e"
                }
              ],
              "value": "The CVSS score in this record describes the worst case, which is releases 1.30.0 and later where any non-empty source header is sufficient. It does not apply uniformly to every listed version. For releases 1.25.0 through 1.29.7 the attacker must additionally supply an exact cluster ID UUID that a namespace-scoped caller cannot read through the API, which raises Attack Complexity to High and yields CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N, 6.1 Medium."
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "An external security researcher who reported this issue responsibly to Temporal Technologies"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eTemporal Server decided whether a Workflow completion callback was internal by reading a caller-supplied HTTP header. An authenticated caller holding only write permission in a single namespace could attach a completion callback whose URL host matched the configured callback address allowlist, whose URL path was any Temporal HTTP API route, and whose header map contained a non-empty header named source. When the History service delivered that callback, the non-empty source header caused it to re-target the request at the local frontend client and rewrite only the scheme and host, preserving the caller\u0027s path, query, and request body. Where an internal frontend is deployed with its HTTP API enabled, that client resolves to the internal frontend, which authorizes every request as a system administrator without requiring authentication information. The result is that the server performs an attacker-chosen state-changing HTTP POST against its own administrative API on the caller\u0027s behalf, in namespaces where the caller has no permission. The caller never needs network access to the internal frontend, because the History service makes the request. Confirmed effects include terminating Workflows in other namespaces, registering namespaces, modifying another namespace\u0027s configuration, and deleting another namespace and its Workflows. The affected routing logic is present in both the HSM and CHASM callback delivery implementations. This description and the CVSS score in this record describe releases 1.30.0 and later, where any non-empty source header is sufficient. Releases 1.25.0 through 1.29.7 are affected by a narrower form of the same defect in which the header must exactly match a configured cluster ID, a UUID that a namespace-scoped caller cannot read through the API. The consequence once that match occurs is the same, but the attack is materially harder and scores lower. To determine whether a deployment is affected, check two settings together: the static Server configuration for a non-zero services.internal-frontend.rpc.httpPort, and the effective per-namespace dynamic configuration value of component.callbacks.allowedAddresses. A deployment is exposed only when an internal frontend is deployed with a non-zero HTTP port, at least one allowlist rule admits a host, and authorization is enabled. The allowlist is empty by default, which denies all external callback URLs, and the stock static topology does not include an internal frontend. Note that a failed attach returns the error \u0027invalid url: url does not match any configured callback address\u0027, which proves only that one tested URL did not match and does not prove the effective allowlist is empty. To look for callbacks already attached, use DescribeWorkflowExecution, which returns callback information for a Workflow\u0027s registered completion callbacks. Operators should be aware of a gap when searching for evidence of delivery: the frontend HTTP API server records the request method and URL at debug level only, so at default log levels a delivered request is not written to the internal frontend\u0027s logs, and the absence of such log entries is not evidence that the issue was not exploited.\u003c/p\u003e"
                }
              ],
              "value": "Temporal Server decided whether a Workflow completion callback was internal by reading a caller-supplied HTTP header. An authenticated caller holding only write permission in a single namespace could attach a completion callback whose URL host matched the configured callback address allowlist, whose URL path was any Temporal HTTP API route, and whose header map contained a non-empty header named source. When the History service delivered that callback, the non-empty source header caused it to re-target the request at the local frontend client and rewrite only the scheme and host, preserving the caller\u0027s path, query, and request body. Where an internal frontend is deployed with its HTTP API enabled, that client resolves to the internal frontend, which authorizes every request as a system administrator without requiring authentication information. The result is that the server performs an attacker-chosen state-changing HTTP POST against its own administrative API on the caller\u0027s behalf, in namespaces where the caller has no permission. The caller never needs network access to the internal frontend, because the History service makes the request. Confirmed effects include terminating Workflows in other namespaces, registering namespaces, modifying another namespace\u0027s configuration, and deleting another namespace and its Workflows. The affected routing logic is present in both the HSM and CHASM callback delivery implementations. This description and the CVSS score in this record describe releases 1.30.0 and later, where any non-empty source header is sufficient. Releases 1.25.0 through 1.29.7 are affected by a narrower form of the same defect in which the header must exactly match a configured cluster ID, a UUID that a namespace-scoped caller cannot read through the API. The consequence once that match occurs is the same, but the attack is materially harder and scores lower. To determine whether a deployment is affected, check two settings together: the static Server configuration for a non-zero services.internal-frontend.rpc.httpPort, and the effective per-namespace dynamic configuration value of component.callbacks.allowedAddresses. A deployment is exposed only when an internal frontend is deployed with a non-zero HTTP port, at least one allowlist rule admits a host, and authorization is enabled. The allowlist is empty by default, which denies all external callback URLs, and the stock static topology does not include an internal frontend. Note that a failed attach returns the error \u0027invalid url: url does not match any configured callback address\u0027, which proves only that one tested URL did not match and does not prove the effective allowlist is empty. To look for callbacks already attached, use DescribeWorkflowExecution, which returns callback information for a Workflow\u0027s registered completion callbacks. Operators should be aware of a gap when searching for evidence of delivery: the frontend HTTP API server records the request method and URL at debug level only, so at default log levels a delivered request is not written to the internal frontend\u0027s logs, and the absence of such log entries is not evidence that the issue was not exploited."
            }
          ],
          "impacts": [
            {
              "descriptions": [
                {
                  "lang": "en",
                  "value": "Privilege escalation from a single-namespace caller to cluster administrator, resulting in unauthorized state-changing operations against any namespace in the cluster. Confirmed effects include terminating another namespace\u0027s Workflows, registering namespaces, modifying another namespace\u0027s configuration, and deleting another namespace together with its Workflows. No confidentiality impact was identified; the request path is write-only and response bodies are discarded."
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 7.2,
                "baseSeverity": "HIGH",
                "exploitMaturity": "NOT_DEFINED",
                "privilegesRequired": "LOW",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "HIGH",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-807",
                  "description": "CWE-807: Reliance on Untrusted Inputs in a Security Decision",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-09-21T11:39:52.412Z",
            "orgId": "61241ed8-fa44-4f23-92db-b8c443751968",
            "shortName": "Temporal"
          },
          "references": [
            {
              "name": "Fix pull request",
              "tags": [
                "patch"
              ],
              "url": "https://github.com/temporalio/temporal/pull/11965"
            },
            {
              "name": "1.31 backport, adds the callback.inspectSourceHeader toggle defaulted to true",
              "tags": [
                "patch"
              ],
              "url": "https://github.com/temporalio/temporal/pull/11982"
            },
            {
              "name": "1.30 backport, adds the callback.inspectSourceHeader toggle defaulted to true",
              "tags": [
                "patch"
              ],
              "url": "https://github.com/temporalio/temporal/pull/12085"
            },
            {
              "name": "Temporal Server 1.30.7",
              "tags": [
                "release-notes"
              ],
              "url": "https://github.com/temporalio/temporal/releases/tag/v1.30.7"
            },
            {
              "name": "Temporal Server 1.31.3",
              "tags": [
                "release-notes"
              ],
              "url": "https://github.com/temporalio/temporal/releases/tag/v1.31.3"
            },
            {
              "name": "Temporal Server 1.32.0",
              "tags": [
                "release-notes"
              ],
              "url": "https://github.com/temporalio/temporal/releases/tag/v1.32.0"
            }
          ],
          "solutions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eUpgrade to Temporal Server 1.32.0, which ships callback.inspectSourceHeader set to false and needs no further change. The fix makes the completion-callback source header opt-in behind the callback.inspectSourceHeader setting, so a callback\u0027s internality is decided from the server-generated callback URL rather than from a caller-supplied header. Releases 1.30.7 and 1.31.3 carry the same code but ship callback.inspectSourceHeader set to true for mixed-version compatibility while callbacks created with the older callback URL template drain, and while it is true the routing behavior matches the affected releases; an operator upgrading within the 1.30 or 1.31 line must therefore also set callback.inspectSourceHeader to false once every pre-fix server has drained. Operators who set callback.inspectSourceHeader to true restore the pre-fix behavior in full, including preservation of the caller\u0027s path and query across the internal rewrite, and should not enable it on a cluster that accepts caller-supplied completion callbacks. Temporal Server releases in the 1.25.0 through 1.29.7 range are outside the supported window and receive no fix; operators on those releases should upgrade to a supported line.\u003c/p\u003e"
                }
              ],
              "value": "Upgrade to Temporal Server 1.32.0, which ships callback.inspectSourceHeader set to false and needs no further change. The fix makes the completion-callback source header opt-in behind the callback.inspectSourceHeader setting, so a callback\u0027s internality is decided from the server-generated callback URL rather than from a caller-supplied header. Releases 1.30.7 and 1.31.3 carry the same code but ship callback.inspectSourceHeader set to true for mixed-version compatibility while callbacks created with the older callback URL template drain, and while it is true the routing behavior matches the affected releases; an operator upgrading within the 1.30 or 1.31 line must therefore also set callback.inspectSourceHeader to false once every pre-fix server has drained. Operators who set callback.inspectSourceHeader to true restore the pre-fix behavior in full, including preservation of the caller\u0027s path and query across the internal rewrite, and should not enable it on a cluster that accepts caller-supplied completion callbacks. Temporal Server releases in the 1.25.0 through 1.29.7 range are outside the supported window and receive no fix; operators on those releases should upgrade to a supported line."
            }
          ],
          "source": {
            "discovery": "EXTERNAL"
          },
          "title": "Temporal Server completion callback source header can direct attacker-chosen requests to the internal frontend with administrator authorization",
          "workarounds": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eUntil a fixed release is available, a cluster that does not accept externally addressed Workflow completion callbacks can set the effective component.callbacks.allowedAddresses dynamic configuration value to an empty list, and remove or empty any more specific namespace-constrained entries that admit a host. Verify the effective value for every namespace in scope. An absent key already has the same deny-all default, but an explicit empty value is easier to audit. This rejects external http and https callback URLs at StartWorkflowExecution, before persistence and before either delivery implementation runs. It is a targeted mitigation rather than a way to disable Nexus: the reserved internal forms temporal://system and temporal://internal remain admitted, and there is no supported cluster-wide setting that turns Nexus off. As a separate defense in depth, operators that do not need the internal frontend\u0027s HTTP API can remove that service or set services.internal-frontend.rpc.httpPort to zero after confirming no internal consumers depend on it; this closes the administrative amplifier but does not correct the routing defect itself. Restricting or removing Nexus endpoints is not sufficient, because attaching the affected completion callback does not require a registered Nexus endpoint.\u003c/p\u003e"
                }
              ],
              "value": "Until a fixed release is available, a cluster that does not accept externally addressed Workflow completion callbacks can set the effective component.callbacks.allowedAddresses dynamic configuration value to an empty list, and remove or empty any more specific namespace-constrained entries that admit a host. Verify the effective value for every namespace in scope. An absent key already has the same deny-all default, but an explicit empty value is easier to audit. This rejects external http and https callback URLs at StartWorkflowExecution, before persistence and before either delivery implementation runs. It is a targeted mitigation rather than a way to disable Nexus: the reserved internal forms temporal://system and temporal://internal remain admitted, and there is no supported cluster-wide setting that turns Nexus off. As a separate defense in depth, operators that do not need the internal frontend\u0027s HTTP API can remove that service or set services.internal-frontend.rpc.httpPort to zero after confirming no internal consumers depend on it; this closes the administrative amplifier but does not correct the routing defect itself. Restricting or removing Nexus endpoints is not sufficient, because attaching the affected completion callback does not require a registered Nexus endpoint."
            }
          ]
        }
      },
      "cveMetadata": {
        "assignerOrgId": "61241ed8-fa44-4f23-92db-b8c443751968",
        "assignerShortName": "Temporal",
        "cveId": "CVE-2026-87858",
        "datePublished": "2026-09-21T11:39:52.412Z",
        "dateReserved": "2026-09-09T13:05:43.884Z",
        "dateUpdated": "2026-09-21T15:25:30.901Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…