๐Ÿ” CVE Alert

CVE-2026-4132

HIGH 7.2

HTTP Headers <= 1.19.2 - Authenticated (Administrator+) External Control of File Name or Path to RCE via 'hh_htpasswd_path' and 'hh_www_authenticate_user' Parameters

CVSS Score
7.2
EPSS Score
0.0%
EPSS Percentile
0th

The HTTP Headers plugin for WordPress is vulnerable to External Control of File Name or Path leading to Remote Code Execution in all versions up to and including 1.19.2. This is due to insufficient validation of the file path stored in the 'hh_htpasswd_path' option and lack of sanitization on the 'hh_www_authenticate_user' option value. The plugin allows administrators to set an arbitrary file path for the htpasswd file location and does not validate that the path has a safe file extension (e.g., restricting to .htpasswd). Additionally, the username field used for HTTP Basic Authentication is written directly into the file without sanitization. The apache_auth_credentials() function constructs the file content using the unsanitized username via sprintf('%s:{SHA}%s', $user, ...), and update_auth_credentials() writes this content to the attacker-controlled path via file_put_contents(). This makes it possible for authenticated attackers, with Administrator-level access and above, to write arbitrary content (including PHP code) to arbitrary file paths on the server, effectively achieving Remote Code Execution.

CWE CWE-73
Vendor zinoui
Product http headers
Published Apr 22, 2026
Stay Ahead of the Next One

Get instant alerts for zinoui http headers

Be the first to know when new high vulnerabilities affecting zinoui http headers are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

zinoui / HTTP Headers
0 โ‰ค 1.19.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/ce010c6f-16bd-4178-a621-31ba6378946a?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/http-headers/trunk/http-headers.php#L1403 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/http-headers/tags/1.19.2/http-headers.php#L1403 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/http-headers/trunk/http-headers.php#L1298 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/http-headers/tags/1.19.2/http-headers.php#L1298 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/http-headers/trunk/http-headers.php#L1296 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/http-headers/tags/1.19.2/http-headers.php#L1296 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/http-headers/trunk/http-headers.php#L97 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/http-headers/tags/1.19.2/http-headers.php#L97 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/http-headers/trunk/http-headers.php#L671 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/http-headers/tags/1.19.2/http-headers.php#L671 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/http-headers/trunk/http-headers.php#L722 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/http-headers/tags/1.19.2/http-headers.php#L722

Credits

Chiao-Lin Yu