CVE-2026-1317 MEDIUM

CVE-2026-1317: WP Import – Ultimate CSV XML Importer for WordPress <= 7.37 - Authenticated (Subscriber+) SQL Injection via File Name

Vendor Smackcoders
Product WP Ultimate CSV Importer – Import CSV, XML & Excel into WordPress
Weakness CWE-89 · SQLi
Published February 18, 2026
Last update April 8, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The WP Import – Ultimate CSV XML Importer for WordPress plugin for WordPress is vulnerable to SQL Injection in all versions up to, and including, 7.37. This is due to insufficient escaping on the `file_name` parameter which is stored in the database during file upload and later used in raw SQL queries without proper sanitization. This makes it possible for authenticated attackers with Subscriber-level access or higher to append additional SQL queries into already existing queries via a malicious filename, which can be used to extract sensitive information from the database. The vulnerability can only be exploited when the 'Single Import/Export' option is enabled, and the server is running a PHP version < 8.0.

Explanation of Vulnerability in Simple Terms

02Summary

WP Ultimate CSV Importer contains a SQL injection vulnerability in versions up to 7.37. An authenticated user with low privileges can craft malicious input during CSV import to read sensitive data from the WordPress database. The vulnerability requires a valid user account but no additional user interaction. Site administrators should update the plugin immediately.

What an attacker can do

03Attacker Capabilities

Read sensitive data from the WordPress database by injecting SQL commands during CSV import.

Potential impact on your site

04Site Impact

Unauthorized database access could expose user credentials, email addresses, and other sensitive site data to authenticated attackers.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege WordPress user account (e.g., subscriber or contributor role).

Key dates

06Disclosure timeline

February 18, 2026 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE