Cyber Resilience

CVE-2025-1764

High

Published: 14 March 2025

Published
14 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0009 26.4th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1764 is a high-severity CSRF (CWE-352) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 26.4th 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 SC-23 (Session Authenticity) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-1764 is a Cross-Site Request Forgery (CSRF) vulnerability, classified under CWE-352, affecting the LoginPress | wp-login Custom Login Page Customizer plugin for WordPress in all versions up to and including 3.3.1. The issue arises from missing or incorrect nonce validation in the 'custom_plugin_set_option' function, earning a CVSS v3.1 base score of 7.5 (AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H). Published on 2025-03-14, it was publicly disclosed through standard CVE channels.

Unauthenticated attackers can exploit this vulnerability by tricking a site administrator into performing an action, such as clicking a malicious link, which forges a request to update arbitrary WordPress options. Attackers can leverage this to enable user registration and set the default role for new registrations to administrator, thereby gaining administrative access to the site. Exploitation requires the 'WPBRIGADE_SDK__DEV_MODE' constant to be set to 'true'.

Mitigation details are available in advisories and patches referenced in the CVE, including Wordfence threat intelligence at https://www.wordfence.com/threat-intel/vulnerabilities/id/9df6a2b4-2dc4-43dd-8282-5c05b0fa13f6?source=cve, the plugin's Trac changeset 3253283 at https://plugins.trac.wordpress.org/changeset/3253283/, and the plugin page at https://pt.wordpress.org/plugins/loginpress/. Security practitioners should update the plugin and verify the absence of the required dev mode constant.

EU & UK References

Vulnerability details

The LoginPress | wp-login Custom Login Page Customizer plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 3.3.1. This is due to missing or incorrect nonce validation on the 'custom_plugin_set_option' function. This makes…

more

it possible for unauthenticated attackers to update arbitrary options on the WordPress site via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. This can be leveraged to update the default role for registration to administrator and enable user registration for attackers to gain administrative user access to a vulnerable site. The 'WPBRIGADE_SDK__DEV_MODE' constant must be set to 'true' to exploit the vulnerability.

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.
T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
Why these techniques?

The CSRF vulnerability in the public-facing WordPress plugin is exploited by tricking an administrator into clicking a malicious link to forge requests that update options and enable admin registration.

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

CVEs Like This One

CVE-2025-25121Shared CWE-352
CVE-2025-24001Shared CWE-352
CVE-2025-25147Shared CWE-352
CVE-2026-34904Shared CWE-352
CVE-2024-26153Shared CWE-352
CVE-2025-28860Shared CWE-352
CVE-2026-45430Shared CWE-352
CVE-2025-23880Shared CWE-352
CVE-2025-59541Shared CWE-352
CVE-2026-23622Shared CWE-352

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SC-23 requires mechanisms like CSRF tokens or nonces to protect session authenticity, directly mitigating the missing nonce validation that enables forged requests to update WordPress options.

prevent

SI-10 mandates validation of information inputs such as nonces in requests, preventing unauthenticated attackers from successfully forging requests to the vulnerable custom_plugin_set_option function.

prevent

SI-2 ensures timely identification, reporting, and correction of flaws like the CSRF vulnerability in the LoginPress plugin, eliminating the exploit via patching.

References