CVE-2025-4171: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in ajay WZ Followed Posts – Display what visitors are reading
The WZ Followed Posts – Display what visitors are reading plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'wfp' shortcode in all versions up to, and including, 3.1.0 due to insufficient input sanitization and output escaping on user supplied attributes. 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-4171 is a Stored Cross-Site Scripting (XSS) vulnerability affecting the WordPress plugin 'WZ Followed Posts – Display what visitors are reading' developed by ajay. This vulnerability exists in all versions up to and including 3.1.0. The root cause is improper neutralization of input during web page generation (CWE-79), specifically due to insufficient sanitization and output escaping of user-supplied attributes in the plugin's 'wfp' shortcode. An authenticated attacker with contributor-level or higher privileges can exploit this flaw by injecting malicious JavaScript code into pages via the shortcode. Because the injected script is stored persistently, it executes whenever any user visits the compromised page, potentially leading to session hijacking, privilege escalation, or unauthorized actions performed on behalf of the victim. The vulnerability has a CVSS v3.1 base score of 6.4 (medium severity), with an attack vector of network (remote), low attack complexity, requiring privileges (PR:L), no user interaction, and a scope change (S:C). The impact affects confidentiality and integrity but not availability. No known exploits are currently reported in the wild, and no patches have been linked yet. The vulnerability was published on May 7, 2025, and has been enriched by CISA, indicating recognition by US cybersecurity authorities. This vulnerability is significant because WordPress is widely used, and plugins like WZ Followed Posts are common for enhancing user engagement. The ability for contributors to inject scripts means that even users with limited editorial privileges can compromise site security, affecting all visitors who view the injected content.
Potential Impact
For European organizations, this vulnerability poses a moderate risk primarily to websites running WordPress with the affected plugin installed. Exploitation could lead to theft of session cookies, user credentials, or other sensitive data from site visitors, including customers or employees. It could also enable attackers to perform actions on behalf of users with elevated privileges, potentially leading to further compromise of the website or backend systems. Given the widespread use of WordPress in Europe across sectors such as e-commerce, media, education, and government, the vulnerability could impact the confidentiality and integrity of data handled by these organizations. Additionally, exploitation could damage organizational reputation, lead to regulatory non-compliance (e.g., GDPR violations if personal data is exposed), and cause financial losses. Since the attack requires authenticated contributor-level access, insider threats or compromised contributor accounts are the most likely vectors. The lack of required user interaction means that once the malicious script is injected, any visitor to the affected page is at risk. However, the absence of known exploits in the wild and the medium severity score suggest that immediate widespread impact is limited but should not be underestimated.
Mitigation Recommendations
European organizations should take the following specific steps: 1) Immediately audit WordPress sites to identify installations of the 'WZ Followed Posts – Display what visitors are reading' plugin and verify the version in use. 2) Restrict contributor-level access strictly to trusted users and review user permissions to minimize the risk of insider exploitation. 3) Until an official patch is released, implement web application firewall (WAF) rules to detect and block suspicious shortcode attribute inputs that may contain script tags or JavaScript event handlers. 4) Employ Content Security Policy (CSP) headers to restrict execution of inline scripts and untrusted sources, mitigating the impact of injected scripts. 5) Monitor website logs and user activity for unusual behavior indicative of exploitation attempts. 6) Educate content contributors about the risks of injecting untrusted content and enforce input validation policies. 7) Once a patch is available, prioritize prompt application of updates. 8) Consider isolating or disabling the vulnerable shortcode functionality if it is not critical to site operations. These measures go beyond generic advice by focusing on access control, proactive detection, and layered defenses tailored to the nature of this stored XSS vulnerability.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Poland, Sweden
CVE-2025-4171: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in ajay WZ Followed Posts – Display what visitors are reading
Description
The WZ Followed Posts – Display what visitors are reading plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'wfp' shortcode in all versions up to, and including, 3.1.0 due to insufficient input sanitization and output escaping on user supplied attributes. 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-4171 is a Stored Cross-Site Scripting (XSS) vulnerability affecting the WordPress plugin 'WZ Followed Posts – Display what visitors are reading' developed by ajay. This vulnerability exists in all versions up to and including 3.1.0. The root cause is improper neutralization of input during web page generation (CWE-79), specifically due to insufficient sanitization and output escaping of user-supplied attributes in the plugin's 'wfp' shortcode. An authenticated attacker with contributor-level or higher privileges can exploit this flaw by injecting malicious JavaScript code into pages via the shortcode. Because the injected script is stored persistently, it executes whenever any user visits the compromised page, potentially leading to session hijacking, privilege escalation, or unauthorized actions performed on behalf of the victim. The vulnerability has a CVSS v3.1 base score of 6.4 (medium severity), with an attack vector of network (remote), low attack complexity, requiring privileges (PR:L), no user interaction, and a scope change (S:C). The impact affects confidentiality and integrity but not availability. No known exploits are currently reported in the wild, and no patches have been linked yet. The vulnerability was published on May 7, 2025, and has been enriched by CISA, indicating recognition by US cybersecurity authorities. This vulnerability is significant because WordPress is widely used, and plugins like WZ Followed Posts are common for enhancing user engagement. The ability for contributors to inject scripts means that even users with limited editorial privileges can compromise site security, affecting all visitors who view the injected content.
Potential Impact
For European organizations, this vulnerability poses a moderate risk primarily to websites running WordPress with the affected plugin installed. Exploitation could lead to theft of session cookies, user credentials, or other sensitive data from site visitors, including customers or employees. It could also enable attackers to perform actions on behalf of users with elevated privileges, potentially leading to further compromise of the website or backend systems. Given the widespread use of WordPress in Europe across sectors such as e-commerce, media, education, and government, the vulnerability could impact the confidentiality and integrity of data handled by these organizations. Additionally, exploitation could damage organizational reputation, lead to regulatory non-compliance (e.g., GDPR violations if personal data is exposed), and cause financial losses. Since the attack requires authenticated contributor-level access, insider threats or compromised contributor accounts are the most likely vectors. The lack of required user interaction means that once the malicious script is injected, any visitor to the affected page is at risk. However, the absence of known exploits in the wild and the medium severity score suggest that immediate widespread impact is limited but should not be underestimated.
Mitigation Recommendations
European organizations should take the following specific steps: 1) Immediately audit WordPress sites to identify installations of the 'WZ Followed Posts – Display what visitors are reading' plugin and verify the version in use. 2) Restrict contributor-level access strictly to trusted users and review user permissions to minimize the risk of insider exploitation. 3) Until an official patch is released, implement web application firewall (WAF) rules to detect and block suspicious shortcode attribute inputs that may contain script tags or JavaScript event handlers. 4) Employ Content Security Policy (CSP) headers to restrict execution of inline scripts and untrusted sources, mitigating the impact of injected scripts. 5) Monitor website logs and user activity for unusual behavior indicative of exploitation attempts. 6) Educate content contributors about the risks of injecting untrusted content and enforce input validation policies. 7) Once a patch is available, prioritize prompt application of updates. 8) Consider isolating or disabling the vulnerable shortcode functionality if it is not critical to site operations. These measures go beyond generic advice by focusing on access control, proactive detection, and layered defenses tailored to the nature of this stored XSS vulnerability.
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-05-01T12:20:07.720Z
- Cisa Enriched
- true
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 682d981bc4522896dcbd9a15
Added to database: 5/21/2025, 9:08:43 AM
Last enriched: 7/5/2025, 2:27:10 PM
Last updated: 8/5/2025, 3:17:44 AM
Views: 13
Related Threats
CVE-2025-9097: Improper Export of Android Application Components in Euro Information CIC banque et compte en ligne App
MediumCVE-2025-9096: Cross Site Scripting in ExpressGateway express-gateway
MediumCVE-2025-9095: Cross Site Scripting in ExpressGateway express-gateway
MediumCVE-2025-7342: CWE-798 Use of Hard-coded Credentials in Kubernetes Image Builder
HighCVE-2025-9094: Improper Neutralization of Special Elements Used in a Template Engine in ThingsBoard
MediumActions
Updates to AI analysis are available only with a Pro account. Contact root@offseq.com for access.
External Links
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.