CVE-2026-83627
Last modified
CVE-2026-83627 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. The Hummingbird – Speed Optimization, Caching, Minify, Compress & CDN plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 3.21.0 via the log_msg() function in core/modules/class-page-cache.php. The page-cache debug log is written to wp-content/wphb-logs/page-caching-log.php, a directly web-accessible PHP file that is supposed to be protected by a leading '<?php die(); ?>' header. EPSS estimates a 0.82% chance of exploitation in the next 30 days.
Description
The Hummingbird – Speed Optimization, Caching, Minify, Compress & CDN plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 3.21.0 via the log_msg() function in core/modules/class-page-cache.php. The page-cache debug log is written to wp-content/wphb-logs/page-caching-log.php, a directly web-accessible PHP file that is supposed to be protected by a leading '<?php die(); ?>' header. That header is guarded by class_exists( 'Filesystem' ), which can never match because class_exists() resolves string arguments in the global namespace while the class is Hummingbird\Core\Filesystem; when the log is created during a front-end request the header is therefore omitted entirely. get_cookies() then writes the raw name of any cookie matching the wphb_cache_ prefix into that file without sanitization. This makes it possible for unauthenticated attackers to write arbitrary PHP into the log file with a single anonymous request and execute it by requesting the file directly, resulting in full remote code execution. Exploitation requires the site administrator to have enabled Page Caching with the Debug Log option (non-default), and the log file to be created during a front-end request — a state reached by the plugin's own 'Clear logs' action, any cache flush, or unattended via the plugin's daily log-rotation cron, which can strip the protective header from an existing log file.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| wpmudev | Hummingbird Performance – Cache & Page Speed Optimization for Core Web Vitals | Critical CSS | Minify CSS | Defer CSS Javascript | CDN | <= 3.21.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-83627?
How severe is CVE-2026-83627?
How do I fix CVE-2026-83627?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-83617xmldom is a pure JavaScript W3C standard-based (XML DOM Leve…8.7
- CVE-2026-83618xmldom is a pure JavaScript W3C standard-based (XML DOM Leve…8.7
- CVE-2026-83619xmldom is a pure JavaScript W3C standard-based (XML DOM Leve…8.7
- CVE-2026-8362A stack-based buffer overflow condition exists in WOSDefault…9.8
- CVE-2026-83621ntopng is a web-based network traffic monitoring application…8.1
- CVE-2026-83625The Contact Form by Supsystic plugin for WordPress is vulner…7.2
- CVE-2026-83628The Theme My Login plugin for WordPress is vulnerable to Mis…4.3
- CVE-2026-8363A stack-based buffer overflow condition exists in WOSDeviceD…9.8
- CVE-2026-8364Gladinet Triofox Cloud Server Agent Access Service (GladServ…9.8
- CVE-2026-8365The Blocksy theme for WordPress is vulnerable to PHP Object …8.8
- CVE-2026-83660Adobe Campaign Classic (ACC) is affected by a Server-Side Re…9.9
- CVE-2026-8367aria2c accepts a server certificate with incorrect Extended …5.3
Are you affected by CVE-2026-83627?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
