CVE-2025-13143: CWE-352 Cross-Site Request Forgery (CSRF) in assafp Poll, Survey & Quiz Maker Plugin by Opinion Stage
The Poll, Survey & Quiz Maker Plugin by Opinion Stage plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 19.12.0. This is due to missing or insufficient nonce validation on the disconnect_account_action function. This makes it possible for unauthenticated attackers to disconnect the site from the Opinion Stage platform integration via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
AI Analysis
Technical Summary
The Poll, Survey & Quiz Maker Plugin by Opinion Stage for WordPress suffers from a Cross-Site Request Forgery (CSRF) vulnerability identified as CVE-2025-13143. This vulnerability exists due to missing or insufficient nonce validation in the disconnect_account_action function, which is responsible for disconnecting the WordPress site from the Opinion Stage platform integration. Because nonce validation is either absent or inadequate, an attacker can craft a malicious request that, when executed by an authenticated site administrator (via clicking a specially crafted link), causes the site to disconnect from the Opinion Stage service without the administrator's explicit consent. The vulnerability affects all versions up to and including 19.12.0. The CVSS v3.1 base score is 4.3, indicating medium severity, with an attack vector of network (remote), low attack complexity, no privileges required, but requiring user interaction (administrator clicking a link). The impact is limited to integrity, as the attacker cannot access confidential data or disrupt availability but can cause unauthorized changes to the site’s integration status. No known exploits have been reported in the wild, and no patches were linked at the time of disclosure. The vulnerability is classified under CWE-352, which covers CSRF issues where state-changing actions can be triggered without proper anti-CSRF tokens or nonce validation. This vulnerability is particularly relevant for WordPress sites using this plugin, especially those with administrators who might be targeted through phishing or social engineering attacks.
Potential Impact
For European organizations, this vulnerability poses a risk primarily to the integrity of WordPress sites using the Poll, Survey & Quiz Maker Plugin by Opinion Stage. Successful exploitation could disrupt the connection between the site and the Opinion Stage platform, potentially disabling polling, survey, and quiz functionalities that may be critical for user engagement, data collection, or customer feedback. Although the vulnerability does not directly expose sensitive data or cause denial of service, the loss of integration can impact business operations, marketing campaigns, and user experience. Organizations relying heavily on interactive content for customer insights or internal surveys may face operational setbacks. Additionally, the attack vector requires tricking an administrator, which means organizations with less mature security awareness or lacking phishing defenses are at higher risk. The medium severity score reflects the limited scope but non-negligible impact on site integrity and operational continuity.
Mitigation Recommendations
1. Monitor for plugin updates from the vendor and apply patches promptly once available to address the nonce validation issue. 2. Until a patch is released, implement custom nonce validation or additional CSRF protections around the disconnect_account_action function, such as verifying user intent through multi-factor confirmation dialogs. 3. Educate WordPress site administrators about the risks of clicking unsolicited links, especially those that could trigger administrative actions. 4. Employ web application firewalls (WAFs) that can detect and block suspicious CSRF attempts targeting the plugin’s endpoints. 5. Restrict administrative access to trusted networks or VPNs to reduce exposure to remote CSRF attacks. 6. Regularly audit plugin usage and integration status to quickly detect unauthorized disconnections. 7. Consider disabling or limiting the use of the Opinion Stage plugin if it is not critical, or replace it with alternatives that have stronger security controls.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain
CVE-2025-13143: CWE-352 Cross-Site Request Forgery (CSRF) in assafp Poll, Survey & Quiz Maker Plugin by Opinion Stage
Description
The Poll, Survey & Quiz Maker Plugin by Opinion Stage plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 19.12.0. This is due to missing or insufficient nonce validation on the disconnect_account_action function. This makes it possible for unauthenticated attackers to disconnect the site from the Opinion Stage platform integration via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
AI-Powered Analysis
Technical Analysis
The Poll, Survey & Quiz Maker Plugin by Opinion Stage for WordPress suffers from a Cross-Site Request Forgery (CSRF) vulnerability identified as CVE-2025-13143. This vulnerability exists due to missing or insufficient nonce validation in the disconnect_account_action function, which is responsible for disconnecting the WordPress site from the Opinion Stage platform integration. Because nonce validation is either absent or inadequate, an attacker can craft a malicious request that, when executed by an authenticated site administrator (via clicking a specially crafted link), causes the site to disconnect from the Opinion Stage service without the administrator's explicit consent. The vulnerability affects all versions up to and including 19.12.0. The CVSS v3.1 base score is 4.3, indicating medium severity, with an attack vector of network (remote), low attack complexity, no privileges required, but requiring user interaction (administrator clicking a link). The impact is limited to integrity, as the attacker cannot access confidential data or disrupt availability but can cause unauthorized changes to the site’s integration status. No known exploits have been reported in the wild, and no patches were linked at the time of disclosure. The vulnerability is classified under CWE-352, which covers CSRF issues where state-changing actions can be triggered without proper anti-CSRF tokens or nonce validation. This vulnerability is particularly relevant for WordPress sites using this plugin, especially those with administrators who might be targeted through phishing or social engineering attacks.
Potential Impact
For European organizations, this vulnerability poses a risk primarily to the integrity of WordPress sites using the Poll, Survey & Quiz Maker Plugin by Opinion Stage. Successful exploitation could disrupt the connection between the site and the Opinion Stage platform, potentially disabling polling, survey, and quiz functionalities that may be critical for user engagement, data collection, or customer feedback. Although the vulnerability does not directly expose sensitive data or cause denial of service, the loss of integration can impact business operations, marketing campaigns, and user experience. Organizations relying heavily on interactive content for customer insights or internal surveys may face operational setbacks. Additionally, the attack vector requires tricking an administrator, which means organizations with less mature security awareness or lacking phishing defenses are at higher risk. The medium severity score reflects the limited scope but non-negligible impact on site integrity and operational continuity.
Mitigation Recommendations
1. Monitor for plugin updates from the vendor and apply patches promptly once available to address the nonce validation issue. 2. Until a patch is released, implement custom nonce validation or additional CSRF protections around the disconnect_account_action function, such as verifying user intent through multi-factor confirmation dialogs. 3. Educate WordPress site administrators about the risks of clicking unsolicited links, especially those that could trigger administrative actions. 4. Employ web application firewalls (WAFs) that can detect and block suspicious CSRF attempts targeting the plugin’s endpoints. 5. Restrict administrative access to trusted networks or VPNs to reduce exposure to remote CSRF attacks. 6. Regularly audit plugin usage and integration status to quickly detect unauthorized disconnections. 7. Consider disabling or limiting the use of the Opinion Stage plugin if it is not critical, or replace it with alternatives that have stronger security controls.
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-11-13T18:59:20.736Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 6927e4dfbdf69728cfe5941f
Added to database: 11/27/2025, 5:42:55 AM
Last enriched: 11/27/2025, 5:58:01 AM
Last updated: 11/27/2025, 8:45:02 AM
Views: 6
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
CVE-2025-13536: CWE-434 Unrestricted Upload of File with Dangerous Type in blubrry PowerPress Podcasting plugin by Blubrry
HighCVE-2025-13441: CWE-862 Missing Authorization in themesupport Hide Category by User Role for WooCommerce
MediumCVE-2025-13157: CWE-639 Authorization Bypass Through User-Controlled Key in qodeinteractive QODE Wishlist for WooCommerce
MediumCVE-2025-12758: Incomplete Filtering of One or More Instances of Special Elements in validator
HighCVE-2025-13525: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in listingthemes WP Directory Kit
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.