CVE-2025-62415
BaseFortify
Publication date: 2025-10-16
Last updated on: 2025-10-22
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| webkul | bagisto | 2.3.7 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-87 | The product does not neutralize or incorrectly neutralizes user-controlled input for alternate script syntax. |
| CWE-80 | The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as "<", ">", and "&" that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in Bagisto v2.3.7 involves the TinyMCE image upload feature, which allows an attacker with sufficient privileges (such as an admin) to upload a crafted HTML file containing embedded JavaScript. When this file is viewed, the malicious JavaScript executes in the context of the admin or user's browser, potentially leading to unauthorized actions or data exposure. The issue is fixed in version 2.3.8.
How can this vulnerability impact me? :
The vulnerability can lead to the execution of malicious JavaScript code in the browser of an admin or user with sufficient privileges. This can result in unauthorized actions, data theft, or manipulation within the eCommerce platform, compromising the integrity and confidentiality of the system and its data.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Bagisto to version 2.3.8 or later, where this vulnerability is fixed. Additionally, restrict image upload privileges to trusted users only, and avoid viewing uploaded content from untrusted sources until the update is applied.