CVE-2025-13178
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 | saleserp | to 2025-10-24 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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. |
| 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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a basic cross-site scripting (XSS) flaw found in the User Profile Handler component of Bdtask/CodeCanyon SalesERP, specifically in the /edit_profile file. It occurs due to manipulation of the first_name and last_name arguments, allowing an attacker to inject malicious scripts. The attack can be performed remotely, and an exploit has already been published.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to execute malicious scripts in the context of a user's browser, potentially leading to unauthorized actions such as session hijacking, defacement, or redirection to malicious sites. Although the impact is limited to integrity (no confidentiality or availability impact), it can still compromise user trust and application integrity.