CVE-2026-15301
Received Received - Intake

Stored XSS in BuddyHolis TableSearch WordPress Plugin

Vulnerability report for CVE-2026-15301, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-10

Last updated on: 2026-07-10

Assigner: Wordfence

Description

The BuddyHolis TableSearch plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘placeholder’ parameter in all versions up to, and including, 1.1.0 due to insufficient input sanitization and output escaping. 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 accesses an injected page.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-10
Last Modified
2026-07-10
Generated
2026-07-10
AI Q&A
2026-07-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
buddyholis tablesearch to 1.1.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The BuddyHolis TableSearch plugin for WordPress has a Stored Cross-Site Scripting (XSS) vulnerability in the ‘placeholder’ parameter in all versions up to and including 1.1.0.

This vulnerability exists because the plugin does not properly sanitize input or escape output, allowing authenticated users with Contributor-level access or higher to inject malicious web scripts.

These injected scripts execute whenever any user accesses the affected page, potentially compromising user security.

Detection Guidance

This vulnerability involves Stored Cross-Site Scripting (XSS) via the 'placeholder' parameter in the BuddyHolis TableSearch WordPress plugin up to version 1.1.0. Detection typically involves identifying injected scripts in the 'placeholder' parameter on pages generated by the plugin.

To detect this vulnerability on your system, you can search the WordPress database for suspicious or unexpected script tags or JavaScript code stored in the 'placeholder' fields related to the BuddyHolis TableSearch plugin.

  • Use SQL queries on the WordPress database to find suspicious entries, for example: SELECT * FROM wp_options WHERE option_name LIKE '%tablesearch%' AND option_value LIKE '%<script>%';
  • Check the plugin files and pages rendered by the plugin for injected scripts in the placeholder attribute by inspecting the HTML source code in a browser or using command line tools like curl or wget.
  • Use web vulnerability scanners or XSS detection tools targeting authenticated Contributor-level access to test if arbitrary scripts can be injected and executed via the placeholder parameter.
Impact Analysis

This vulnerability can allow attackers with Contributor-level access or above to inject malicious scripts into web pages.

When other users visit these pages, the malicious scripts execute in their browsers, which can lead to theft of sensitive information, session hijacking, or other malicious actions.

The CVSS score of 6.4 indicates a medium severity impact, with potential confidentiality and integrity loss but no direct impact on availability.

Mitigation Strategies

To mitigate this vulnerability, you should update the BuddyHolis TableSearch plugin to a version later than 1.1.0 where the issue is fixed.

Additionally, restrict Contributor-level access to trusted users only, as the vulnerability requires authenticated users with Contributor-level access or higher to exploit.

Implement input sanitization and output escaping measures if you maintain the plugin or custom code to prevent stored cross-site scripting.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-15301. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart