Início
Tendências
Vulnerabilidades
Notícias
Pesquisadores
Por que dbugs?

Yongtae Jeon

#29248de 53,638
8.8CVSS total
Vulnerabilidades · 1
PT-2026-43573
8.8
2026-05-27
Smub · Wpcode – Insert Headers/Footers + Custom Code Snippets – Wordpress Code Manager · CVE-2026-8832
The WPCode - Insert Headers and Footers + Custom Code Snippets - WordPress Code Manager plugin for WordPress is vulnerable to Remote Code Execution in versions up to, and including, 2.3.5 This is due to the 'wpcode' custom post type being registered without a custom capability type or capability restrictions in the wpcode register post type() function, allowing WordPress core to fall back to standard post capabilities for all creation paths including XML-RPC. This makes it possible for authenticated attackers, with author-level access and above, to create and publish executable PHP snippet posts via XML-RPC wp.newPost, which are then executed server-side via eval() in the run eval() function when the snippet is rendered through the [wpcode] shortcode.