CVE-2025-64176
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-434 | The product allows the upload or transfer of dangerous file types that are automatically processed within its environment. |
| 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. |
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in ThinkDashboard versions 0.6.7 and below allows an attacker to upload any file to the /data directory of the web application via the backup import feature. The attacker can bypass client-side file-type verification by choosing a .zip file, potentially leading to stored cross-site scripting (XSS) attacks or other malicious activities such as malware distribution. The issue is fixed in version 0.6.8.
How can this vulnerability impact me? :
The vulnerability can allow attackers to upload malicious files to the web application, which could result in stored XSS attacks affecting users or the distribution of malware. This can compromise the security and integrity of the application and its users.
What immediate steps should I take to mitigate this vulnerability?
Upgrade ThinkDashboard to version 0.6.8 or later, as this version fixes the vulnerability allowing arbitrary file uploads via the backup import feature. Until the upgrade can be applied, restrict access to the /data directory and disable the backup import feature if possible to prevent exploitation.