CVE-2026-0825 MEDIUM

CVE-2026-0825: Database for Contact Form 7, WPforms, Elementor forms <= 1.4.5 - Missing Authorization to Unauthenticated Form Data Exfiltration via CSV Export

Vendor Crmperks
Product Database for Contact Form 7, WPforms, Elementor forms
Weakness CWE-862 · Missing authorization
Published January 28, 2026
Last update April 8, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

What the vulnerability does

01Description

The Database for Contact Form 7, WPforms, Elementor forms plugin for WordPress is vulnerable to authorization bypass due to missing capability checks on the CSV export functionality in all versions up to, and including, 1.4.5. This makes it possible for unauthenticated attackers to download sensitive form submission data containing personally identifiable information (PII) by accessing the CSV export endpoint with an export key that is exposed in publicly accessible page source code. The vulnerability is created because while the shortcode properly filters displayed entries by user, the CSV export handler completely bypasses this filtering and exports all entries regardless of user permissions.

Explanation of Vulnerability in Simple Terms

02Summary

The Database for Contact Form 7, WPforms, and Elementor forms plugin for WordPress does not properly restrict access to stored form submissions and contact data. An unauthenticated attacker can read sensitive information submitted through forms, including names, email addresses, phone numbers, and other user-provided data. This affects all versions up to 1.4.5.

What an attacker can do

03Attacker Capabilities

Read sensitive form submissions and contact data without logging in.

Potential impact on your site

04Site Impact

Form submissions containing customer and visitor data are exposed to anyone on the internet.

Conditions required to exploit

05Prerequisites

Network access to the WordPress site; no authentication or user interaction required.

Key dates

06Disclosure timeline

January 28, 2026 CVE published
April 8, 2026 Record updated