CVE-2026-15993 MEDIUM

CVE-2026-15993: Form Maker by 10Web <= 1.15.44 - Authenticated (Subscriber+) SQL Injection via '{username}' Placeholder in Dynamic-Choice Field WHERE Clause

Vendor 10Web
Product Form Maker by 10Web – Mobile-Friendly Drag & Drop Contact Form Builder
Weakness CWE-89 · SQLi
Published August 15, 2026
Last update August 15, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The Form Maker by 10Web – Mobile-Friendly Drag & Drop Contact Form Builder plugin for WordPress is vulnerable to blind SQL Injection via '{username}' Placeholder in Dynamic-Choice Field WHERE Clause in all versions up to, and including, 1.15.44 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 subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This requires that a form is configured with a DB-backed dynamic choice field whose WHERE template references the {username} placeholder, and the attacker must first set their own display_name to a SQL payload via the standard WordPress profile edit screen before triggering the fm_reload_input AJAX endpoint.

Explanation of Vulnerability in Simple Terms

02Summary

Form Maker by 10Web contains a SQL injection vulnerability in versions up to 1.15.44. An authenticated attacker with low privileges can craft malicious input to read sensitive data from the site's database, such as user credentials or form submissions. The vulnerability requires specific conditions to exploit but poses a direct risk to data confidentiality.

What an attacker can do

03Attacker Capabilities

Read sensitive data from the site database, including user information and form submissions.

Potential impact on your site

04Site Impact

User data, passwords, and form submissions stored in the database may be exposed to authenticated attackers.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege user account on the site; no user interaction required.

Key dates

06Disclosure timeline

August 15, 2026 CVE published