CVE-2025-64048
BaseFortify
Publication date: 2025-11-24
Last updated on: 2025-12-01
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| yccms | yccms | 3.4 |
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 YCCMS 3.4. It occurs in the article management functionality, specifically in the add() and getPost() functions within the ArticleAction.class.php file. The problem arises because user input in the article title field is not properly neutralized, allowing malicious scripts to be stored and later executed in users' browsers.
How can this vulnerability impact me? :
This vulnerability can allow attackers to inject malicious scripts into the article titles, which are then stored and executed when other users view the affected articles. This can lead to theft of user credentials, session hijacking, defacement of the website, or other malicious actions impacting confidentiality and integrity of user data.