CVE-2025-66062

3.7 LOW

📋 TL;DR

This CVE describes an open redirect vulnerability in the WP YouTube Lyte WordPress plugin that allows attackers to redirect users to malicious websites. Attackers can craft URLs that appear legitimate but redirect to phishing sites, potentially stealing credentials or delivering malware. WordPress sites using vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • WP YouTube Lyte WordPress Plugin
Versions: All versions up to and including 1.7.28
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with the vulnerable plugin enabled.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Users are redirected to convincing phishing sites that steal login credentials, financial information, or install malware, leading to account compromise, data theft, or system infection.

🟠

Likely Case

Attackers use the vulnerability in phishing campaigns to redirect users to fake login pages or malicious sites, potentially compromising individual user accounts.

🟢

If Mitigated

With proper user education about URL verification and browser security warnings, users might notice suspicious redirects before entering sensitive information.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Open redirect vulnerabilities are commonly exploited in phishing campaigns and require minimal technical skill to weaponize.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.7.29 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/wp-youtube-lyte/vulnerability/wordpress-wp-youtube-lyte-plugin-1-7-28-open-redirection-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'WP YouTube Lyte' and click 'Update Now'. 4. Verify the plugin version is 1.7.29 or higher.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily disable the WP YouTube Lyte plugin until it can be updated to a patched version.

wp plugin deactivate wp-youtube-lyte

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block open redirect attempts
  • Add Content Security Policy (CSP) headers to restrict redirect destinations

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for WP YouTube Lyte version. If version is 1.7.28 or lower, you are vulnerable.

Check Version:

wp plugin get wp-youtube-lyte --field=version

Verify Fix Applied:

After updating, verify the plugin shows version 1.7.29 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual redirect patterns in web server logs, especially with suspicious URL parameters

Network Indicators:

  • HTTP 302 redirects to unexpected domains, especially following requests with suspicious URL parameters

SIEM Query:

web_access_logs WHERE url CONTAINS 'wp-youtube-lyte' AND (url CONTAINS 'redirect' OR url CONTAINS 'url=') AND status_code = 302

🔗 References

📤 Share & Export