Description
Deserialization of Untrusted Data vulnerability in Themify Themify Popup allows Object Injection.

This issue affects Themify Popup: from n/a through 1.4.3.
Published: 2026-07-02
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is insecure deserialization of untrusted data within the Themify Popup WordPress plugin, classified as CWE-502. An attacker can craft malicious serialized data that, when processed by the plugin, causes PHP's object deserialization to instantiate attacker-controlled code or alter the program state, enabling arbitrary code execution on the web server and complete site compromise.

Affected Systems

Any WordPress site running the Themify Popup plugin version 1.4.3 or earlier is vulnerable. Installing or updating the plugin to a version prior to 1.4.4 exposes the site to this risk regardless of the WordPress core version.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity. The EPSS score of <1% suggests the likelihood of exploitation in the wild is low, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector involves supplying malicious serialized payloads to the plugin’s exposed interfaces or configuration endpoints, allowing an attacker to trigger PHP's unserialize and execute arbitrary code.

Generated by OpenCVE AI on August 1, 2026 at 21:25 UTC.

Remediation

Vendor Solution

Update the WordPress Themify Popup plugin to the latest available version (at least 1.4.4).


OpenCVE Recommended Actions

  • Update the Themify Popup plugin to version 1.4.4 or later.
  • If a patch cannot be applied immediately, disable the plugin for all non‑trusted users and limit use to administrators.
  • In the interim, harden deserialization by removing PHP's unserialize function from the plugin, for example using json_decode and strictly validating allowed classes before instantiation.

Generated by OpenCVE AI on August 1, 2026 at 21:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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 12:15:00 +0000

Type Values Removed Values Added
Description Deserialization of Untrusted Data vulnerability in Themify Themify Popup allows Object Injection. This issue affects Themify Popup: from n/a through 1.4.3.
Title WordPress Themify Popup plugin <= 1.4.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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-07-02T15:52:31.034Z

Reserved: 2026-06-18T14:37:40.347Z

Link: CVE-2026-56037

cve-icon Vulnrichment

Updated: 2026-07-02T13:38:57.240Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-56037

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T21:30:06Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data