CVE-2026-8365
Last modified
CVE-2026-8365 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. The Blocksy theme for WordPress is vulnerable to PHP Object Injection leading to Remote Code Execution via the 'blocksy_meta' REST API field and the V200 database migration in versions up to and including 2.1.35. This is due to insufficient input sanitization in the blocksy_sanitize_post_meta_options() function, which only blocks values containing '<' or '>' and does not prevent serialized PHP object strings from being stored in post meta, combined with the SearchReplacer::run_recursively() function unconditionally deserializing all string values via @unserialize() during migration without restricting allowed classes. EPSS estimates a 0.85% chance of exploitation in the next 30 days.
Description
The Blocksy theme for WordPress is vulnerable to PHP Object Injection leading to Remote Code Execution via the 'blocksy_meta' REST API field and the V200 database migration in versions up to and including 2.1.35. This is due to insufficient input sanitization in the blocksy_sanitize_post_meta_options() function, which only blocks values containing '<' or '>' and does not prevent serialized PHP object strings from being stored in post meta, combined with the SearchReplacer::run_recursively() function unconditionally deserializing all string values via @unserialize() during migration without restricting allowed classes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject a serialized Blocksy\RaiiPattern object into post meta that, when the V200 migration runs on an upgraded site, is deserialized and triggers RaiiPattern::__destruct(), which executes arbitrary PHP callables via call_user_func().
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-8365?
How severe is CVE-2026-8365?
How do I fix CVE-2026-8365?
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-8359When processing a request with a URL path starting with /sta…7.5
- CVE-2026-8360Function calls to WOSCommonUtil.dll!WOSSysInfoGetDeviceInter…7.5
- CVE-2026-8361A path traversal vulnerability exists in WOSDefaultHttpModul…7.5
- CVE-2026-8362A stack-based buffer overflow condition exists in WOSDefault…9.8
- 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-8367aria2c accepts a server certificate with incorrect Extended …4.8
- CVE-2026-8368LWP::UserAgent versions before 6.83 for Perl leak Authorizat…6.5
- CVE-2026-8369Improper Input Validation in the NAT64 translator in The Ope…6
- CVE-2026-8370Execution with unnecessary privileges vulnerability in Broad…8.5
- CVE-2026-8376Perl versions through 5.43.10 have a heap buffer overflow wh…9.8
- CVE-2026-8377Missing Authorization vulnerability in Armiya Information Te…8.2
Are you affected by CVE-2026-8365?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
