Cyber Resilience

CVE-2025-22787

Medium

Published: 15 January 2025

Published
15 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:L/I:N/A:N
EPSS Score 0.0029 52.9th percentile
Risk Priority 9 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-22787 is a medium-severity Missing Authorization (CWE-862) vulnerability in Bplugins Button Block. 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 47.1% 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 AC-6 (Least Privilege).

Deeper analysis

CVE-2025-22787 is a missing authorization vulnerability (CWE-862) in the Button Block WordPress plugin developed by bPlugins. The flaw allows accessing functionality not properly constrained by access control lists (ACLs) and affects all versions of the plugin up to and including 1.1.5. Published on January 15, 2025, it has a CVSS v3.1 base score of 4.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N), indicating low severity with primarily confidentiality impacts.

An authenticated attacker with low privileges, such as a contributor role, can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation enables limited unauthorized access to sensitive data or functionality, resulting in low-impact confidentiality disclosure but no effects on integrity or availability.

The Patchstack advisory (https://patchstack.com/database/Wordpress/Plugin/button-block/vulnerability/wordpress-button-block-plugin-1-1-5-broken-access-control-vulnerability?_s_id=cve) documents this broken access control issue in Button Block version 1.1.5. Security practitioners should consult this and any vendor updates for patching guidance and mitigation steps.

EU & UK References

Vulnerability details

Missing Authorization vulnerability in bPlugins Button Block button-block allows Accessing Functionality Not Properly Constrained by ACLs.This issue affects Button Block: from n/a through <= 1.1.5.

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 vulnerability in a public-facing WordPress plugin directly enables exploitation of public-facing applications by low-privilege authenticated users.

Confidence: HIGH · 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

bplugins
button block
≤ 1.1.6

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces approved authorizations for access to system resources, addressing the missing authorization checks that allow low-privilege users to access restricted functionality in the Button Block plugin.

prevent

Implements least privilege to ensure low-privilege users like contributors cannot access sensitive data or functionality even if authorization checks are bypassed.

preventrecover

Requires timely identification, reporting, and remediation of flaws such as this missing authorization vulnerability in the WordPress plugin up to version 1.1.5.

References