Cyber Resilience

CVE-2026-22472

Medium

Published: 22 January 2026

Published
22 January 2026
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.0019 8.2th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-22472 is a medium-severity Missing Authorization (CWE-862) vulnerability. Its CVSS base score is 4.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 8.2th percentile by exploit likelihood (below the median); 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 AC-6 (Least Privilege).

Deeper analysis

CVE-2026-22472 is a missing authorization vulnerability (CWE-862) in the Easy Form Builder WordPress plugin by hassantafreshi. It enables exploitation of incorrectly configured access control security levels and affects all versions of the plugin from n/a through 3.9.6. The vulnerability 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 low privileges required for exploitation.

A low-privileged authenticated user can exploit this vulnerability remotely over the network with low complexity and no user interaction. Exploitation allows limited integrity impact, such as unauthorized modifications due to bypassed access controls, without affecting confidentiality or availability.

The Patchstack advisory provides further details on this broken access control issue in the Easy Form Builder plugin: https://patchstack.com/database/Wordpress/Plugin/easy-form-builder/vulnerability/wordpress-easy-form-builder-plugin-3-9-4-broken-access-control-vulnerability?_s_id=cve.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Missing Authorization vulnerability in hassantafreshi Easy Form Builder easy-form-builder allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Easy Form Builder: from n/a through <= 3.9.6.

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 (broken access control) in public-facing WordPress plugin directly enables remote exploitation of the web application by authenticated low-priv users.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-69311Shared CWE-862
CVE-2026-3266Shared CWE-862
CVE-2026-45438Shared CWE-862
CVE-2025-23477Shared CWE-862
CVE-2025-68834Shared CWE-862
CVE-2026-22663Shared CWE-862
CVE-2024-12544Shared CWE-862
CVE-2024-50967Shared CWE-862
CVE-2025-68059Shared CWE-862
CVE-2025-14070Shared CWE-862

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces authorization checks on plugin functions so low-privileged users cannot perform unauthorized modifications.

prevent

Ensures users operate with only the privileges required for their role, blocking the excess capabilities exposed by the missing authorization logic.

prevent

Requires explicit, policy-driven access-control decisions that would have prevented the plugin from honoring incorrectly configured security levels.

References