Description
The Toocheke Companion plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.10 via the 'series_bg_color' post meta field. This is due to insufficient input sanitization in the toocheke_series_bg_color_save() function (which stores the raw $_POST value in post meta) and insufficient output escaping in the series admin column rendering (where the stored value is concatenated into a style attribute without esc_attr()). This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user, such as an administrator, accesses the series list table in the admin dashboard.
Published: 2026-08-16
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Toocheke Companion plugin for WordPress and allows an attacker with Contributor or higher privileges to store malicious JavaScript via the 'series_bg_color' post meta field. The stored input is not sanitized when written to the database, and later it is concatenated directly into an HTML style attribute without proper escaping. Because the code runs within the admin area, the injected script executes in the context of any user who views the series list table, which may include administrators, thereby potentially allowing attackers to hijack sessions, deface pages, or exfiltrate data.

Affected Systems

All installations of the Toocheke Companion plugin with versions 2.10 or earlier are affected. Users who have downgraded to older releases or who have not applied the latest 2.11 release remain vulnerable.

Risk and Exploitability

The CVSS score of 6.4 indicates a medium severity but not critical. No EPSS score is available, making it difficult to gauge current exploit prevalence, and the vulnerability is not listed in CISA KEV. Attackers only need Contributor-level access, which is common in many WordPress sites. The vulnerability is exploitable through normal usage of the plugin – a legitimate contributor can input a malicious value, and the script will run whenever a privileged user访问 the series list, making the risk actionable and relatively low‑friction.

Generated by OpenCVE AI on August 16, 2026 at 06:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Toocheke Companion plugin to version 2.11 or later, which removes the unescaped 'series_bg_color' handling
  • If an upgrade is not immediately possible, manually sanitize the 'series_bg_color' meta input by validating the value before storing and escape the value with esc_attr() when rendering in the admin columns
  • Consider revoking Contributor or higher privileges from users who do not require them, or disabling the series feature entirely in the plugin settings to eliminate the attack vector

Generated by OpenCVE AI on August 16, 2026 at 06:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 16 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Toocheke
Toocheke toocheke Companion
Wordpress
Wordpress wordpress
Vendors & Products Toocheke
Toocheke toocheke Companion
Wordpress
Wordpress wordpress

Sun, 16 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Description The Toocheke Companion plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.10 via the 'series_bg_color' post meta field. This is due to insufficient input sanitization in the toocheke_series_bg_color_save() function (which stores the raw $_POST value in post meta) and insufficient output escaping in the series admin column rendering (where the stored value is concatenated into a style attribute without esc_attr()). This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user, such as an administrator, accesses the series list table in the admin dashboard.
Title Toocheke Companion <= 2.10 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'series_bg_color' Post Meta
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

Toocheke Toocheke Companion
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-18T19:38:03.065Z

Reserved: 2026-07-13T15:29:55.750Z

Link: CVE-2026-15604

cve-icon Vulnrichment

Updated: 2026-08-18T19:37:58.150Z

cve-icon NVD

Status : Deferred

Published: 2026-08-16T06:16:50.840

Modified: 2026-08-20T12:48:10.287

Link: CVE-2026-15604

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-16T09:45:03Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')