Cyber Resilience

CVE-2024-56276

Medium

Published: 07 January 2025

Published
07 January 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 4.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
EPSS Score 0.0041 61.7th percentile
Risk Priority 9 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-56276 is a medium-severity Missing Authorization (CWE-862) vulnerability in Wpforms Wpforms. Its CVSS base score is 4.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 38.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2024-56276 is a missing authorization vulnerability, also described as exploiting incorrectly configured access control security levels and mapped to CWE-862, in the wpforms-lite WordPress plugin for Contact Form by WPForms, developed by Syed Balkhi. The issue affects all versions from n/a through 1.9.2.2. It has a CVSS v3.1 base score of 4.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N), indicating medium severity with network accessibility, low attack complexity, and low-privilege requirements.

Low-privileged authenticated users on affected WordPress sites can exploit this vulnerability remotely without user interaction. By bypassing authorization checks, attackers can achieve limited integrity impacts, such as unauthorized modifications to plugin functions or data, while confidentiality and availability remain unaffected.

The Patchstack advisory provides details on this broken access control vulnerability in wpforms-lite version 1.9.2.2, including mitigation guidance: https://patchstack.com/database/Wordpress/Plugin/wpforms-lite/vulnerability/wordpress-wpforms-lite-plugin-1-9-2-2-broken-access-control-vulnerability?_s_id=cve.

EU & UK References

Vulnerability details

Missing Authorization vulnerability in Syed Balkhi Contact Form by WPForms wpforms-lite allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Contact Form by WPForms: from n/a through <= 1.9.2.2.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Missing authorization (CWE-862) in public-facing WordPress plugin directly enables remote exploitation of the application by authenticated low-privileged users to perform unauthorized modifications.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-45209Shared CWE-862
CVE-2026-25026Shared CWE-862
CVE-2026-42083Shared CWE-862
CVE-2026-0656Shared CWE-862
CVE-2026-24532Shared CWE-862
CVE-2025-13603Shared CWE-862
CVE-2025-69063Shared CWE-862
CVE-2026-3045Shared CWE-862
CVE-2025-67956Shared CWE-862
CVE-2025-41765Shared CWE-862

Affected Assets

wpforms
wpforms
≤ 1.9.2.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

AC-3 mandates enforcement of approved authorizations for access to system resources, directly countering the missing authorization checks exploited in this WordPress plugin vulnerability.

prevent

AC-6 enforces least privilege, limiting the scope of unauthorized modifications low-privileged attackers can perform even if authorization is bypassed.

prevent

SI-2 requires timely flaw remediation, directly addressing this specific missing authorization vulnerability through patching affected wpforms-lite versions up to 1.9.2.2.

References