CVE-2024-0668 MEDIUM

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

Vendor Symptote
Product Advanced Database Cleaner – Optimize & Clean Database to Speed Up Site Performance
Weakness CWE-502 · Unsafe deserialization
Published February 5, 2024
Last update April 8, 2026

CVSS base score

6.6/10
Attack vector Network
Attack complexity High
Privileges required High
User interaction None
Confidentiality High
Integrity High

CVSS vector

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

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

Advanced Database Cleaner versions up to 3.1.3 contain a deserialization flaw that allows high-privileged users to execute arbitrary code on the site. An attacker with admin or equivalent access can craft malicious serialized data to trigger code execution during database operations. This affects site confidentiality, integrity, and availability.

What an attacker can do

03Attacker Capabilities

Run arbitrary code on the site with admin-level privileges.

Potential impact on your site

04Site Impact

A compromised admin account can fully compromise the site, including data theft, malware injection, and site takeover.

Conditions required to exploit

05Prerequisites

Attacker must have high-level admin or equivalent privileges on the WordPress site.

Key dates

06Disclosure timeline

February 5, 2024 CVE published
April 8, 2026 Record updated