CVE-2026-39484
Received Received - Intake
Open Redirect Vulnerability in Hide My WP Ghost Enables Phishing

Publication date: 2026-04-08

Last updated on: 2026-04-14

Assigner: Patchstack

Description
URL Redirection to Untrusted Site ('Open Redirect') vulnerability in John Darrel Hide My WP Ghost hide-my-wp allows Phishing.This issue affects Hide My WP Ghost: from n/a through < 7.0.00.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-08
Last Modified
2026-04-14
Generated
2026-06-16
AI Q&A
2026-04-08
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
john_darrel hide_my_wp_ghost to 7.0.00 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-601 The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-39484 is an Open Redirection vulnerability in the WordPress Hide My WP Ghost plugin versions prior to 7.0.00.

This vulnerability occurs because the plugin improperly validates redirect URLs, allowing attackers to redirect users from a legitimate site to a malicious one.

Exploitation requires user interaction, such as clicking a malicious link or visiting a crafted page, and can be initiated without authentication but requires a privileged user to perform the triggering action.

Impact Analysis

This vulnerability can be leveraged in phishing attacks by tricking users into visiting malicious sites through redirected URLs.

Although the severity is considered low (CVSS score 4.7), attackers can use this issue in mass-exploit campaigns to compromise user trust and potentially steal sensitive information.

Detection Guidance

This vulnerability involves an Open Redirection issue in the Hide My WP Ghost plugin prior to version 7.0.00, where attackers can redirect users to malicious sites via crafted URLs.

Detection can involve monitoring for suspicious URL redirection attempts originating from the affected plugin, especially URLs that redirect to untrusted external domains.

Since the vulnerability requires user interaction with crafted links or forms, network detection could include inspecting HTTP requests for unusual redirect parameters or unexpected external redirect destinations.

  • Use web server logs or proxy logs to search for HTTP requests containing redirect parameters that point to external or untrusted domains.
  • Example command to search Apache logs for suspicious redirect parameters (assuming redirect parameter is 'redirect_to'): grep -i 'redirect_to=http' /var/log/apache2/access.log
  • Use tools like curl or wget to test suspected URLs manually to verify if they perform an open redirect.
  • Example curl command: curl -I 'https://yourdomain.com/path?redirect_to=http://malicious-site.com'
Mitigation Strategies

The primary and recommended mitigation step is to update the Hide My WP Ghost plugin to version 7.0.00 or later, where this vulnerability has been patched.

If immediate updating is not possible, consider disabling the plugin temporarily to prevent exploitation.

Additionally, monitor and restrict user inputs that control redirection URLs to ensure they only point to trusted internal locations.

Patchstack also offers auto-update features for vulnerable plugins, which can facilitate rapid mitigation.

Compliance Impact

The vulnerability in the Hide My WP Ghost plugin allows attackers to redirect users to malicious sites, facilitating phishing attacks. Such phishing attacks can lead to unauthorized disclosure of personal or sensitive information.

While the CVE description and resources do not explicitly mention compliance with standards like GDPR or HIPAA, phishing attacks enabled by this vulnerability could potentially result in breaches of personal data confidentiality and integrity, which are critical aspects of these regulations.

Therefore, organizations using affected versions of the plugin may face increased risk of non-compliance with data protection regulations if the vulnerability is exploited and leads to data breaches.

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