CVE-2025-63645
BaseFortify
Publication date: 2025-11-12
Last updated on: 2026-02-13
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ph7builder | ph7_social_dating_builder | 17.9.1 |
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 stored cross-site scripting (XSS) issue in pH7Software pH7-Social-Dating-CMS 17.9.1. It occurs in the application's message system where message content submitted by one user is not properly sanitized. This malicious content is stored by the server and later displayed in another user's Inbox without proper encoding, allowing attacker-controlled scripts to execute in the recipient's browser when they view the message.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute malicious scripts in the context of another user's browser. This can lead to theft of sensitive information such as session cookies, user credentials, or other personal data. It may also enable attackers to perform actions on behalf of the victim user, potentially compromising user accounts and the integrity of the application.