CVE-2025-64177
BaseFortify
Publication date: 2025-11-06
Last updated on: 2025-11-21
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| matiasdesuu | thinkdashboard | to 0.6.8 (exc) |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a stored Cross-Site Scripting (XSS) issue in ThinkDashboard versions 0.6.7 and below. It occurs because the dashboard does not filter the scheme of bookmarks properly, allowing an attacker to create a malicious bookmark that, when clicked by a user, executes harmful scripts within the dashboard environment. This vulnerability is fixed in version 0.6.8.
How can this vulnerability impact me? :
The vulnerability can lead to the execution of malicious scripts in the context of the dashboard when a user clicks a crafted bookmark. This can result in the attacker stealing user data, hijacking user sessions, or performing actions on behalf of the user within the dashboard, potentially compromising confidentiality and integrity of user information.
What immediate steps should I take to mitigate this vulnerability?
Upgrade ThinkDashboard to version 0.6.8 or later, as this version fixes the stored Cross-Site Scripting (XSS) vulnerability caused by lack of scheme filtering in bookmarks.