CVE-2025-27344

4.3 MEDIUM

📋 TL;DR

This CSRF vulnerability in Phee's LinkPreview WordPress plugin allows attackers to trick authenticated administrators into performing unintended actions. It affects all WordPress sites using versions up to 1.6.7 of this plugin. The vulnerability enables attackers to modify plugin settings through forged requests.

💻 Affected Systems

Products:
  • Phee's LinkPreview WordPress Plugin
Versions: n/a through 1.6.7
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress administrator authentication for successful exploitation.

⚠️ 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

Attackers could change plugin configuration to enable malicious link previews, redirect users to phishing sites, or modify site functionality.

🟠

Likely Case

Attackers trick administrators into changing plugin settings that could enable malicious content injection or redirects.

🟢

If Mitigated

With proper CSRF protections and user awareness, impact is limited to unsuccessful attack attempts.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

CSRF attacks typically require social engineering to trick authenticated users.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.6.8 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/linkpreview/vulnerability/wordpress-phee-s-linkpreview-plugin-1-6-7-cross-site-request-forgery-csrf-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Navigate to Plugins > Installed Plugins
3. Find 'Phee's LinkPreview'
4. Click 'Update Now' if available
5. If no update shows, download version 1.6.8+ from WordPress repository
6. Deactivate old version, upload new version, activate

🔧 Temporary Workarounds

Implement CSRF Tokens

all

Add CSRF protection to plugin forms manually

Requires custom PHP development - not recommended for non-developers

Use Security Plugins

all

Install WordPress security plugins with CSRF protection

Install plugins like Wordfence, iThemes Security, or Sucuri

🧯 If You Can't Patch

  • Deactivate Phee's LinkPreview plugin until patched
  • Implement strict access controls and monitor administrator sessions

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Phee's LinkPreview version

Check Version:

wp plugin list --name='phee's-linkpreview' --field=version

Verify Fix Applied:

Confirm plugin version is 1.6.8 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unexpected plugin setting changes
  • Multiple failed admin login attempts followed by plugin modifications

Network Indicators:

  • POST requests to wp-admin/admin.php?page=linkpreview without referrer headers

SIEM Query:

source="wordpress.log" AND "admin.php?page=linkpreview" AND status=200

🔗 References

📤 Share & Export