PT-2026-83252 · Yamcs · Yamcs
CVE-2026-55566
·
Published
2026-08-28
·
Updated
2026-08-28
CVSS v3.1
4.3
Medium
| Vector | AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
Yamcs versions prior to 5.12.8
Yamcs versions prior to 5.13.2
Description
Yamcs is vulnerable to cross-site scripting (XSS), a flaw where an attacker injects malicious scripts into a trusted website. The application processes attacker-controlled data from the '/ext' endpoint without verifying registered plugin IDs before rendering the content through
innerHTML. A user opening a crafted URL can trigger the execution of arbitrary JavaScript in their browser, allowing the script to read data accessible to the web application and perform actions within the user context.Recommendations
Update to version 5.12.8.
Update to version 5.13.2.
Use
document.createElement instead of innerHTML in extension.component.ts.
Validate the extension against registered plugin IDs.
Enforce a strict custom-element-name regex before mounting.Exploit
Fix
XSS
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Yamcs