Description
WordPress CP Polls 1.0.8 contains a persistent cross-site scripting vulnerability that allows attackers to inject malicious scripts through unsanitized file upload functionality. Attackers can upload files containing script payloads with event handlers like onerror attributes to execute arbitrary JavaScript in the browsers of users viewing the affected content.
Published: 2026-06-15
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

WordPress CP Polls 1.0.8 contains a persistent cross‑site scripting flaw that enables an attacker to upload files bearing malicious JavaScript scripts. When the uploaded file is viewed by other users, the script runs in the victims’ browsers, allowing arbitrary client‑side code execution. The weakness is a classic unsanitized input problem (CWE‑79). The vulnerability does not provide direct server‑side code execution or privilege escalation; its primary impact is on confidentiality and integrity of user sessions through client‑side injection.

Affected Systems

The CP Polls plugin developed by dwbooster, version 1.0.8. No other versions or vendors have been listed as affected.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate severity level. EPSS score of 0.00192 indicates a very low exploitation likelihood, and the vulnerability is not listed in the CISA KEV catalog, suggesting that it has not yet been widely exploited. Based on the description, the likely attack vector is an unauthenticated or lightly authenticated attacker who can upload files through the plugin’s interface. Once the file is stored, any user who views the content will trigger execution of the embedded script, making the threat primarily a client‑side attack affecting all visitors of the compromised site.

Generated by OpenCVE AI on June 18, 2026 at 01:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the CP Polls plugin to a version newer than 1.0.8 that removes the file upload vulnerability or replaces the upload feature with a properly validated input mechanism (official vendor update).
  • If an immediate patch is unavailable, disable or delete the CP Polls plugin from the WordPress installation to prevent further uploads and exposure.
  • Apply strict file type validation on the server – allow only specific, safe file extensions (e.g., .jpg, .png) and verify MIME types before saving uploads.

Generated by OpenCVE AI on June 18, 2026 at 01:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 26 Jun 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Dwbooster
Dwbooster cp Polls
Wordpress
Wordpress wordpress
Vendors & Products Dwbooster
Dwbooster cp Polls
Wordpress
Wordpress wordpress

Mon, 15 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 15 Jun 2026 14:00:00 +0000

Type Values Removed Values Added
Description WordPress CP Polls 1.0.8 contains a persistent cross-site scripting vulnerability that allows attackers to inject malicious scripts through unsanitized file upload functionality. Attackers can upload files containing script payloads with event handlers like onerror attributes to execute arbitrary JavaScript in the browsers of users viewing the affected content.
Title WordPress CP Polls 1.0.8 Persistent Cross-Site Scripting
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N'}

cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Dwbooster Cp Polls
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-15T15:12:17.290Z

Reserved: 2026-06-14T18:19:50.861Z

Link: CVE-2016-20066

cve-icon Vulnrichment

Updated: 2026-06-15T15:12:09.997Z

cve-icon NVD

Status : Deferred

Published: 2026-06-15T14:16:27.807

Modified: 2026-06-15T20:50:47.973

Link: CVE-2016-20066

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-26T09:46:05Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')