CVE-2026-2489 MEDIUM

CVE-2026-2489: TP2WP Importer <= 1.1 - Authenticated (Administrator+) Stored Cross-Site Scripting via 'Watched domains' Textarea

Vendor Readymadeweb
Product TP2WP Importer
Weakness CWE-79 · XSS
Published February 26, 2026
Last update April 8, 2026

CVSS base score

4.4/10
Attack vector Network
Attack complexity High
Privileges required High
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N

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