Description
The TelSender plugin for WordPress is vulnerable to DOM-Based Cross-Site Scripting in all versions up to, and including, 1.14.14. This is due to insufficient input sanitization when processing Telegram API responses containing attacker-controlled chat titles. This makes it possible for unauthenticated attackers to inject malicious scripts via Telegram chat titles that execute when an administrator opens the TelSender settings page and clicks the "Tested" button.
Published: 2026-07-10
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The TelSender plugin processes responses from Telegram's API and stores chat titles without sanitization. The unsanitized titles are later rendered in the plugin’s settings page, allowing an attacker to embed malicious scripts in the title. When an administrator visits the settings page and clicks the "Tested" button, the injected script runs with the administrator's privileges, constituting a DOM-based cross-site scripting vulnerability that requires no authentication to inject but relies on an authenticated user to trigger the payload.

Affected Systems

All versions of the TelSender WordPress plugin up to and including 1.14.14 are affected. This plugin is often used to forward submissions from Contact Form 7, Events, WPForms, Ninja Forms and WooCommerce to a Telegram bot, so any WordPress site employing those integrations with an affected TelSender release is vulnerable. The flaw resides in the plugin’s AJAX handler and PHP template that render the settings page, targeting administrators who have the "Tested" button enabled.

Risk and Exploitability

The CVSS score is 7.2, indicating a medium to high severity. The EPSS score is < 1%, indicating a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. Because the attacker only needs to inject a malicious title but to execute the payload an administrator must click the "Tested" button, the risk is limited to privileged users of the affected site. Successful exploitation would allow arbitrary JavaScript execution, session hijacking, data exfiltration, or loading additional malware, thereby compromising confidentiality, integrity, and availability of the site's administration interface.

Generated by OpenCVE AI on July 29, 2026 at 11:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the TelSender plugin to the latest release (1.15 or newer) where input sanitization is fixed.
  • If an update cannot be applied immediately, disable or remove the "Tested" button from the settings page, or restrict its use to trusted administrators only.
  • As a temporary workaround, modify the AJAX.js and view.php files to escape or strip HTML entities from chat titles before rendering them in the DOM.
  • Monitor site logs for unauthorized script injections and review administrator activity for suspicious behavior.

Generated by OpenCVE AI on July 29, 2026 at 11:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Pechenki
Pechenki telsender – Сontact Form 7, Events, Wpforms, Ninja Forms And Woocommerce To Telegram Bot
Wordpress
Wordpress wordpress
Vendors & Products Pechenki
Pechenki telsender – Сontact Form 7, Events, Wpforms, Ninja Forms And Woocommerce To Telegram Bot
Wordpress
Wordpress wordpress

Fri, 10 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Description The TelSender plugin for WordPress is vulnerable to DOM-Based Cross-Site Scripting in all versions up to, and including, 1.14.14. This is due to insufficient input sanitization when processing Telegram API responses containing attacker-controlled chat titles. This makes it possible for unauthenticated attackers to inject malicious scripts via Telegram chat titles that execute when an administrator opens the TelSender settings page and clicks the "Tested" button.
Title TelSender <= 1.14.14 - Unauthenticated Stored Cross-Site Scripting via Telegram Chat Title
Weaknesses CWE-79
References
Metrics cvssV3_1

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


Subscriptions

Pechenki Telsender – Сontact Form 7, Events, Wpforms, Ninja Forms And Woocommerce To Telegram Bot
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-10T17:01:43.683Z

Reserved: 2026-07-09T15:53:59.287Z

Link: CVE-2026-15298

cve-icon Vulnrichment

Updated: 2026-07-10T16:51:56.731Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T11:30:17Z

Weaknesses
  • CWE-79

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