CVE-2025-14901 MEDIUM

CVE-2025-14901: Bit Form – Contact Form Plugin <= 2.21.6 - Missing Authorization to Unauthenticated Workflow Replay

Vendor Bitpressadmin
Product Bit Form – Custom Contact Form, Multi Step, Conversational Form & Payment Form builder
Weakness CWE-862 · Missing authorization
Published January 7, 2026
Last update April 8, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The Bit Form – Contact Form Plugin plugin for WordPress is vulnerable to unauthorized workflow execution due to missing authorization in the triggerWorkFlow function in all versions up to, and including, 2.21.6. This is due to a logic flaw in the nonce verification where the security check only blocks requests when both the nonce verification fails and the user is logged in. This makes it possible for unauthenticated attackers to replay form workflow executions and trigger all configured integrations including webhooks, email notifications, CRM integrations, and automation platforms via the bitforms_trigger_workflow AJAX action granted they can obtain the entry ID and log IDs from a legitimate form submission response.

Explanation of Vulnerability in Simple Terms

02Summary

Bit Form versions up to 2.21.6 lack proper authorization checks, allowing unauthenticated attackers to modify form data and settings. The vulnerability requires no user interaction and can be exploited over the network. Site administrators should update to a version newer than 2.21.6 to restore access controls.

What an attacker can do

03Attacker Capabilities

Modify form data and settings without logging in.

Potential impact on your site

04Site Impact

Forms and their data can be altered by anyone, potentially disrupting submissions or exposing collected information.

Conditions required to exploit

05Prerequisites

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

Key dates

06Disclosure timeline

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

Related vulnerabilities

08Related CVE