Lucene search

K
vulnrichmentTemporalVULNRICHMENT:CVE-2024-2435
HistoryApr 02, 2024 - 4:40 p.m.

CVE-2024-2435 Stored XSS in Timeline View

2024-04-0216:40:24
CWE-79
Temporal
github.com
2
xss
timeline view
workflow execution
signal
server configuration
workflow progress apis

CVSS3

4.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

HIGH

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:L

AI Score

5.9

Confidence

High

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

For an attacker with pre-existing access to send a signal to a workflow, the attacker can make the signal name a script that executes when a victim views that signal. The XSS is in the timeline page displaying the workflow execution details of the workflow that was sent the crafted signal.
Access to send a signal to a workflow is determined by how you configured the authorizer on your server. This includes any entity with permission to directly call SignalWorkflowExecution or SignalWithStartWorkflowExecution, or any entity can deploy a worker that has access to call workflow progress APIs (specifically RespondWorkflowTaskCompleted).

CNA Affected

[
  {
    "repo": "https://github.com/temporalio/ui-server",
    "vendor": "Temporal OSS",
    "modules": [
      "Timeline view"
    ],
    "product": "ui-server",
    "versions": [
      {
        "status": "affected",
        "version": "2.16.2",
        "lessThan": "2.25.0",
        "versionType": "semver"
      }
    ],
    "packageName": "temporalio/ui",
    "collectionURL": "https://hub.docker.com/r/temporalio/ui",
    "defaultStatus": "unaffected"
  }
]

CVSS3

4.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

HIGH

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:L

AI Score

5.9

Confidence

High

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-2435