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 deserialization of untrusted data in the Themify Popup plugin, allowing object injection. This is classified as CWE-502 – insecure deserialization. This could enable an attacker to instantiate malicious objects or alter object state, potentially resulting in arbitrary code execution on the host server or other forms of site compromise.

Affected Systems

The issue affects the Themify Popup WordPress plugin on all versions up through 1.4.3. Any WordPress site that has installed this plugin and is running a vulnerable version is potentially impacted, regardless of the underlying WordPress core version.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity. The EPSS score of <1% suggests that the likelihood of the vulnerability being exploited in the wild is low, and the flaw is not listed in the CISA KEV catalog. The likely attack vector is by supplying malicious serialized data to exposed plugin endpoints or configuration interfaces, allowing an attacker to de‑serialize untrusted input and trigger arbitrary code execution.

Generated by OpenCVE AI on July 22, 2026 at 13:38 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 an update cannot be applied immediately, disable the plugin for all users except trusted administrators.
  • Where possible, mitigate deserialization risks by avoiding use of PHP's unserialize function, for example by using stricter alternatives such as json_decode and validating classes before instantiation.

Generated by OpenCVE AI on July 22, 2026 at 13:38 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

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-22T13:45:02Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data