SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-13425

HIGH · CVSS 7.2 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-29 · Last synced 2026-08-28

CyberRota Analysis

AI-Generated

The Database for CF7 plugin for WordPress is vulnerable to Stored Cross-Site Scripting due to inadequate input sanitization and output escaping, affecting all versions up to 1.2.6. This vulnerability allows unauthenticated attackers to inject malicious scripts into pages, which execute when users access those pages. WordPress site administrators using this plugin should prioritize patching to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-13425
Severity
HIGH
CVSS
7.2
EPSS
0.25%
WordPress

Original NVD Description

The Database for CF7 plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Array Form Field Values in all versions up to, and including, 1.2.6 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. This is exploitable by unauthenticated attackers because Contact Form 7 accepts array-structured input for ordinary text fields (e.g., your-name[]) via the public REST API endpoint /wp-json/contact-form-7/v1/contact-forms/{id}/feedback, and the plugin stores submitted data using $wpdb INSERT with serialize() into a custom wp_cf7db table, bypassing WordPress save-time filtering via wp_insert_post/wp_kses.