Skip to main content

Reisen WordPress Theme CVE-2025-69111

CRITICAL
Deserialization of Untrusted Data (CWE-502)
2026-06-17 Patchstack
9.8
CVSS 3.1 · Vendor: Patchstack
Share

Severity by source

Vendor (Patchstack) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
9.8 CRITICAL

Unauthenticated network-reachable PHP object injection with no user interaction typically yields full confidentiality, integrity, and availability impact via gadget-chain RCE.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Patchstack).

CVSS VectorVendor: Patchstack

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

Lifecycle Timeline

1
Analysis Generated
Jun 17, 2026 - 14:48 vuln.today

DescriptionCVE.org

Unauthenticated PHP Object Injection in Reisen <= 1.4.1 versions.

AnalysisAI

Unauthenticated PHP object injection in the ThemeREX Reisen WordPress theme versions 1.4.1 and earlier allows remote attackers to trigger deserialization of attacker-controlled data without authentication. Successful exploitation can lead to full site compromise via gadget chains commonly available in WordPress core or active plugins, with CVSS rated 9.8 critical. No public exploit identified at time of analysis and the vulnerability is not listed in CISA KEV.

Technical ContextAI

The vulnerability is a CWE-502 Deserialization of Untrusted Data flaw affecting the Reisen commercial WordPress theme by ThemeREX (CPE cpe:2.3:a:themerex:reisen). PHP object injection occurs when user-controllable input reaches an unserialize() call (or equivalent), causing PHP to instantiate arbitrary classes and invoke their magic methods such as __wakeup, __destruct, or __toString. In the WordPress ecosystem, such primitives are typically chained with POP (Property-Oriented Programming) gadgets present in WordPress core, popular plugins like WooCommerce, or libraries like Monolog/Guzzle to escalate from object instantiation to file write, SQL injection, or arbitrary code execution. ThemeREX themes have a recurring history of similar deserialization and auth-bypass issues, which contextualizes the severity here.

RemediationAI

No vendor-released patch identified at time of analysis; the Patchstack entry (https://patchstack.com/database/wordpress/theme/reisen/vulnerability/wordpress-reisen-theme-1-4-1-php-object-injection-vulnerability) documents 1.4.1 as the latest vulnerable version with no fixed version cited. Operators should monitor ThemeREX for an updated Reisen release and upgrade immediately when published; in the interim, deploy a WordPress WAF such as Patchstack or Wordfence with virtual-patching rules for PHP object injection on the Reisen theme endpoints, which adds request inspection overhead but blocks known serialized payloads. As stronger compensating controls, disable or replace the Reisen theme on production sites (side effect: site appearance/functionality breaks until a replacement theme is configured), restrict access to theme AJAX and REST endpoints to authenticated admins via web server rules (side effect: may break legitimate front-end features that rely on those endpoints), and audit installed plugins to remove those known to expose POP gadget chains to reduce the blast radius if injection is triggered.

Share

CVE-2025-69111 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy