CVE-2025-64048
MediumCVSS 6.1Exploitation Probability (EPSS)
Low risk5th percentile - higher than 5% of all known CVEs
Summary
YCCMS 3.4 contains a stored cross-site scripting (XSS) vulnerability in the article management functionality. The issue is in the add() and getPost() functions within ArticleAction.class.php due to improper neutralization of user input in the article title field.
Risk Assessment
An attacker can inject a malicious script into the article title, which will execute in other users' browsers, potentially leading to session theft, account takeover, or data leakage.
Recommendation
Update YCCMS to the latest patched version or manually implement input filtering and output encoding for the article title field.
Original NVD description (English source)
YCCMS 3.4 contains a stored cross-site scripting (XSS) vulnerability in the article management functionality. The vulnerability exists in the add() and getPost() functions within the ArticleAction.class.php file due to improper neutralization of user input in the article title field.

