CVE-2026-22472
Published: 22 January 2026
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
- 🇪🇺 ENISA EUVD: EUVD-2026-3834
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
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.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly enforces authorization checks on plugin functions so low-privileged users cannot perform unauthorized modifications.
Ensures users operate with only the privileges required for their role, blocking the excess capabilities exposed by the missing authorization logic.
Requires explicit, policy-driven access-control decisions that would have prevented the plugin from honoring incorrectly configured security levels.