CVE-2025-64232
7.1icopydoc · Import from YML
The Import from YML plugin for WordPress is vulnerable to Reflected Cross-site Scripting (XSS) due to improper neutralization of user-supplied input during web page generation.
Executive summary
A Reflected Cross-site Scripting vulnerability in the Import from YML plugin allows unauthenticated attackers to execute malicious scripts in a user's browser session.
Vulnerability
This is a Reflected Cross-site Scripting (CWE-79) vulnerability where an unauthenticated attacker can inject malicious scripts into the application. The flaw occurs because the plugin fails to properly sanitize input before reflecting it back to the user's browser.
Business impact
Successful exploitation allows an attacker to execute arbitrary JavaScript in the context of a victim's session, potentially leading to session hijacking, unauthorized actions, or the theft of sensitive information. With a CVSS score of 7.1, this represents a high-severity risk to web application integrity and user security, as it can be used to facilitate phishing or redirect users to malicious domains.
Remediation
Immediate Action: Since no specific patch version is confirmed, administrators should deactivate and remove the Import from YML plugin from their WordPress environments until a secure update is released by the vendor.
Proactive Monitoring: Monitor web server access logs for anomalous GET or POST requests containing script tags or encoded payloads directed at the plugin endpoints.
Compensating Controls: Deploy a Web Application Firewall (WAF) with updated rulesets to detect and block common XSS injection patterns targeting reflected parameters.
Exploitation status
Public Exploit Available: No (exploit_available: false).
Analyst recommendation
Given the high CVSS score and the inherent risks associated with XSS, organizations should prioritize the removal of the vulnerable plugin. Until the vendor provides a verified fix that addresses the input sanitization issue, maintaining the plugin in a production environment poses a significant security risk.
Sources
Originally found and disclosed by 0xd4rk5id3 | Patchstack Bug Bounty Program, per the CVE Program record.