CVE-2025-60205
Deferred Deferred - Pending Action
Unauthenticated PHP Object Injection in ThemeREX Addons

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Unauthenticated PHP Object Injection in ThemeREX Addons <= 2.36.1.1 versions.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-17
Last Modified
2026-06-17
Generated
2026-06-17
AI Q&A
2026-06-17
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
themerex addons to 2.36.2 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-502 The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2025-60205 is a critical PHP Object Injection vulnerability found in the WordPress ThemeREX Addons Plugin versions 2.36.1.1 and below.

This vulnerability allows unauthenticated attackersβ€”meaning no special privileges are neededβ€”to inject malicious PHP objects into the application.

Exploitation can lead to severe consequences such as code injection, SQL injection, path traversal, denial of service, and other malicious activities if a suitable POP (Property Oriented Programming) chain exists.

Users are advised to update to version 2.36.2 where the vulnerability has been patched.

Impact Analysis

This vulnerability can have a critical impact on your system's security.

  • Attackers can execute arbitrary code on your server.
  • It can lead to SQL injection, potentially exposing or corrupting your database.
  • Path traversal attacks may allow attackers to access sensitive files.
  • Denial of service attacks could disrupt the availability of your website or service.

Since the vulnerability is unauthenticated, attackers do not need any credentials to exploit it, increasing the risk.

Mitigation Strategies

To mitigate the CVE-2025-60205 vulnerability in the WordPress ThemeREX Addons Plugin (versions 2.36.1.1 and below), users should immediately update the plugin to version 2.36.2 or later.

Until the update can be applied, it is advised to implement the mitigation rule provided by Patchstack to block attacks targeting this vulnerability.

Compliance Impact

The vulnerability allows unauthenticated attackers to perform critical actions such as code injection, SQL injection, path traversal, and denial of service. These actions could lead to unauthorized access, data breaches, or service disruptions.

Such security breaches can compromise the confidentiality, integrity, and availability of sensitive data, potentially violating compliance requirements under standards like GDPR and HIPAA that mandate protection of personal and health information.

Therefore, failure to patch this vulnerability or mitigate its exploitation could result in non-compliance with these regulations due to inadequate security controls.

Detection Guidance

The vulnerability affects WordPress installations using the ThemeREX Addons Plugin version 2.36.1.1 and below. Detection typically involves identifying if the vulnerable plugin version is installed.

Since the vulnerability is an unauthenticated PHP Object Injection, network detection might involve monitoring for suspicious HTTP requests targeting the plugin endpoints that could carry malicious payloads.

Patchstack has provided a mitigation rule to block attacks until the plugin is updated, which may include signatures or rules for intrusion detection systems.

Specific commands to detect the vulnerable plugin version on your WordPress system include:

  • Using WP-CLI to check the installed plugin version: wp plugin list | grep trx_addons
  • Manually inspecting the plugin version in the WordPress admin dashboard under Plugins.
  • Searching the plugin directory for version information, e.g., grep -r 'Version:' wp-content/plugins/trx_addons/

For network detection, monitoring HTTP requests for unusual parameters or payloads targeting the ThemeREX Addons plugin endpoints can help, but no specific commands or signatures are provided in the available resources.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-60205. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart