CVE-2025-62414
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
How can this vulnerability impact me? :
If exploited, this vulnerability can allow attackers to steal admin sessions or perform actions with admin privileges, potentially compromising the security and integrity of the eCommerce platform and its data.
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Scripting (XSS) issue in Bagisto v2.3.7's admin panel 'Create New Customer' feature. An attacker with access to this form can inject malicious JavaScript into input fields, which may later execute in the browser of an admin or another user viewing the customer data. This can lead to session theft or unauthorized admin-level actions.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Bagisto to version 2.3.8 or later, where this Cross-Site Scripting (XSS) vulnerability in the admin 'Create New Customer' feature is fixed. Additionally, restrict admin panel access to trusted users only and monitor for suspicious activity until the upgrade is applied.