CVE-2026-55592 PUBLISHED

Dashy: XSS in workspace url parameter

Assigner: GitHub_M
Reserved: 16.06.2026 Published: 07.07.2026 Updated: 08.07.2026

Dashy is a self-hostable personal dashboard. Prior to 4.3.7, Dashy's workspace view trusts the url query parameter and assigns it directly to an iframe source without scheme validation. If a logged-in user opens a crafted workspace link containing a javascript: URL, JavaScript runs on the Dashy origin and can read same-origin browser data, interact with the Dashy DOM, and send requests as the victim. This issue is fixed in version 4.3.7.

Metrics

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

Product Status

Vendor lissy93
Product dashy
Versions
  • Version < 4.3.7 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE