CVE-2025-62418
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-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-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?
In Bagisto version 2.3.7, the TinyMCE image upload feature allows an attacker with sufficient privileges, such as an admin, to upload a specially crafted SVG file that contains embedded JavaScript. When this SVG file is viewed, the malicious JavaScript executes in the context of the admin or user's browser, potentially leading to harmful effects. This issue was fixed in version 2.3.8.
How can this vulnerability impact me? :
This vulnerability can lead to the execution of malicious JavaScript code in the browser of an admin or user with sufficient privileges. This could result in unauthorized actions, data theft, or compromise of the user's session and sensitive information within the eCommerce platform.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Bagisto to version 2.3.8 or later, as this version contains the fix for the vulnerability allowing malicious SVG uploads with embedded JavaScript. Additionally, restrict image upload privileges to trusted users only and avoid using the vulnerable TinyMCE image upload functionality until the update is applied.