Description
Contributor PHP Object Injection in Werkstatt <= 4.8.3 versions.
Published: 2026-07-02
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Fuelthemes Werkstatt WordPress theme up to version 4.8.3 contains a PHP Object Injection flaw (CWE‑502). The theme processes user‑supplied serialized data and passes it to PHP's unserialize() function. An attacker who can inject serialized objects through contributor or other input fields can trigger the unserialize operation to run arbitrary PHP code. This vulnerability allows the attacker to compromise confidentiality, integrity, and availability of the affected WordPress site, potentially giving full control over the system. Based on the description, it is inferred that the attacker can trigger the vulnerability by sending crafted HTTP requests containing malicious serialized payloads to the theme via contributor or custom fields.

Affected Systems

All WordPress installations that include the Fuelthemes Werkstatt theme version 4.8.3 or any earlier release are affected. If the theme is still present on a live site, the vulnerability remains exploitable until the theme is removed or upgraded.

Risk and Exploitability

The CVSS score of 8.8 classifies this defect as high severity. The EPSS score of <1% indicates a very low probability of exploitation, and the flaw is not listed in the CISA KEV catalog. Based on the description, it is inferred that the attacker can trigger the vulnerability by sending crafted HTTP requests containing malicious serialized payloads to the theme via contributor or custom fields that the theme deserializes. The likely vector is remote.

Generated by OpenCVE AI on July 31, 2026 at 15:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Werkstatt theme to the latest version that contains the PHP Object Injection fix.
  • If an upgrade cannot be performed, deactivate the Werkstatt theme and switch to an alternative theme to eliminate the vulnerable code path.
  • In the meantime, locate any unserialize calls in the theme's PHP files that handle user‑supplied data, replace them with safer deserialization functions such as json_decode, or add strict validation to ensure the payload is not an object.

Generated by OpenCVE AI on July 31, 2026 at 15:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Fuelthemes
Fuelthemes werkstatt
Wordpress
Wordpress wordpress
Vendors & Products Fuelthemes
Fuelthemes werkstatt
Wordpress
Wordpress wordpress

Thu, 02 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 02 Jul 2026 11:30:00 +0000

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

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


Subscriptions

Fuelthemes Werkstatt
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-07-02T15:53:44.804Z

Reserved: 2026-02-19T09:52:22.262Z

Link: CVE-2026-27414

cve-icon Vulnrichment

Updated: 2026-07-02T13:39:04.278Z

cve-icon NVD

Status : Deferred

Published: 2026-07-02T12:17:00.313

Modified: 2026-07-02T16:16:30.227

Link: CVE-2026-27414

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T15:15:02Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data