CVE-2025-13730

6.4 MEDIUM

📋 TL;DR

The OpenID Connect Generic Client WordPress plugin has a stored XSS vulnerability in all versions up to 3.10.0. Authenticated attackers with Contributor-level access or higher can inject malicious scripts that execute when users view affected pages. This affects all WordPress sites using vulnerable versions of this plugin.

💻 Affected Systems

Products:
  • OpenID Connect Generic Client WordPress Plugin
Versions: All versions up to and including 3.10.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled. Contributor-level access 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 administrator credentials, redirect users to malicious sites, deface websites, or install backdoors for persistent access.

🟠

Likely Case

Attackers with contributor access inject malicious scripts to steal user session cookies or credentials from visitors.

🟢

If Mitigated

With proper user role management and content review, impact is limited to potential defacement of specific pages.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is technically simple once access is obtained.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.10.1

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3418927

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'OpenID Connect Generic Client'. 4. Click 'Update Now' if available, or manually update to version 3.10.1+. 5. Verify plugin is active and functioning.

🔧 Temporary Workarounds

Disable vulnerable shortcode

all

Remove or disable the 'openid_connect_generic_auth_url' shortcode usage from all posts/pages

Restrict user roles

all

Temporarily restrict Contributor and higher roles from editing content

🧯 If You Can't Patch

  • Disable the OpenID Connect Generic Client plugin entirely
  • Implement strict content review for all posts/pages using the vulnerable shortcode

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins. If OpenID Connect Generic Client version is 3.10.0 or lower, you are vulnerable.

Check Version:

wp plugin list --name='openid-connect-generic' --field=version

Verify Fix Applied:

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

📡 Detection & Monitoring

Log Indicators:

  • Unusual post/page edits by Contributor-level users
  • Suspicious script tags in post/page content

Network Indicators:

  • External script loads from unexpected domains in page content

SIEM Query:

source="wordpress" AND (event="post_updated" OR event="page_updated") AND user_role="contributor"

🔗 References

📤 Share & Export