CVE-2025-60447
BaseFortify
Publication date: 2025-10-03
Last updated on: 2025-10-08
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| emlog | emlog | 2.5.19 |
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 Emlog Pro 2.5.19. It occurs in the email template configuration component where administrators can input HTML code that is not properly sanitized. This allows malicious JavaScript code to be stored and executed persistently when the affected page is viewed.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute malicious JavaScript code in the context of the affected application. This can lead to unauthorized actions, data theft, session hijacking, or other malicious activities impacting the security and integrity of the system and its users.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, avoid inputting unsanitized HTML code in the email template configuration component at /admin/setting.php?action=mail. Ensure that any HTML input is properly sanitized or disable the ability to input HTML in this component until a patch or update is available.