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-05-27
AI Q&A
2025-09-11
EPSS Evaluated
2026-05-25
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 Powered Q&A
Can you explain this vulnerability to me?

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]


How can this vulnerability impact me? :

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]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

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]


What immediate steps should I take to mitigate this vulnerability?

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]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart