CVE-2025-14050 MEDIUM

CVE-2025-14050: Design Import/Export <= 2.2 - Authenticated (Administrator+) SQL Injection via XML File Import

Vendor Uxl
Product Design Import/Export – Styles, Templates, Template Parts and Patterns
Weakness CWE-89 · SQLi
Published December 13, 2025
Last update April 8, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The Design Import/Export plugin for WordPress is vulnerable to SQL Injection via XML File Import in all versions up to, and including, 2.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with administrator-level access, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

Explanation of Vulnerability in Simple Terms

02Summary

The Design Import/Export plugin for WordPress contains a SQL injection vulnerability in versions up to 2.2. An authenticated administrator can craft malicious input to execute arbitrary SQL queries against the site database. This allows reading or modifying sensitive data, though the vulnerability requires high-level admin access to exploit.

What an attacker can do

03Attacker Capabilities

Read or modify database contents via SQL injection.

Potential impact on your site

04Site Impact

An admin account compromised or acting maliciously could extract or alter site data through the plugin.

Conditions required to exploit

05Prerequisites

Attacker must have administrator privileges on the WordPress site.

Key dates

06Disclosure timeline

December 13, 2025 CVE published
April 8, 2026 Record updated