Description
Unauthenticated PHP Object Injection in Reisen <= 1.4.1 versions.
Published: 2026-06-17
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unauthenticated PHP Object Injection flaw allows an attacker to manipulate serialized data that the Reisen theme processes. This vulnerability can lead to arbitrary code execution on the web server, enabling full compromise of the site, theft of data, or further propagation of malware. The weakness is identified as CWE-502.

Affected Systems

ThemeREX Reisen theme versions 1.4.1 and earlier are vulnerable. The issue exists in all releases of Reisen up to and including 1.4.1.

Risk and Exploitability

The flaw carries a CVSS score of 9.8, indicating critical severity. EPSS data is not available, but the absence of mitigation means potential exploitation is high. The vulnerability is not listed in CISA’s KEV catalog. The likely attack vector involves a remote web request that passes crafted serialized input to the theme, which is then unserialized without proper validation.

Generated by OpenCVE AI on June 18, 2026 at 13:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Reisen theme to version 1.4.2 or newer, removing the insecure unserialize usage.
  • If an immediate update is not possible, disable or uninstall the Reisen theme to eliminate the attack surface.
  • Inspect any custom code or third‑party plugins that may perform uncontrolled unserialization of user-supplied data, ensuring proper validation or using safe deserialization functions.

Generated by OpenCVE AI on June 18, 2026 at 13:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 18 Jun 2026 04:45:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 17 Jun 2026 14:00:00 +0000

Type Values Removed Values Added
Description Unauthenticated PHP Object Injection in Reisen <= 1.4.1 versions.
Title WordPress Reisen theme <= 1.4.1 - PHP Object Injection vulnerability
Weaknesses CWE-502
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-06-17T14:33:09.784Z

Reserved: 2025-12-29T11:19:26.264Z

Link: CVE-2025-69111

cve-icon Vulnrichment

Updated: 2026-06-17T14:33:07.025Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-18T14:00:16Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data