CVE-2026-40756
Deferred Deferred - Pending Action
Unauthenticated PHP Object Injection in Zoya

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Unauthenticated PHP Object Injection in Zoya <= 1.4 versions.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-17
Last Modified
2026-06-17
Generated
2026-06-17
AI Q&A
2026-06-17
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 3 associated CPEs
Vendor Product Version / Range
zoya zoya to 1.4 (inc)
patchstack zoya to 1.5 (exc)
patchstack zoya 1.5
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-502 The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

The vulnerability in the WordPress Zoya Theme (versions 1.4 and below) allows unauthenticated PHP Object Injection, which can lead to code injection, SQL injection, path traversal, denial of service, and other malicious activities. Such exploitation could result in unauthorized access to sensitive data or disruption of services.

Because of these risks, organizations using affected versions may face challenges in maintaining compliance with common standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive data and ensuring system integrity and availability.

Failure to address this vulnerability could lead to data breaches or service interruptions, potentially resulting in non-compliance with these regulations.

Executive Summary

CVE-2026-40756 is a high-priority PHP Object Injection vulnerability found in the WordPress Zoya Theme versions 1.4 and below. It allows unauthenticated attackers to inject malicious PHP objects into the application.

This flaw can lead to various severe attacks such as code injection, SQL injection, path traversal, and denial of service if a suitable POP (Property Oriented Programming) chain exists.

The vulnerability is classified under OWASP Top 10 A3: Injection and is considered highly dangerous due to its potential for mass exploitation across many websites.

Impact Analysis

This vulnerability can have serious impacts including unauthorized code execution, data breaches through SQL injection, unauthorized file access via path traversal, and service disruption through denial of service attacks.

Because it requires no authentication to exploit, attackers can easily target vulnerable sites, potentially leading to compromised websites, data loss, and damage to reputation.

Mitigation Strategies

The immediate step to mitigate this vulnerability is to update the WordPress Zoya Theme to version 1.5 or later, as this patched version resolves the PHP Object Injection flaw.

Until the update can be applied, it is recommended to implement the mitigation rule provided by Patchstack to block attacks exploiting this vulnerability.

Detection Guidance

The vulnerability affects WordPress Zoya Theme versions 1.4 and below and involves unauthenticated PHP Object Injection. Detection typically involves identifying if the vulnerable theme version is in use and monitoring for exploitation attempts.

Since Patchstack has provided a mitigation rule to block attacks until the update is applied, it is recommended to use this rule in your web application firewall or intrusion detection system to detect and block exploitation attempts.

To detect the presence of the vulnerable theme version on your system, you can check the installed theme version using WordPress CLI commands such as:

  • wp theme list --status=active
  • wp theme get zoya --field=version

For network detection, monitoring HTTP requests for suspicious payloads that attempt PHP Object Injection patterns targeting the Zoya theme endpoints can help. However, specific commands or signatures are not provided in the available resources.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-40756. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart