CVE-2026-32502
Published: 25 March 2026
Summary
CVE-2026-32502 is a critical-severity Deserialization of Untrusted Data (CWE-502) vulnerability. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 18.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Requires timely identification, reporting, and patching of the deserialization flaw in vulnerable Borgholm theme versions prior to 1.6, directly eliminating the vulnerability.
Mandates vulnerability scanning to identify installations running vulnerable Borgholm theme versions, enabling prompt remediation.
Enforces validation of untrusted inputs, including serialized data, to block malicious payloads targeting the deserialization vulnerability.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated remote deserialization/RCE in public-facing WordPress theme directly enables T1190 exploitation and Unix/PHP command execution via T1059.004.
NVD Description
Deserialization of Untrusted Data vulnerability in Select-Themes Borgholm borgholm-marketing-agency-theme allows Object Injection.This issue affects Borgholm: from n/a through < 1.6.
Deeper analysisAI
CVE-2026-32502 is a Deserialization of Untrusted Data vulnerability (CWE-502) in the Borgholm marketing agency WordPress theme developed by Select-Themes. The flaw enables Object Injection and affects all versions of the Borgholm theme from its initial release (n/a) through versions prior to 1.6. Published on March 25, 2026, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity due to its potential for severe impacts across confidentiality, integrity, and availability.
An unauthenticated attacker can exploit this vulnerability remotely over the network with low complexity and no user interaction required. By supplying malicious serialized data, the attacker can trigger Object Injection, potentially leading to arbitrary code execution, data manipulation, or denial of service, depending on the injected objects and server environment.
The Patchstack advisory recommends updating the Borgholm theme to version 1.6 or later, where the vulnerability is addressed. Security practitioners should scan WordPress installations for vulnerable theme versions and apply the patch promptly, as no workarounds are specified in available references.
Details
- CWE(s)