Cyber Posture

CVE-2025-1764

High

Published: 14 March 2025

Published
14 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 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.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Description

An adversary may rely upon a user clicking a malicious link in order to gain execution.

Security Summary

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.

Details

CWE(s)
CWE-352

MITRE ATT&CK Enterprise Techniques

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

References