CVE-2025-63418
BaseFortify
Publication date: 2025-11-05
Last updated on: 2025-11-07
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| selfbest | selfbest | 2023.3 |
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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a DOM-based Cross-Site Scripting (XSS) issue in the SelfBest platform 2023.3. It allows attackers to execute arbitrary JavaScript code within the context of a logged-in user's session by injecting malicious scripts through the browser's developer console. The root cause is that the application's client-side code directly manipulates the DOM without proper sanitization or implementing a Content Security Policy (CSP).
How can this vulnerability impact me? :
The vulnerability can lead to attackers taking over user accounts and stealing sensitive data by executing malicious scripts in the victim's browser session.