Description
The Zero Spam for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Nested POST Array Keys via Contact Form 7 Integration in all versions up to, and including, 5.7.10 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The payload is delivered by submitting a Contact Form 7 request with a nested POST array key containing arbitrary HTML or JavaScript — PHP parses the field name into a nested array key, which is stored verbatim in the zerospam_log.submission_data column when Zero Spam flags the submission as spam due to the absence of the zerospam_david_walsh_key field.
Published: 2026-09-25
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: Stored cross-site scripting via nested POST array keys in Contact Form 7 integration
Action: Immediate Patch
AI Analysis

Impact

The Zero Spam for WordPress plugin allows an unauthenticated attacker to inject arbitrary HTML or JavaScript into website pages. When a Contact Form 7 request is submitted with a specially crafted nested POST array key, the plugin stores the raw field name in the zerospam_log.submission_data column because not all fields are sanitized or escaped. This stored data is rendered in the admin interface or on public pages, causing the injected script to execute in any browser that loads the affected page, leading to potential defacement, data theft, or session hijacking. The flaw is a classic stored Cross‑Site Scripting vulnerability identified as CWE‑79.

Affected Systems

Zero Spam for WordPress plugin version 5.7.10 and earlier. All WordPress sites that have installed this plugin and use the Contact Form 7 integration are affected unless the plugin version is newer than 5.7.10.

Risk and Exploitability

The CVSS score of 7.2 indicates a high severity of the vulnerability. Attackers can exploit it without authentication by submitting a crafted request via any exposed Contact Form 7 form. The stored data remains unchanged in the database, and when a user accesses a page that displays this data, the embedded script will execute in the browser, allowing the attacker to run arbitrary code in that context. The vulnerability is not listed in the CISA KEV catalog, and no EPSS score is available, so the exploitation probability cannot be quantified.

Generated by OpenCVE AI on September 25, 2026 at 09:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Zero Spam for WordPress to a version newer than 5.7.10 as soon as a fix is released
  • If an update is not immediately available, disable the Contact Form 7 integration within the Zero Spam plugin to stop the vulnerable data processing
  • Remove or sanitize any existing entries in the zerospam_log.submission_data column that contain malicious or unexpected nested keys

Generated by OpenCVE AI on September 25, 2026 at 09:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 25 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Description The Zero Spam for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Nested POST Array Keys via Contact Form 7 Integration in all versions up to, and including, 5.7.10 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The payload is delivered by submitting a Contact Form 7 request with a nested POST array key containing arbitrary HTML or JavaScript — PHP parses the field name into a nested array key, which is stored verbatim in the zerospam_log.submission_data column when Zero Spam flags the submission as spam due to the absence of the zerospam_david_walsh_key field.
Title Zero Spam for WordPress <= 5.7.10 - Unauthenticated Stored Cross-Site Scripting via Nested POST Array Keys via Contact Form 7 Integration
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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-25T10:34:21.815Z

Reserved: 2026-09-23T15:55:47.361Z

Link: CVE-2026-96752

cve-icon Vulnrichment

Updated: 2026-09-25T10:34:05.273Z

cve-icon NVD

Status : Deferred

Published: 2026-09-25T08:16:42.700

Modified: 2026-09-25T13:08:08.163

Link: CVE-2026-96752

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T09:45:17Z

Weaknesses
  • CWE-79

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