CVE-2025-23898

7.1 HIGH

📋 TL;DR

A Cross-Site Request Forgery vulnerability in the Apply with LinkedIn buttons WordPress plugin allows attackers to perform stored cross-site scripting attacks. This affects WordPress sites using the plugin versions up to 2.3, potentially compromising site visitors and administrators.

💻 Affected Systems

Products:
  • Apply with LinkedIn buttons WordPress plugin
Versions: n/a through 2.3
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled and active.

⚠️ 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 inject malicious scripts that execute in visitors' browsers, leading to session hijacking, credential theft, or complete site takeover.

🟠

Likely Case

Attackers inject malicious JavaScript that steals cookies or session tokens from logged-in users, potentially compromising admin accounts.

🟢

If Mitigated

With proper CSRF protections and content security policies, the attack surface is significantly reduced to low-risk information disclosure.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires tricking authenticated users into visiting malicious pages while logged into WordPress.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 2.3

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/apply-with-linkedin-buttons/vulnerability/wordpress-apply-with-linkedin-buttons-plugin-2-3-csrf-to-stored-xss-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Apply with LinkedIn buttons'. 4. Click 'Update Now' if available. 5. If no update available, deactivate and remove the plugin.

🔧 Temporary Workarounds

Implement CSRF tokens

all

Add CSRF protection to all form submissions and AJAX requests in the plugin

Content Security Policy

all

Implement strict CSP headers to prevent script execution from unauthorized sources

🧯 If You Can't Patch

  • Deactivate and remove the Apply with LinkedIn buttons plugin immediately
  • Implement web application firewall rules to block suspicious form submissions

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'Apply with LinkedIn buttons' version 2.3 or earlier

Check Version:

wp plugin list --name='apply-with-linkedin-buttons' --field=version

Verify Fix Applied:

Verify plugin version is greater than 2.3 or plugin is completely removed

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to WordPress admin-ajax.php or plugin-specific endpoints
  • Multiple failed CSRF token validations

Network Indicators:

  • Unexpected JavaScript payloads in form submissions
  • Cross-origin requests to plugin endpoints

SIEM Query:

source="wordpress" AND (uri_path="*admin-ajax.php*" OR uri_path="*apply-with-linkedin*") AND http_method="POST" AND NOT user_agent="*bot*"

🔗 References

📤 Share & Export