CVE-2026-12115 MEDIUM

CVE-2026-12115: Counter Box <= 2.0.13 - Authenticated (Administrator+) PHP Object Injection via Import

Vendor Wpcalc
Product Counter Box – Add Countdowns, Timers & Dynamic Counters to WordPress
Weakness CWE-502 · Unsafe deserialization
Published June 17, 2026
Last update June 17, 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 Counter Box – Add Countdowns, Timers & Dynamic Counters to WordPress plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 2.0.13 via deserialization of untrusted input . This makes it possible for authenticated attackers, with administrator-level access and above, to inject a PHP Object. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present. Deserialization is triggered automatically upon the post-import redirect that renders the list table, and again when any item is opened for editing, requiring no additional navigation beyond the import action itself.

Explanation of Vulnerability in Simple Terms

02Summary

The Counter Box plugin for WordPress contains a deserialization vulnerability in versions up to 2.0.13. An attacker with high-level site privileges can craft malicious serialized data that, when processed by the plugin, executes arbitrary PHP code on the server. This requires administrative access and affects the confidentiality, integrity, and availability of the site.

What an attacker can do

03Attacker Capabilities

Run arbitrary PHP code on the site with the privileges of the web server.

Potential impact on your site

04Site Impact

A compromised admin account can lead to full site takeover, data theft, or malware installation.

Conditions required to exploit

05Prerequisites

Attacker must have high-level WordPress privileges (administrator or equivalent role).

Key dates

06Disclosure timeline

June 17, 2026 CVE published

Related vulnerabilities

08Related CVE