The Admin Columns plugin for WordPress is vulnerable to...
High severity
Unreviewed
Published
Jun 6, 2026
to the GitHub Advisory Database
•
Updated Jun 6, 2026
Description
Published by the National Vulnerability Database
Jun 5, 2026
Published to the GitHub Advisory Database
Jun 6, 2026
Last updated
Jun 6, 2026
The Admin Columns plugin for WordPress is vulnerable to PHP Object Injection leading to Remote Code Execution in versions up to and including 7.0.18. This is due to the use of
unserialize()without anallowed_classesrestriction in theIdsToCollection::get_ids_from_string()function, which processes attacker-controlled post meta values without proper validation. This makes it possible for authenticated attackers with Contributor-level access and above to inject a serialized PHP object into a post's custom meta field and trigger arbitrary code execution by exploiting a bundled POP gadget chain, resulting in remote code execution as the web server user.References