CVE-2026-55592
Deferred Deferred - Pending Action

JavaScript URL Injection in Dashy Dashboard

Vulnerability report for CVE-2026-55592, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-07

Last updated on: 2026-07-08

Assigner: GitHub, Inc.

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-07
Last Modified
2026-07-08
Generated
2026-07-16
AI Q&A
2026-07-08
EPSS Evaluated
2026-07-14
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
dashy dashy to 4.3.7 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in Dashy versions prior to 4.3.7, where the workspace view trusts the URL query parameter and assigns it directly to an iframe source without validating the URL scheme.

If a logged-in user opens a specially crafted workspace link containing a javascript: URL, the JavaScript code runs on the Dashy origin.

This allows the malicious script to read same-origin browser data, interact with the Dashy Document Object Model (DOM), and send requests as if it were the victim user.

Impact Analysis

The vulnerability can lead to unauthorized JavaScript execution within the Dashy application context.

This can result in an attacker reading sensitive browser data that shares the same origin, manipulating the Dashy interface, and performing actions on behalf of the victim user.

Such actions could compromise user data confidentiality and integrity, potentially leading to further exploitation or data leakage.

Mitigation Strategies

To mitigate this vulnerability, upgrade Dashy to version 4.3.7 or later, where the issue with trusting the url query parameter in the workspace view and assigning it directly to an iframe source without scheme validation has been fixed.

Compliance Impact

The vulnerability is a Cross-Site Scripting (XSS) issue that allows execution of malicious JavaScript in the context of the Dashy application, potentially exposing same-origin browser data and enabling unauthorized actions on behalf of the victim user.

Such a vulnerability could impact compliance with standards and regulations like GDPR and HIPAA because it may lead to unauthorized access or disclosure of personal or sensitive data handled within the Dashy application.

However, the CVE description and resources do not explicitly mention compliance impacts or regulatory considerations.

Detection Guidance

This vulnerability can be detected by checking if your Dashy instance is running a version prior to 4.3.7, as versions before this do not sanitize the 'url' query parameter in the workspace view iframe source.

To detect potential exploitation attempts on your system or network, you can monitor web server logs for requests to the workspace view containing suspicious 'url' query parameters that include JavaScript schemes such as 'javascript:'.

Example commands to search for such suspicious URLs in web server logs (assuming logs are in access.log):

  • grep -i 'workspace.*url=javascript:' access.log
  • grep -E 'workspace.*url=javascript:' /var/log/nginx/access.log

Additionally, verifying the Dashy version can be done by checking the application version directly or by inspecting the deployed files for version metadata.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-55592. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart