CVE-2025-9034
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-11

Last updated on: 2025-09-11

Assigner: WPScan

Description
The Wp Edit Password Protected WordPress plugin before 1.3.5 does not validate a parameter before redirecting the user to its value, leading to an Open Redirect issue
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-11
Last Modified
2025-09-11
Generated
2026-06-16
AI Q&A
2025-09-11
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wordpress wp_edit_password_protected *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is an Open Redirect issue in the WordPress plugin 'Wp Edit Password Protected' versions before 1.3.5. It occurs because the plugin does not validate a parameter before redirecting users to its value, which allows attackers to redirect users to arbitrary external URLs. This can be exploited by manipulating the 'redirect_to' parameter to point to a malicious site. [1]

Impact Analysis

This vulnerability can impact you by allowing attackers to redirect your users to malicious websites without your consent. This can lead to phishing attacks, malware distribution, or other malicious activities that exploit user trust in your site. [1]

Detection Guidance

You can detect this vulnerability by testing the 'redirect_to' parameter in the Wp Edit Password Protected plugin for improper validation. A suggested command is to use curl to submit a login request with a manipulated 'redirect_to' parameter pointing to an external URL, for example: curl -X POST 'http://yourwordpresssite.com/wp-login.php' -d 'log=yourusername&pwd=yourpassword&redirect_to=https://example.com/wp-admin/'. If the response redirects to the external URL, the vulnerability is present. [1]

Mitigation Strategies

The immediate step to mitigate this vulnerability is to update the Wp Edit Password Protected WordPress plugin to version 1.3.5 or later, where the issue has been fixed by proper validation of the redirect parameter. [1]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-9034. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart