CVE-2026-74012

8.8

Steve Burge · TaxoPress

A PHP object injection vulnerability exists in the TaxoPress WordPress plugin, allowing authenticated users to perform unauthorized operations via deserialization of untrusted data.

Executive summary

A critical PHP object injection vulnerability in the TaxoPress plugin allows authenticated attackers to execute arbitrary code or perform unauthorized actions on the host system.

Vulnerability

The plugin is susceptible to CWE-502, Deserialization of Untrusted Data. The vulnerability is exploitable by an authenticated user with low privileges (PR:L) who can supply malicious serialized input to the application.

Business impact

Successful exploitation allows an attacker to achieve full control over the application, potentially leading to data exfiltration, service disruption, or complete system compromise. With a CVSS score of 8.8, this flaw represents a significant risk to the integrity and availability of the WordPress environment.

Remediation

Immediate Action: Update the TaxoPress plugin to the latest available version provided by the vendor to remediate the deserialization flaw.

Proactive Monitoring: Monitor server logs for unusual PHP error patterns or unexpected object deserialization attempts that deviate from normal administrative workflows.

Compensating Controls: Implement a Web Application Firewall (WAF) to filter malicious serialized payloads directed at the plugin endpoints.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Given the high CVSS score and the nature of object injection vulnerabilities, organizations should treat this update with high priority. Administrators must verify their TaxoPress version and apply the vendor patch immediately to prevent potential remote code execution.