Junglewise Threat Intelligence

CVE-2026-55592: lissy93 Dashy XSS in workspace URL parameter

CVE-2026-55592 · Severity: low · CVSS 3.9 · Published 2026-07-07

Technologies: Lissy93 Dashy. Vendors: Lissy93.

Executive brief

Dashy is a self-hostable dashboard used to organize and access personal web services. A security flaw in the workspace view allows an attacker to execute malicious code if a logged-in user clicks a specially crafted link. This could allow an attacker to steal browser data, modify the dashboard's appearance, or perform actions on behalf of the user.

Technical details

A Cross-Site Scripting (XSS) vulnerability exists in Dashy's workspace view due to improper input validation of the 'url' query parameter. In 'src/views/Workspace.vue', the 'getInitialUrl()' function retrieves the URL from the query string and assigns it directly to an iframe's 'src' attribute in 'src/components/Workspace/WebContent.vue' without validating the URI scheme. An attacker can provide a 'javascript:' URI which, when loaded by a logged-in victim, executes arbitrary JavaScript in the context of the Dashy origin. This allows for the theft of same-origin browser data and unauthorized interaction with the Dashy DOM. The issue is resolved in version 4.3.7 by implementing URL sanitization.

Affected products

  • lissy93 Dashy < 4.3.7

Timeline

  • 2026-06-14: patched: Fix committed and version 4.3.7 released
  • 2026-07-07: disclosed: CVE-2026-55592 published

References

Related threats