CVE-2025-23977

7.1 HIGH

📋 TL;DR

A Cross-Site Request Forgery (CSRF) vulnerability in the Bhaskar Dhote Post Carousel Slider WordPress plugin allows attackers to perform stored cross-site scripting (XSS) attacks. This affects WordPress sites using Post Carousel Slider versions up to 2.0.1. Attackers can trick authenticated administrators into executing malicious actions that inject persistent scripts.

💻 Affected Systems

Products:
  • Bhaskar Dhote Post Carousel Slider WordPress Plugin
Versions: n/a through 2.0.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled and an authenticated administrator to be tricked into visiting a malicious page.

⚠️ 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 JavaScript that steals administrator credentials, redirects users to malicious sites, or defaces the website for all visitors.

🟠

Likely Case

Attackers create fake admin interfaces or forms that trick logged-in administrators into executing actions that inject malicious scripts into the site's content.

🟢

If Mitigated

With proper CSRF tokens and input validation, the vulnerability would be prevented, requiring attackers to find alternative exploitation methods.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires social engineering to trick an authenticated administrator into clicking a malicious link while logged in.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.0.2 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/post-carousel-slider/vulnerability/wordpress-post-carousel-slider-plugin-2-0-1-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 'Post Carousel Slider'. 4. Click 'Update Now' if available, or delete and reinstall latest version from WordPress repository.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

WordPress

Disable the vulnerable plugin until patched

wp plugin deactivate post-carousel-slider

🧯 If You Can't Patch

  • Disable the Post Carousel Slider plugin completely
  • Implement Content Security Policy (CSP) headers to restrict script execution

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Installed Plugins for Post Carousel Slider version

Check Version:

wp plugin get post-carousel-slider --field=version

Verify Fix Applied:

Verify plugin version is 2.0.2 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to wp-admin/admin-ajax.php with plugin-specific actions
  • Administrator accounts performing unexpected plugin configuration changes

Network Indicators:

  • HTTP requests with suspicious referer headers pointing to external domains
  • Unexpected JavaScript injection in plugin settings or content

SIEM Query:

source="wordpress" AND (uri_path="/wp-admin/admin-ajax.php" AND query="action=post_carousel_*")

🔗 References

📤 Share & Export