CVE-2025-13180
BaseFortify
Publication date: 2025-11-14
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| bdtask | wholesale | to 2025-10-16 (inc) |
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-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
| 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 is a basic cross-site scripting (XSS) issue found in the Wholesale Inventory Control and Inventory Management System by Bdtask/CodeCanyon, specifically in the /edit_profile file. By manipulating the first_name or last_name arguments, an attacker can inject malicious scripts. The attack can be initiated remotely, and the exploit has been made public.
How can this vulnerability impact me? :
The vulnerability allows an attacker to perform cross-site scripting attacks, which can lead to the execution of malicious scripts in the context of a user's browser. This can result in unauthorized actions, session hijacking, or other malicious activities that compromise user interaction with the affected system.