CVE-2025-25096

6.5 MEDIUM

📋 TL;DR

This stored cross-site scripting (XSS) vulnerability in the WordPress RSS in Page plugin allows attackers to inject malicious scripts into web pages that are then executed when other users view those pages. The vulnerability affects all WordPress sites using RSS in Page plugin versions up to 2.9.1. Attackers can steal session cookies, redirect users to malicious sites, or perform actions on behalf of authenticated users.

💻 Affected Systems

Products:
  • WordPress RSS in Page plugin
Versions: n/a through 2.9.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations using vulnerable versions of the RSS in Page plugin are affected regardless of configuration.

⚠️ 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 administrator credentials, take over the WordPress site, install backdoors, deface the website, or use the compromised site to attack visitors.

🟠

Likely Case

Attackers inject malicious JavaScript to steal user session cookies, redirect users to phishing sites, or perform unauthorized actions on behalf of logged-in users.

🟢

If Mitigated

With proper input validation and output encoding, malicious scripts would be rendered harmless as plain text rather than executable code.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Stored XSS vulnerabilities in WordPress plugins are frequently exploited in the wild. While no public PoC is confirmed, similar vulnerabilities are commonly weaponized.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.9.2 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/rss-in-page/vulnerability/wordpress-rss-in-page-plugin-2-9-1-stored-cross-site-scripting-xss-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'RSS in Page' plugin. 4. Click 'Update Now' if update is available. 5. Alternatively, download version 2.9.2+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable RSS in Page plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate rss-in-page

Implement WAF rules

all

Add web application firewall rules to block XSS payloads targeting RSS feed inputs

🧯 If You Can't Patch

  • Remove RSS in Page plugin entirely and use alternative RSS display methods
  • Implement Content Security Policy (CSP) headers to restrict script execution

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins → RSS in Page version. If version is 2.9.1 or earlier, you are vulnerable.

Check Version:

wp plugin get rss-in-page --field=version

Verify Fix Applied:

After updating, verify RSS in Page plugin shows version 2.9.2 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to RSS feed endpoints
  • JavaScript payloads in RSS-related parameters
  • Multiple failed XSS attempts

Network Indicators:

  • Malicious script tags in HTTP requests to RSS endpoints
  • Suspicious characters like <script> in URL parameters

SIEM Query:

source="wordpress.log" AND ("rss-in-page" OR "rss_feed") AND ("<script>" OR "javascript:" OR "onerror=" OR "onload=")

🔗 References

📤 Share & Export