Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Remote unauthenticated (AV:N/PR:N/UI:N), but AC:H because reliable impact requires a usable POP gadget chain; full C/I/A impact assumed when a chain exists.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Deserialization of Untrusted Data vulnerability in axiomthemes 777 triple-seven allows Object Injection.This issue affects 777: from n/a through <= 1.13.0.
AnalysisAI
Remote PHP object injection in the axiomthemes '777' (triple-seven) WordPress theme allows attackers to instantiate arbitrary PHP objects by supplying crafted serialized data to a vulnerable unserialize() call, affecting all versions up to and including 1.13.0. With the reported CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:N) scoring 9.8, an unauthenticated network attacker can achieve high-impact compromise if a usable POP gadget chain is present. No public exploit identified at time of analysis, and the issue is not listed in CISA KEV.
Technical ContextAI
The affected component is the '777' premium WordPress theme by axiomthemes (CPE cpe:2.3:a:axiomthemes:777). The root cause is CWE-502, Deserialization of Untrusted Data: the theme passes attacker-influenced input into PHP's unserialize() without validating or restricting the object types produced. In WordPress themes this typically arises from unserializing request parameters, cookies, transients, or option values. The security impact of object injection depends on the availability of 'POP' (Property-Oriented Programming) gadget chains within the theme, WordPress core, or active plugins - magic methods such as __wakeup() or __destruct() can be abused to escalate object injection into file operations, SQL access, or code execution.
RemediationAI
No vendor-released patch version is identified in the available data; the input only specifies affected versions through <= 1.13.0. Review the Patchstack advisory (https://patchstack.com/database/Wordpress/Theme/triple-seven/vulnerability/wordpress-777-theme-1-13-0-php-object-injection-vulnerability) for the vendor-supplied fixed release and upgrade to it once confirmed. Until a patched version is verified, apply compensating controls: deploy a WAF or Patchstack virtual patch to block serialized-object payloads (strings containing patterns like 'O:' or 'a:') to theme endpoints; restrict or disable the specific theme functionality that consumes serialized input if identifiable; and consider switching to an alternative theme on high-value sites, accepting the trade-off of layout/feature changes. Note that WAF rules on serialized data can produce false positives against legitimate serialized traffic and are not a substitute for the official fix.
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43383