CVE-2016-20067
Received Received - Intake
Cross-Site Request Forgery in WordPress CP Polls Plugin

Publication date: 2026-06-15

Last updated on: 2026-06-15

Assigner: VulnCheck

Description
WordPress CP Polls 1.0.8 contains a cross-site request forgery vulnerability that allows attackers to perform unauthorized actions on behalf of authenticated users. Attackers can craft malicious HTML pages that execute unwanted poll operations when administrators visit the page while logged in.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-15
Last Modified
2026-06-15
Generated
2026-06-15
AI Q&A
2026-06-15
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
wordpress cp_polls 1.0.8
wordpress cp_polls 1.0.9
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The WordPress CP Polls plugin version 1.0.8 contains a Cross-Site Request Forgery (CSRF) vulnerability. This flaw allows attackers to perform unauthorized actions on behalf of authenticated users, such as administrators. Attackers can craft malicious HTML pages that, when visited by an administrator who is logged in, execute unwanted poll operations without the administrator's consent.

Compliance Impact

The vulnerability in WordPress CP Polls 1.0.8 allows attackers to perform unauthorized actions on behalf of authenticated users, including administrators, through Cross-Site Request Forgery (CSRF). This can lead to unauthorized changes or data manipulation within the poll plugin.

Such unauthorized actions could potentially result in unauthorized access or modification of data, which may impact compliance with data protection regulations like GDPR or HIPAA that require strict controls over data integrity and user authorization.

However, the provided information does not explicitly detail the direct impact on compliance with these standards or regulations.

Impact Analysis

This vulnerability can lead to unauthorized actions being performed on your WordPress site without your knowledge or consent. Specifically, an attacker can trick an administrator into visiting a malicious page that executes unwanted poll operations. Additionally, related vulnerabilities in the same plugin version include persistent Cross-Site Scripting (XSS), which can lead to session hijacking or site defacement, and file upload issues that may allow execution of malicious files. These impacts can compromise the integrity and security of your website.

Detection Guidance

This vulnerability involves Cross-Site Request Forgery (CSRF) attacks targeting authenticated WordPress administrators using the CP Polls plugin version 1.0.8. Detection involves monitoring for unusual or unauthorized poll operations triggered without administrator intent.

Since the attack requires an administrator to visit a malicious HTML page, network detection can focus on identifying suspicious HTTP requests or external references to unknown or untrusted domains that might host such malicious pages.

On the system side, commands to check the installed version of the CP Polls plugin can help identify vulnerable installations. For example, within the WordPress installation directory, you can run:

  • grep -r 'Version: 1.0.8' wp-content/plugins/cp-polls/

Additionally, reviewing web server logs for unusual POST requests to poll-related endpoints or unexpected CSV file downloads or uploads may help detect exploitation attempts.

Mitigation Strategies

To mitigate this vulnerability, the primary step is to update the WordPress CP Polls plugin to version 1.0.9 or later, where these issues have been addressed.

Additionally, administrators should avoid clicking on suspicious links or visiting untrusted websites while logged into the WordPress admin panel.

Implementing security measures such as enabling CSRF protection, input validation, and restricting file uploads can further reduce risk.

Monitoring and restricting access to poll management features to trusted users only is also recommended.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2016-20067. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart