Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
7DescriptionCVE.org
Deserialization of Untrusted Data vulnerability in park_of_ideas Goldish goldish allows Object Injection.This issue affects Goldish: from n/a through < 3.47.
AnalysisAI
A PHP Object Injection vulnerability exists in the park_of_ideas Goldish theme due to insecure deserialization of untrusted data, allowing attackers to inject arbitrary objects and potentially achieve remote code execution or other malicious outcomes. The vulnerability affects Goldish versions prior to 3.47. While no CVSS score or EPSS data is publicly available, the CWE-502 classification indicates a serious deserialization flaw that could be exploited if untrusted data is processed without validation.
Technical ContextAI
This vulnerability stems from CWE-502 (Deserialization of Untrusted Data), a critical weakness in PHP applications where user-supplied data is unserialized without proper validation or sanitization. The Goldish theme (CPE: cpe:2.3:a:park_of_ideas:goldish:*:*:*:*:*:*:*:*) is a WordPress theme that likely uses PHP's unserialize() function or similar mechanisms to reconstruct objects from serialized data. When an attacker controls the serialized input, they can craft malicious object payloads that exploit PHP's magic methods (__wakeup, __destruct, __toString, etc.) to trigger unintended code execution or chain gadget sequences leading to remote code execution. The vulnerability represents a fundamental failure to treat deserialized data as untrusted, even when it originates from user input, HTTP requests, or other external sources.
RemediationAI
Immediately upgrade the Goldish theme to version 3.47 or later, which contains the fix for this object injection vulnerability. Access the WordPress theme update mechanism or download the patched version directly from the official Goldish repository. Until patching is feasible, disable or restrict access to any functionality in Goldish that accepts serialized data from user input, and conduct a security audit to identify any other potential deserialization points in your WordPress installation. Consider implementing a Web Application Firewall (WAF) rule to detect and block suspicious serialized object patterns in HTTP requests. For detailed remediation guidance, refer to the Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/goldish/vulnerability/wordpress-goldish-theme-3-47-php-object-injection-vulnerability.
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-15627