CVE-2025-60208
8.8Tusko Trush · Advanced Custom Fields : CPT Options Pages
A CSRF vulnerability in the Advanced Custom Fields : CPT Options Pages plugin allows for object injection, potentially leading to unauthorized actions.
Executive summary
A critical cross-site request forgery vulnerability in the Advanced Custom Fields : CPT Options Pages plugin poses a significant risk of unauthorized object injection and system compromise.
Vulnerability
This is a cross-site request forgery (CSRF) vulnerability, identified as CWE-352, which allows an unauthenticated attacker to trick a user into executing malicious requests. The flaw specifically facilitates object injection within the plugin environment.
Business impact
The ability to perform object injection via CSRF poses a severe threat to the integrity and availability of the affected WordPress site. Successful exploitation could lead to total system compromise, including unauthorized data modification or administrative actions, justifying the high CVSS score of 8.8.
Remediation
Immediate Action: Since no specific patch version is currently identified, users should monitor the vendor repository for updates and consider temporarily deactivating the plugin if it is not business critical.
Proactive Monitoring: Review web server access logs for anomalous POST requests originating from unexpected referrers or targeting the CPT Options Pages plugin endpoints.
Compensating Controls: Deploy a Web Application Firewall (WAF) with robust CSRF protection rules to intercept and block malicious requests attempting to exploit this vulnerability.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the high CVSS severity and the nature of object injection vulnerabilities, administrators must prioritize the security of their WordPress installations. Regularly check for plugin updates and implement strict access controls to minimize the attack surface until a vendor-supplied patch is available.