CVE-2025-5753: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in reallaunch Valuation Calculator
The Valuation Calculator plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘link’ parameter in all versions up to, and including, 1.3.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI Analysis
Technical Summary
CVE-2025-5753 is a medium-severity Stored Cross-Site Scripting (XSS) vulnerability affecting the Valuation Calculator plugin for WordPress developed by reallaunch. The vulnerability exists in all versions up to and including 1.3.2 due to improper neutralization of input during web page generation, specifically via the 'link' parameter. Authenticated users with Contributor-level access or higher can exploit this flaw by injecting arbitrary JavaScript code into pages generated by the plugin. Because the injected scripts are stored and executed whenever any user accesses the affected page, this can lead to persistent XSS attacks. The vulnerability arises from insufficient input sanitization and lack of proper output escaping, which allows malicious scripts to be embedded in the plugin’s output. The CVSS v3.1 base score is 6.4, reflecting a network attack vector with low attack complexity, requiring privileges (Contributor or above), no user interaction, and a scope change. The impact includes partial confidentiality and integrity loss but no availability impact. No known exploits are currently reported in the wild, and no patches have been linked yet. The vulnerability was publicly disclosed on July 23, 2025, with the CVE reserved on June 5, 2025. Stored XSS vulnerabilities like this can be leveraged for session hijacking, privilege escalation, defacement, or delivering further malware payloads within WordPress sites using the vulnerable plugin.
Potential Impact
For European organizations, this vulnerability poses a significant risk especially to those relying on WordPress websites with the reallaunch Valuation Calculator plugin installed. Attackers with Contributor-level access—often achievable through compromised accounts or insider threats—can inject persistent malicious scripts that execute in the browsers of site visitors or administrators. This can lead to theft of sensitive data such as authentication cookies, unauthorized actions performed on behalf of users, or redirection to malicious sites. Given the widespread use of WordPress in Europe for business, e-commerce, and governmental websites, exploitation could undermine trust, lead to data breaches under GDPR regulations, and cause reputational damage. The scope of impact is heightened for organizations with multiple contributors or less stringent access controls. Although no availability impact is noted, the confidentiality and integrity breaches could result in regulatory fines and loss of customer confidence. The lack of known exploits currently provides a window for proactive mitigation, but the vulnerability’s presence in a popular CMS plugin makes it a likely target for future attacks.
Mitigation Recommendations
European organizations should immediately audit their WordPress installations to identify the presence of the reallaunch Valuation Calculator plugin and verify its version. Until an official patch is released, administrators should consider disabling or removing the plugin to eliminate exposure. Implement strict access controls to limit Contributor-level privileges only to trusted users and enforce strong authentication mechanisms such as multi-factor authentication to reduce the risk of account compromise. Employ Web Application Firewalls (WAFs) with custom rules to detect and block suspicious payloads targeting the 'link' parameter. Conduct thorough input validation and output encoding on any custom integrations or overrides related to the plugin. Monitor logs for unusual activities or script injections. Educate content contributors about the risks of injecting untrusted content. Once a patch becomes available, prioritize prompt application and test updates in staging environments before production deployment. Additionally, consider implementing Content Security Policy (CSP) headers to mitigate the impact of potential XSS attacks by restricting script execution sources.
Affected Countries
Germany, France, United Kingdom, Netherlands, Italy, Spain, Poland, Sweden
CVE-2025-5753: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in reallaunch Valuation Calculator
Description
The Valuation Calculator plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘link’ parameter in all versions up to, and including, 1.3.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI-Powered Analysis
Technical Analysis
CVE-2025-5753 is a medium-severity Stored Cross-Site Scripting (XSS) vulnerability affecting the Valuation Calculator plugin for WordPress developed by reallaunch. The vulnerability exists in all versions up to and including 1.3.2 due to improper neutralization of input during web page generation, specifically via the 'link' parameter. Authenticated users with Contributor-level access or higher can exploit this flaw by injecting arbitrary JavaScript code into pages generated by the plugin. Because the injected scripts are stored and executed whenever any user accesses the affected page, this can lead to persistent XSS attacks. The vulnerability arises from insufficient input sanitization and lack of proper output escaping, which allows malicious scripts to be embedded in the plugin’s output. The CVSS v3.1 base score is 6.4, reflecting a network attack vector with low attack complexity, requiring privileges (Contributor or above), no user interaction, and a scope change. The impact includes partial confidentiality and integrity loss but no availability impact. No known exploits are currently reported in the wild, and no patches have been linked yet. The vulnerability was publicly disclosed on July 23, 2025, with the CVE reserved on June 5, 2025. Stored XSS vulnerabilities like this can be leveraged for session hijacking, privilege escalation, defacement, or delivering further malware payloads within WordPress sites using the vulnerable plugin.
Potential Impact
For European organizations, this vulnerability poses a significant risk especially to those relying on WordPress websites with the reallaunch Valuation Calculator plugin installed. Attackers with Contributor-level access—often achievable through compromised accounts or insider threats—can inject persistent malicious scripts that execute in the browsers of site visitors or administrators. This can lead to theft of sensitive data such as authentication cookies, unauthorized actions performed on behalf of users, or redirection to malicious sites. Given the widespread use of WordPress in Europe for business, e-commerce, and governmental websites, exploitation could undermine trust, lead to data breaches under GDPR regulations, and cause reputational damage. The scope of impact is heightened for organizations with multiple contributors or less stringent access controls. Although no availability impact is noted, the confidentiality and integrity breaches could result in regulatory fines and loss of customer confidence. The lack of known exploits currently provides a window for proactive mitigation, but the vulnerability’s presence in a popular CMS plugin makes it a likely target for future attacks.
Mitigation Recommendations
European organizations should immediately audit their WordPress installations to identify the presence of the reallaunch Valuation Calculator plugin and verify its version. Until an official patch is released, administrators should consider disabling or removing the plugin to eliminate exposure. Implement strict access controls to limit Contributor-level privileges only to trusted users and enforce strong authentication mechanisms such as multi-factor authentication to reduce the risk of account compromise. Employ Web Application Firewalls (WAFs) with custom rules to detect and block suspicious payloads targeting the 'link' parameter. Conduct thorough input validation and output encoding on any custom integrations or overrides related to the plugin. Monitor logs for unusual activities or script injections. Educate content contributors about the risks of injecting untrusted content. Once a patch becomes available, prioritize prompt application and test updates in staging environments before production deployment. Additionally, consider implementing Content Security Policy (CSP) headers to mitigate the impact of potential XSS attacks by restricting script execution sources.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-06-05T21:24:14.925Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 68804d50ad5a09ad00065fcf
Added to database: 7/23/2025, 2:47:44 AM
Last enriched: 7/23/2025, 3:04:44 AM
Last updated: 8/23/2025, 5:04:22 AM
Views: 11
Related Threats
CVE-2025-41690: CWE-532 Insertion of Sensitive Information into Log File in Endress+Hauser Promag 10 with HART
HighCVE-2025-44017: Insertion of sensitive information into sent data in Gunosy Inc. "Gunosy" App for Android
MediumCVE-2025-9815: Missing Authentication in alaneuler batteryKid
HighCVE-2025-9814: SQL Injection in PHPGurukul Beauty Parlour Management System
MediumCVE-2025-9813: Buffer Overflow in Tenda CH22
HighActions
Updates to AI analysis are available only with a Pro account. Contact root@offseq.com for access.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.