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

Impact

The Plumbing theme for WordPress contains an unauthenticated PHP Object Injection flaw in all releases up to and including version 1.6. Attackers can manipulate serialized data that the theme processes, enabling them to instantiate arbitrary PHP objects and execute malicious code on the host web server. This property escalates the vulnerability to full remote code execution, granting an attacker the same privileges as the web server user, potentially resulting in site takeover, data exfiltration, or further compromise of the environment.

Affected Systems

The affected product is the ThemeREX Plumbing theme for WordPress, specifically all releases with version numbers equal to or lower than 1.6. Hosts using the theme in any WordPress installation—regardless of their other configurations—are potentially exposed unless the theme is upgraded or removed.

Risk and Exploitability

The CVSS score of 9.8 classifies the issue as Critical, and the EPSS score is currently unavailable, indicating insufficient data on exploitation likelihood. The vulnerability is not listed in the CISA KEV catalog, suggesting it has not yet been observed in widespread, observable attacks. Nevertheless, the flaw is unauthenticated and permits arbitrary code execution, making it an attractive target for attackers with even minimal resources. Attackers can exploit the vulnerability remotely via non-privileged HTTP requests to the vulnerable site, leveraging the theme’s object handling routines.

Generated by OpenCVE AI on June 18, 2026 at 11:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Plumbing theme to version 1.7 or later, which removes the vulnerable code paths.
  • If upgrading is not immediately possible, deactivate or replace the theme with a secure alternative until a patched version can be installed.
  • Modify the server’s PHP configuration to disable serialization functions such as serialize() and unserialize() for the theme directory, or set safe mode restrictions to prevent arbitrary object instantiation.

Generated by OpenCVE AI on June 18, 2026 at 11:51 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 Plumbing <= 1.6 versions.
Title WordPress Plumbing theme <= 1.6 - 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-17T15:31:24.308Z

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

Link: CVE-2025-69127

cve-icon Vulnrichment

Updated: 2026-06-17T15:31:19.065Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data