Severity by source
AV:N/AC:H/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:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
Deserialization of Untrusted Data vulnerability in xtemos WoodMart woodmart allows Object Injection.This issue affects WoodMart: from n/a through <= 8.3.8.
AnalysisAI
A PHP object injection vulnerability exists in the xtemos WoodMart WordPress theme through version 8.3.8, stemming from insecure deserialization of untrusted data. This vulnerability allows attackers to inject malicious serialized objects that can be instantiated during deserialization, potentially leading to remote code execution or other malicious actions depending on available gadget chains in the WordPress environment. The vulnerability affects all versions of WoodMart up to and including 8.3.8, with no CVSS score or EPSS data currently published, though the underlying deserialization flaw (CWE-502) is a known vector for critical remote exploitation.
Technical ContextAI
The vulnerability is rooted in CWE-502 (Deserialization of Untrusted Data), a well-established attack vector in PHP applications. WoodMart, identified via CPE (cpe:2.3:a:xtemos:woodmart:*:*:*:*:*:*:*:*), is a WordPress theme that apparently accepts and processes serialized PHP objects without proper validation or sanitization. When user-supplied input containing serialized objects is passed to PHP's unserialize() function or similar deserialization mechanisms, an attacker can craft malicious payloads that instantiate dangerous object classes. If the WordPress environment or theme dependencies expose gadget chains (sequences of object methods that can be chained together), the attacker may achieve arbitrary code execution or data manipulation. This is particularly dangerous in WordPress contexts where themes have broad system access.
RemediationAI
Website administrators running WoodMart should immediately upgrade the theme to a version greater than 8.3.8 (check xtemos official website or WordPress.org theme repository for the latest patched version). Until a patched version is released or installed, implement input validation and filtering on any user-supplied data that might be serialized, disable PHP's unserialize() function if not absolutely required, and consider using JSON-based serialization instead of PHP native serialization. Additionally, restrict WordPress administrative access to trusted IP ranges, implement Web Application Firewall (WAF) rules to detect and block serialized PHP object payloads in requests, and maintain current backups. Consult the vendor advisory at the Patchstack reference link for specific patch availability and timeline. Monitor xtemos official channels and WordPress security mailing lists for patch releases.
Deserialization of Untrusted Data vulnerability in xtemos WoodMart - Multipurpose WooCommerce Theme.0.36. Rated critical
The WoodMart plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 8.2.3 via
The The Woodmart theme for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including
The Woodmart theme for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'multiple_markers' attrib
Unauth. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low at
WoodMart versions 8.3.9 and earlier expose sensitive embedded system information to unauthorized parties through imprope
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-15544
GHSA-7648-c8fp-vqw5