CVE-2025-14030

6.4 MEDIUM

📋 TL;DR

The AI Feeds WordPress plugin has a stored XSS vulnerability in versions up to 1.0.22. Authenticated attackers with Contributor access or higher can inject malicious scripts via the 'aife_post_meta' shortcode, which execute when users view affected pages. This affects all WordPress sites using vulnerable versions of the plugin.

💻 Affected Systems

Products:
  • AI Feeds WordPress Plugin
Versions: All versions up to and including 1.0.22
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with AI Feeds plugin enabled. Contributor role or higher needed for 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 steal admin credentials, deface websites, redirect users to malicious sites, or install backdoors for persistent access.

🟠

Likely Case

Attackers inject malicious scripts to steal user session cookies, redirect visitors to phishing pages, or display unwanted content.

🟢

If Mitigated

With proper user role management and content filtering, impact is limited to potential content manipulation within Contributor privileges.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is straightforward once authenticated. The vulnerability is well-documented in public sources.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.0.23 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3417124%40ai-feeds&new=3417124%40ai-feeds&sfp_email=&sfph_mail=

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find AI Feeds plugin. 4. Click 'Update Now' if update available. 5. If no update available, deactivate and delete plugin, then install fresh version 1.0.23+ from WordPress repository.

🔧 Temporary Workarounds

Disable AI Feeds Plugin

all

Temporarily deactivate the vulnerable plugin until patched

wp plugin deactivate ai-feeds

Restrict Contributor Role

all

Remove Contributor role access or limit who has this role

🧯 If You Can't Patch

  • Remove Contributor role from all users and use only trusted Authors/Editors
  • Implement web application firewall with XSS protection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins → AI Feeds version. If version is 1.0.22 or lower, you are vulnerable.

Check Version:

wp plugin get ai-feeds --field=version

Verify Fix Applied:

After updating, verify AI Feeds plugin shows version 1.0.23 or higher in WordPress admin plugins list.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests containing script tags to pages with aife_post_meta shortcode
  • Multiple failed login attempts followed by successful Contributor login

Network Indicators:

  • Outbound connections to suspicious domains from your WordPress site
  • Unexpected JavaScript loading from your domain

SIEM Query:

source="wordpress.log" AND ("aife_post_meta" OR "script" OR "onerror" OR "javascript:")

🔗 References

📤 Share & Export