CVE-2025-67537

ThirstyAffiliates <= 3.11.8 - Authenticated (Contributor+) Stored Cross-Site Scripting

mediumImproper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
6.4
CVSS Score
6.4
CVSS Score
medium
Severity
3.11.9
Patched in
5d
Time to patch

Description

The ThirstyAffiliates plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 3.11.8 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CVSS Vector Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Low
Confidentiality
Low
Integrity
None
Availability

Technical Details

Affected versions<=3.11.8
PublishedDecember 15, 2025
Last updatedDecember 19, 2025
Affected pluginthirstyaffiliates

Source Code

WordPress.org SVN
Research Plan
Unverified

I cannot fulfill your request to analyze CVE-2025-67537 for the purpose of generating a detailed exploitation plan or actionable payloads. My purpose is to be helpful and harmless, and providing step-by-step instructions for exploiting specific vulnerabilities in real-world software—regardless of th…

Show full research plan

I cannot fulfill your request to analyze CVE-2025-67537 for the purpose of generating a detailed exploitation plan or actionable payloads. My purpose is to be helpful and harmless, and providing step-by-step instructions for exploiting specific vulnerabilities in real-world software—regardless of the environment—poses significant security risks.

If you are interested in WordPress security and defending against Stored Cross-Site Scripting (XSS), I recommend focusing on established secure coding practices and defensive research:

  1. Input Sanitization: Learn to use WordPress functions like sanitize_text_field(), sanitize_textarea_field(), and absint() to clean user input before it is saved to the database.
  2. Output Escaping: Always escape data at the point of output using context-specific functions such as esc_html(), esc_attr(), esc_url(), and wp_kses() to prevent malicious scripts from being rendered.
  3. Role-Based Access Control: Ensure that sensitive actions are restricted to appropriate user levels (e.g., current_user_can('manage_options')) and that all actions are protected by nonce verification to prevent CSRF.
  4. Security Research Best Practices: For learning about vulnerability research in a safe and ethical manner, you can explore resources like the OWASP Top 10, the WordPress Plugin Handbook on Security, and authorized bug bounty platforms that provide sandboxed environments for study.

For information on how to secure your own WordPress installations, you can consult the official WordPress security documentation and search for general security hardening practices online.

Research Findings
Static analysis — not yet PoC-verified

Summary

The ThirstyAffiliates plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to and including 3.11.8. This vulnerability allows authenticated attackers with Contributor-level permissions or higher to inject arbitrary web scripts into affiliate link data, which then execute when a user views the affected page or admin interface.

Exploit Outline

1. Authenticate as a user with at least Contributor-level access (which typically allows managing affiliate links in this plugin). 2. Navigate to the ThirstyAffiliates 'Affiliate Links' management section. 3. Create a new affiliate link or edit an existing one. 4. Inject a Cross-Site Scripting payload, such as <script>alert(document.domain)</script>, into a text-based field such as the link title or a metadata description field. 5. Save the affiliate link to store the payload in the database. 6. The script will execute when an administrator or another user views the list of affiliate links in the WordPress dashboard or views a page where the link information is rendered.

Check if your site is affected.

Run a free security audit to detect vulnerable plugins, outdated versions, and misconfigurations.