Description
Stored cross-site scripting in the participant URL handling in AWS Ops
Wheel before PR #168 might allow an authenticated remote user to steal
session tokens and escalate to full administrative control of the
deployed instance via a crafted participant_url value containing a
dangerous URI scheme.






To remediate this issue, users should redeploy from the latest version of aws-ops-wheel.
Published: 2026-07-31
Score: 6.2 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Stored cross‑site scripting exists in the participant URL handling of AWS Ops Wheel before the fix in pull request #168. The flaw allows an attacker to embed a malicious URI scheme in the participant_url field, which is stored and later rendered in a user’s browser. When an authenticated user opens a page containing the malicious entry, the browser evaluates the URI scheme and can expose the victim’s session token, thereby enabling the attacker to acquire full administrative control of the deployed instance. The underlying weakness is a classic input validation flaw classified as CWE‑79.

Affected Systems

The vulnerability affects AWS Ops Wheel installations that have not been updated to include the changes from PR #168. All versions released before the latest update are potentially compromised. Users relying on earlier releases should verify the version they are operating and consider re‑deploying the latest available package from the vendor.

Risk and Exploitability

The CVSS score of 6.2 indicates moderate severity. The EPSS score of less than 1% reflects a low current likelihood of exploitation, though the vulnerability is listed as not being part of the CISA KEV catalog. Attackers must possess legitimate credentials to submit a crafted participant_url entry and rely on an authenticated session to receive the stolen token. Once the session token is captured, the attacker can perform privileged operations equivalent to an administrator.

Generated by OpenCVE AI on August 2, 2026 at 04:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the latest aws-ops-wheel release that incorporates the fix released in PR #168.
  • Configure the application to reject or sanitize URLs in the participant_url field that contain dangerous URI schemes such as "javascript:" or "data:".
  • Audit custom integrations or scripts that generate participant_url entries to enforce strict input validation and ensure no residual injection vectors remain.

Generated by OpenCVE AI on August 2, 2026 at 04:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 20:15:00 +0000


Fri, 31 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 31 Jul 2026 18:45:00 +0000

Type Values Removed Values Added
Description Stored cross-site scripting in the participant URL handling in AWS Ops Wheel before PR #168 might allow an authenticated remote user to steal session tokens and escalate to full administrative control of the deployed instance via a crafted participant_url value containing a dangerous URI scheme. To remediate this issue, users should redeploy from the latest version of aws-ops-wheel.
Title Stored XSS in Participant URL Field leads to Account Takeover via Session Token Theft
First Time appeared Aws
Aws aws Ops Wheel
Weaknesses CWE-79
CPEs cpe:2.3:a:aws:aws_ops_wheel:*:*:*:*:*:*:*:*
Vendors & Products Aws
Aws aws Ops Wheel
References
Metrics cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N'}

cvssV4_0

{'score': 6.2, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N'}


Subscriptions

Aws Aws Ops Wheel
cve-icon MITRE

Status: PUBLISHED

Assigner: AMZN

Published:

Updated: 2026-07-31T19:52:59.881Z

Reserved: 2026-07-31T12:40:04.618Z

Link: CVE-2026-18481

cve-icon Vulnrichment

Updated: 2026-07-31T18:52:30.103Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-31T19:17:08.347

Modified: 2026-08-04T14:48:22.933

Link: CVE-2026-18481

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T19:15:17Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')