LiveActive security incident?Get immediate response
CVE Record

CVE-2024-0668: Advanced Database Cleaner <= 3.1.3 - Authenticated(Administrator+) PHP Object Injection via process_bulk_action

The Advanced Database Cleaner plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.1.3 via deserialization of untrusted input in the 'process_bulk_action' function. This makes it possible for authenticated attacker, with administrator access and above, to inject a PHP Object. No POP chain is present in the vulnerable plugin. If a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code.

MediumCVSS 6.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This issue affects the WordPress Advanced Database Cleaner plugin through version 3.1.3. An attacker already holding Administrator-level access could send unsafe serialized data that PHP may deserialize. The plugin itself lacks a known usable gadget chain, but another installed plugin or theme could make impact much worse.

Executive priority

Treat this as a moderate-priority WordPress maintenance item. It is unlikely to be the first entry point because Administrator access is required, but it can amplify damage if an admin account is compromised or abused.

Technical view

CVE-2024-0668 is CWE-502 PHP object injection in process_bulk_action, with CVSS 6.6. Exploitation requires network access and high privileges, with high attack complexity. Sources state no POP chain exists in the vulnerable plugin, but a chain from another plugin or theme could enable file deletion, sensitive data access, or code execution.

Likely exposure

Exposure is limited to WordPress sites running Advanced Database Cleaner version 3.1.3 or earlier where an attacker has Administrator or higher access. Risk increases on sites with many third-party plugins or themes that may introduce a compatible POP chain.

Exploitation context

The source bundle does not show active exploitation, and the CVE is not listed as KEV. Practical exploitation requires privileged access and a suitable object chain outside the vulnerable plugin, so this is mainly a post-compromise or malicious-admin risk.

Researcher notes

Key uncertainty is the presence of a usable POP chain in the target environment. The vulnerable plugin reportedly has none itself, so validation should focus on version exposure, admin trust boundaries, and whether other installed code changes exploitability.

Mitigation direction

  • Update Advanced Database Cleaner to a vendor-supported release newer than 3.1.3.
  • If no fixed release is available, disable or remove the plugin pending vendor guidance.
  • Restrict Administrator-level WordPress accounts to trusted users only.
  • Review installed plugins and themes for unnecessary code that could add deserialization risk.
  • Monitor Wordfence and WordPress plugin guidance for confirmed remediation details.

Validation and detection

  • Inventory WordPress sites for Advanced Database Cleaner versions 3.1.3 or earlier.
  • Confirm whether any untrusted or stale accounts have Administrator-level access.
  • Review plugin update history and the referenced WordPress changeset for remediation evidence.
  • Check admin activity logs for unexpected database-cleaning bulk actions.
  • Document any co-installed plugins or themes that increase PHP object injection impact.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-0668 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.6CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H0.75.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.6Medium
CVSS 3.1 vector shape for CVE-2024-0668Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
symptoteAdvanced Database Cleaner – Optimize & Clean Database to Speed Up Site Performance0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.