CVE-2025-64206

9.8

TieLabs · Jannah

A PHP object injection vulnerability in the TieLabs Jannah WordPress theme allows unauthenticated attackers to execute arbitrary code via deserialization of untrusted input.

Executive summary

A critical deserialization vulnerability in the TieLabs Jannah theme allows unauthenticated attackers to achieve remote code execution.

Vulnerability

This vulnerability stems from improper deserialization of untrusted data (CWE-502). The flaw permits an unauthenticated attacker to inject malicious objects, potentially leading to remote code execution or other unauthorized actions on the underlying WordPress server.

Business impact

Successful exploitation of this vulnerability allows an attacker to execute arbitrary code on the web server with the privileges of the web application. Given the CVSS score of 9.8, this presents a critical risk, potentially resulting in full site compromise, data exfiltration, and significant reputational damage to the organization.

Remediation

Immediate Action: Update the Jannah theme to version 7.6.1 or later immediately.

Proactive Monitoring: Monitor server access logs for unusual POST requests directed at themes or plugins that contain serialized PHP objects.

Compensating Controls: Implement a Web Application Firewall (WAF) with rules configured to detect and block malicious serialized PHP payloads.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Due to the critical nature of this vulnerability and the lack of authentication required for exploitation, immediate patching is mandatory. Administrators should verify the integrity of their WordPress environment after updating to ensure no persistence mechanisms were established prior to the patch.