CVE-2025-28931

7.1 HIGH

📋 TL;DR

A Cross-Site Request Forgery (CSRF) vulnerability in the DevriX Hashtags WordPress plugin allows attackers to perform stored cross-site scripting (XSS) attacks. This affects WordPress sites using the Hashtags plugin version 0.3.2 and earlier. Attackers can inject malicious scripts that execute when other users view affected content.

💻 Affected Systems

Products:
  • DevriX Hashtags WordPress Plugin
Versions: n/a through 0.3.2
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with the Hashtags plugin installed and activated. The vulnerability requires attacker interaction with authenticated users.

⚠️ 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 persistent malicious scripts that steal administrator credentials, hijack user sessions, deface websites, or redirect visitors to malicious sites when administrators or users view compromised content.

🟠

Likely Case

Attackers trick administrators into performing actions that inject malicious JavaScript into website content, which then executes in visitors' browsers, potentially stealing cookies or session tokens.

🟢

If Mitigated

With proper CSRF protections and content sanitization, the attack would fail, preventing script injection and maintaining site integrity.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires tricking authenticated users (particularly administrators) into clicking malicious links or visiting compromised pages. The CSRF leads to stored XSS payloads.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 0.3.2

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/wp-hashtags/vulnerability/wordpress-wordpress-hashtags-plugin-0-3-2-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. Locate 'Hashtags' plugin. 4. Click 'Update Now' if update available. 5. If no update available, deactivate and delete plugin, then find alternative.

🔧 Temporary Workarounds

Implement CSRF Protection

WordPress

Add CSRF tokens to all plugin forms and validate them on submission.

Requires custom code modification - not recommended for non-developers

Disable Plugin

WordPress

Temporarily disable the Hashtags plugin until patched.

wp plugin deactivate wp-hashtags

🧯 If You Can't Patch

  • Remove the Hashtags plugin completely and use alternative hashtag functionality
  • Implement web application firewall (WAF) rules to block CSRF attempts and XSS payloads

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Installed Plugins for 'Hashtags' plugin version 0.3.2 or lower

Check Version:

wp plugin get wp-hashtags --field=version

Verify Fix Applied:

Verify plugin version is higher than 0.3.2 in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to Hashtags plugin endpoints without referrer headers
  • Multiple failed CSRF token validations

Network Indicators:

  • HTTP requests containing malicious script tags or JavaScript payloads to plugin endpoints

SIEM Query:

source="wordpress.log" AND ("wp-hashtags" OR "hashtags") AND ("POST" OR "csrf")

🔗 References

📤 Share & Export