CVE-2025-65572
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-16
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| allskyteam | allsky | 2024.12.06_06 |
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 Cross Site Scripting (XSS) issue in AllskyTeam AllSky v2024.12.06_06. It allows remote attackers to inject and execute arbitrary code by manipulating the config, filename, or extratext parameters in the allskySettings.php page. When the page reloads or a user visits allskySettings.php, the injected script is executed via the showMessages() function in status_messages.php, which prints out error messages including the malicious script.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute arbitrary scripts in the context of the affected web application, potentially leading to theft of user credentials, session hijacking, defacement, or other malicious actions that compromise user data and application integrity.