CVE-2026-4132
7.2Zinoui · HTTP Headers (WordPress Plugin)
The HTTP Headers plugin for WordPress is vulnerable to path traversal and arbitrary file write, allowing authenticated administrators to achieve remote code execution via unsanitized input fields.
Executive summary
The Zinoui HTTP Headers plugin for WordPress contains a critical path traversal flaw that allows authenticated administrators to execute arbitrary code on the underlying server.
Vulnerability
The plugin fails to sanitize user-supplied input for the 'hh_htpasswd_path' and 'hh_www_authenticate_user' options. This allows an attacker with Administrator privileges to write arbitrary content, including malicious PHP code, to any location on the server filesystem.
Business impact
Successful exploitation of this vulnerability leads to full system compromise, as it allows for arbitrary remote code execution. Given the CVSS score of 7.2, this vulnerability represents a high risk for organizations using this plugin, as it could result in total unauthorized control over the web server, data exfiltration, or lateral movement within the network.
Remediation
Immediate Action: Update the HTTP Headers plugin to the latest available version as specified by the vendor. If an update is not immediately available, disable or remove the plugin until a patch is applied.
Proactive Monitoring: Monitor server access logs for suspicious file creation events or attempts to modify sensitive configuration files. Review WordPress administrative action logs for unusual changes to plugin settings.
Compensating Controls: Implement a Web Application Firewall (WAF) to detect and block malicious payloads directed at administrative endpoints. Ensure that the web server process runs with the least privilege necessary to limit the impact of potential code execution.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
The risk posed by this vulnerability is significant due to the potential for remote code execution. Organizations should prioritize updating the Zinoui HTTP Headers plugin immediately to mitigate the risk of exploitation. If the plugin is not essential to business operations, it should be removed to reduce the overall attack surface of the WordPress environment.
Sources
Originally found and disclosed by Chiao-Lin Yu, per the CVE Program record.