CVE Catalog

CVE-2026-15663

MediumCVSS 4.9
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.30%

22th percentile - higher than 22% of all known CVEs

Summary

The Ninja Forms plugin for WordPress is vulnerable to generic SQL injection via import files. An authenticated attacker with admin privileges can append SQL queries to existing ones to extract sensitive data from the database.

Risk Assessment

An attacker with admin access can steal database contents, including passwords and user data.

Recommendation

Update the Ninja Forms plugin to version 3.14.10 or later.

Other vulnerabilities in Ninja Forms

See all
Original NVD description (English source)

The Ninja Forms – The Contact Form Builder That Grows With You plugin for WordPress is vulnerable to generic SQL Injection via Import File 'settings' Key in all versions up to, and including, 3.14.9 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 and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The vulnerable keys originate from the 'settings' object in an attacker-controlled import file processed via file_get_contents() or base64-decoded/JSON-decoded blobs, bypassing wp_magic_quotes protections entirely; two distinct sinks are affected — _save_setting() in Model.php and insert_form_meta() in ImportForm.php — as only the value side is escaped while the key side receives no sanitization or parameterization at any point in the call chain.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS