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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupDatabase 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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H0.75.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.6MediumVector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/e0b8c24b-3e51-4637-9d8e-da065077d082?source=cveCVE reference
- https://plugins.trac.wordpress.org/browser/advanced-database-cleaner/tags/3.1.3/includes/class_clean_cron.php#L224CVE reference
- https://plugins.trac.wordpress.org/changeset/3025980/CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
