VYPR
Moderate severityGHSA Advisory· Published Aug 28, 2026· Updated Aug 28, 2026

Yamcs has DOM XSS in Extension Routing

CVE-2026-55566

Description

Attack type: Unauthenticated remote Impact: Execution of arbitrary JavaScript in a user’s browser. Affected components: extension.matcher.ts:12, extension.component.ts:40, app.component.ts:134.

Yamcs is vulnerable to cross-site scripting in the /ext URL endpoint. By inputting specially crafted code into the URL, an attacker can execute arbitrary JavaScript code in a user’s browser. This URL may be sent to a user via a phishing email.

Steps to Reproduce: 1. Start a Yamcs instance. 2. Insert the following URL into the browser and press enter (change ‘myproject’ to the name of your instance): `` http://localhost:8090/ext/img%20src%3Dx%20onerror%3Dalert%281%29?c=myproject ``

  1. You will receive an alert with the number ‘1’ in it.

Recommendations: 1. Use document.createElement instead of innerHTML in extension.component.ts. 2. Validate the extension against registered plugin IDs. 3. Enforce a strict custom-element-name regex before mounting.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
org.yamcs:yamcs-coreMaven
>= 5.13.0, < 5.13.25.13.2
org.yamcs:yamcs-coreMaven
< 5.12.85.12.8

Affected products

1

Patches

Vulnerability mechanics

References

6

News mentions

0

No linked articles in our index yet.