CVE-2025-24559

7.1 HIGH

📋 TL;DR

This vulnerability allows attackers to inject malicious scripts into web pages generated by WP Mailster WordPress plugin. When users visit specially crafted URLs, their browsers execute attacker-controlled JavaScript in the context of the vulnerable site. All WordPress sites using WP Mailster versions up to 1.8.15.0 are affected.

💻 Affected Systems

Products:
  • WP Mailster WordPress Plugin
Versions: n/a through 1.8.15.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with WP Mailster plugin enabled and within affected version range are vulnerable.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could steal session cookies, redirect users to malicious sites, perform actions on behalf of authenticated users, or deface the website.

🟠

Likely Case

Attackers typically use this to steal session cookies or user credentials, potentially leading to account takeover.

🟢

If Mitigated

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

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires user interaction (clicking malicious link) but no authentication to the WordPress site.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 1.8.15.0

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/wp-mailster/vulnerability/wordpress-wp-mailster-plugin-1-8-15-0-reflected-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 WP Mailster and click 'Update Now'. 4. Verify update completes successfully.

🔧 Temporary Workarounds

Disable WP Mailster Plugin

WordPress

Temporarily disable the vulnerable plugin until patched version is available.

wp plugin deactivate wp-mailster

🧯 If You Can't Patch

  • Implement Content Security Policy (CSP) headers to restrict script execution
  • Use web application firewall (WAF) rules to block XSS payloads

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for WP Mailster version 1.8.15.0 or earlier.

Check Version:

wp plugin get wp-mailster --field=version

Verify Fix Applied:

Verify WP Mailster version is greater than 1.8.15.0 in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual GET/POST requests containing script tags or JavaScript code
  • Requests to WP Mailster endpoints with suspicious parameters

Network Indicators:

  • HTTP requests with encoded script payloads in query parameters
  • Traffic patterns showing users being redirected after visiting specific URLs

SIEM Query:

source="wordpress.log" AND ("wp-mailster" OR "mailster") AND ("<script>" OR "javascript:" OR "onerror=" OR "onload=")

🔗 References

📤 Share & Export