What the vulnerability does
01Description
The TP2WP Importer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'Watched domains' textarea on the attachment importer settings page in all versions up to, and including, 1.1. This is due to insufficient input sanitization and output escaping when domains are saved via AJAX and rendered with echo implode() without esc_textarea(). This makes it possible for authenticated attackers, with Administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses the attachment importer settings page.
Explanation of Vulnerability in Simple Terms
02Summary
TP2WP Importer versions 1.1 and earlier contain a cross-site scripting vulnerability in a high-privilege context. An authenticated administrator can inject malicious scripts that affect other users across the site. The vulnerability requires high access and specific conditions to exploit, but can compromise site integrity and expose user data.
What an attacker can do
03Attacker Capabilities
Inject malicious scripts that execute in other users' browsers and affect site functionality.
Potential impact on your site
04Site Impact
An admin account compromise could allow script injection affecting all site users and data integrity.
Conditions required to exploit
05Prerequisites
Attacker must have administrator-level access to the WordPress site.
Key dates
06Disclosure timeline
February 26, 2026
CVE published
April 8, 2026
Record updated