Skip to main content
Mallory
High

PHP Object Injection RCE in WordPress Admin Columns plugin

IdentifiersCVE-2026-7654CWE-502· Deserialization of Untrusted Data

CVE-2026-7654 is a PHP Object Injection vulnerability in the Admin Columns plugin for WordPress affecting versions up to and including 7.0.18. The flaw is caused by unsafe use of unserialize() without an allowed_classes restriction in the IdsToCollection::get_ids_from_string() function. That function processes attacker-controlled post meta values without sufficient validation, allowing a malicious authenticated user to supply a crafted serialized object in a post custom meta field. Because the plugin includes a usable POP gadget chain, successful deserialization can be turned into arbitrary code execution, resulting in remote code execution in the context of the web server user.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation allows an authenticated attacker with Contributor-level access or higher to execute arbitrary code on the target WordPress server as the web server user. This can lead to full compromise of the affected WordPress instance, including theft or modification of site data, installation of persistent backdoors or malware, abuse of server-side resources, and potential follow-on attacks depending on the privileges and environment of the web server account.

Mitigation

If you can’t patch tonight, do this now.

If immediate patching is not possible, restrict or remove Contributor-level and other untrusted authenticated access to the WordPress instance, especially the ability to create or modify posts and associated custom meta fields. Monitor for suspicious serialized payloads in post meta, review plugin usage for exposed custom field workflows, and consider temporarily disabling the Admin Columns plugin until an updated version can be deployed.

Remediation

Patch, then assume compromise.

Upgrade the Admin Columns plugin to a fixed version newer than 7.0.18. The vulnerable code path should be corrected by eliminating unsafe deserialization of untrusted data, or by enforcing strict allowed_classes restrictions and validating/sanitizing attacker-controlled post meta values before processing. Apply the vendor-provided patch or updated release as soon as possible.
PUBLIC EXPLOITS

Exploits

No public exploits tracked yet. Mallory keeps watching.

VALID 0 / 0 TOTALView more in app

No public exploit code observed for this vulnerability.

EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
AdmincolumnsAdmin Columnsapplication

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity5

Community discussion across Reddit, Mastodon, and other social sources.

EXTERNAL REFERENCES