Cyber Posture

CVE-2025-1309

High

Published: 07 March 2025

Published
07 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0023 46.0th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.

Security Summary

CVE-2025-1309 is a high-severity vulnerability (CVSS 8.8) in the UiPress lite plugin for WordPress, affecting all versions up to and including 3.5.04. It stems from a missing capability check in the uip_save_form_as_option() function (CWE-862: Missing Authorization), which allows unauthorized modification of WordPress site options and can lead to privilege escalation.

Authenticated attackers with Subscriber-level access or higher can exploit this vulnerability remotely with low complexity and no user interaction required. By calling the vulnerable function, they can update arbitrary site options, such as enabling user registration and changing the default role for new registrations to administrator, thereby creating administrative accounts to gain full control over the site.

Mitigation details are available in plugin advisories, including Wordfence's threat intelligence report and the WordPress plugin trac. The issue was addressed in a subsequent changeset (3249865), with the fix visible in the plugin's ajax-functions.php source code; security practitioners should update to UiPress lite versions beyond 3.5.04 and review access for low-privilege users.

Details

CWE(s)
CWE-862

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
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?

The CVE describes remote exploitation of a public-facing WordPress plugin via missing authorization, enabling authenticated low-privilege users to modify site options for privilege escalation and admin account creation.

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

References