CVE-2025-12393: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in kris_iv Free Quotation
The Free Quotation plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 3.1.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.
AI Analysis
Technical Summary
CVE-2025-12393 identifies a stored Cross-Site Scripting (XSS) vulnerability in the Free Quotation plugin for WordPress, developed by kris_iv. This vulnerability arises from improper neutralization of input during web page generation (CWE-79), specifically due to insufficient input sanitization and output escaping in the plugin's admin settings interface. It affects all versions up to and including 3.1.6. The flaw allows authenticated attackers with administrator-level permissions or higher to inject arbitrary JavaScript code into pages within multi-site WordPress installations or installations where the unfiltered_html capability is disabled. When other users access these injected pages, the malicious scripts execute in their browsers, potentially enabling session hijacking, credential theft, or unauthorized actions within the affected site context. The vulnerability requires high privileges (administrator access) and does not require user interaction to trigger once the malicious script is stored. The CVSS v3.1 base score is 4.4, indicating medium severity, with vector AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N, reflecting network attack vector, high attack complexity, high privileges required, no user interaction, scope changed, and low impact on confidentiality and integrity, with no impact on availability. No public exploits have been reported to date. The vulnerability is particularly relevant for multi-site WordPress environments, which are common in enterprise or managed hosting scenarios, and where unfiltered_html is disabled to restrict HTML content. Lack of patch links suggests a fix is pending or not yet publicly released. The vulnerability was reserved on 2025-10-28 and published on 2025-11-04.
Potential Impact
For European organizations, the impact of CVE-2025-12393 depends largely on their use of the Free Quotation plugin within multi-site WordPress installations or configurations with unfiltered_html disabled. Exploitation could lead to unauthorized script execution in the context of trusted users, potentially resulting in credential theft, session hijacking, or unauthorized administrative actions. This could compromise the confidentiality and integrity of sensitive business data, customer information, or internal communications. Although the vulnerability requires administrator-level access to exploit, insider threats or compromised admin accounts could be leveraged to launch attacks. The medium CVSS score reflects limited impact scope and exploitation complexity, but the potential for lateral movement or privilege escalation within affected environments remains a concern. Given the widespread use of WordPress in Europe, especially among SMEs and public sector entities, the vulnerability could affect a significant number of sites if unpatched. Multi-site installations are common in organizations managing multiple domains or subsidiaries, increasing the risk surface. Additionally, regulatory frameworks such as GDPR impose strict data protection requirements, and exploitation leading to data breaches could result in legal and financial penalties.
Mitigation Recommendations
1. Monitor the Free Quotation plugin vendor's official channels for security updates and apply patches immediately once available. 2. Restrict administrator-level access strictly to trusted personnel and enforce strong authentication mechanisms, including multi-factor authentication (MFA). 3. Review and harden WordPress multi-site configurations, ensuring unfiltered_html capability is enabled only where absolutely necessary. 4. Employ Web Application Firewalls (WAFs) with custom rules to detect and block suspicious script injections or anomalous admin panel activities. 5. Conduct regular security audits and code reviews of installed plugins, especially those with admin interface exposure. 6. Implement Content Security Policy (CSP) headers to limit the execution of unauthorized scripts in browsers. 7. Educate administrators on the risks of stored XSS and safe input handling practices. 8. Consider isolating critical WordPress instances or using containerization to limit the blast radius of potential compromises. 9. Maintain comprehensive logging and monitoring to detect unusual behavior indicative of exploitation attempts. 10. Backup WordPress sites regularly to enable rapid restoration in case of compromise.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain
CVE-2025-12393: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in kris_iv Free Quotation
Description
The Free Quotation plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 3.1.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.
AI-Powered Analysis
Technical Analysis
CVE-2025-12393 identifies a stored Cross-Site Scripting (XSS) vulnerability in the Free Quotation plugin for WordPress, developed by kris_iv. This vulnerability arises from improper neutralization of input during web page generation (CWE-79), specifically due to insufficient input sanitization and output escaping in the plugin's admin settings interface. It affects all versions up to and including 3.1.6. The flaw allows authenticated attackers with administrator-level permissions or higher to inject arbitrary JavaScript code into pages within multi-site WordPress installations or installations where the unfiltered_html capability is disabled. When other users access these injected pages, the malicious scripts execute in their browsers, potentially enabling session hijacking, credential theft, or unauthorized actions within the affected site context. The vulnerability requires high privileges (administrator access) and does not require user interaction to trigger once the malicious script is stored. The CVSS v3.1 base score is 4.4, indicating medium severity, with vector AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N, reflecting network attack vector, high attack complexity, high privileges required, no user interaction, scope changed, and low impact on confidentiality and integrity, with no impact on availability. No public exploits have been reported to date. The vulnerability is particularly relevant for multi-site WordPress environments, which are common in enterprise or managed hosting scenarios, and where unfiltered_html is disabled to restrict HTML content. Lack of patch links suggests a fix is pending or not yet publicly released. The vulnerability was reserved on 2025-10-28 and published on 2025-11-04.
Potential Impact
For European organizations, the impact of CVE-2025-12393 depends largely on their use of the Free Quotation plugin within multi-site WordPress installations or configurations with unfiltered_html disabled. Exploitation could lead to unauthorized script execution in the context of trusted users, potentially resulting in credential theft, session hijacking, or unauthorized administrative actions. This could compromise the confidentiality and integrity of sensitive business data, customer information, or internal communications. Although the vulnerability requires administrator-level access to exploit, insider threats or compromised admin accounts could be leveraged to launch attacks. The medium CVSS score reflects limited impact scope and exploitation complexity, but the potential for lateral movement or privilege escalation within affected environments remains a concern. Given the widespread use of WordPress in Europe, especially among SMEs and public sector entities, the vulnerability could affect a significant number of sites if unpatched. Multi-site installations are common in organizations managing multiple domains or subsidiaries, increasing the risk surface. Additionally, regulatory frameworks such as GDPR impose strict data protection requirements, and exploitation leading to data breaches could result in legal and financial penalties.
Mitigation Recommendations
1. Monitor the Free Quotation plugin vendor's official channels for security updates and apply patches immediately once available. 2. Restrict administrator-level access strictly to trusted personnel and enforce strong authentication mechanisms, including multi-factor authentication (MFA). 3. Review and harden WordPress multi-site configurations, ensuring unfiltered_html capability is enabled only where absolutely necessary. 4. Employ Web Application Firewalls (WAFs) with custom rules to detect and block suspicious script injections or anomalous admin panel activities. 5. Conduct regular security audits and code reviews of installed plugins, especially those with admin interface exposure. 6. Implement Content Security Policy (CSP) headers to limit the execution of unauthorized scripts in browsers. 7. Educate administrators on the risks of stored XSS and safe input handling practices. 8. Consider isolating critical WordPress instances or using containerization to limit the blast radius of potential compromises. 9. Maintain comprehensive logging and monitoring to detect unusual behavior indicative of exploitation attempts. 10. Backup WordPress sites regularly to enable rapid restoration in case of compromise.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-10-28T13:36:56.807Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 690984dd2b77ca42b4883ec9
Added to database: 11/4/2025, 4:45:17 AM
Last enriched: 11/4/2025, 4:58:21 AM
Last updated: 11/5/2025, 12:16:48 PM
Views: 5
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
U.S. Sanctions 10 North Korean Entities for Laundering $12.7M in Crypto and IT Fraud
MediumMysterious 'SmudgedSerpent' Hackers Target U.S. Policy Experts Amid Iran–Israel Tensions
MediumCVE-2025-12497: CWE-98 Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') in averta Premium Portfolio Features for Phlox theme
HighCVE-2025-11745: CWE-80 Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in spacetime Ad Inserter – Ad Manager & AdSense Ads
MediumNikkei Says 17,000 Impacted by Data Breach Stemming From Slack Account Hack
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.