CVE-2026-77161
Received Received - Intake

SQL Injection in Smart Marketing SMS and Newsletters Forms WordPress Plugin

Vulnerability report for CVE-2026-77161, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-12

Last updated on: 2026-09-12

Assigner: Wordfence

Description

The Smart Marketing SMS and Newsletters Forms plugin for WordPress is vulnerable to generic SQL Injection via Parameter Name in all versions up to, and including, 5.1.24 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. Exploitation requires the plugin's sync feature to be enabled (options['enabled']) and get_option('egoi_mapping') to be truthy, both of which reflect ordinary configured states for the plugin's core contact mapping functionality.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-12
Last Modified
2026-09-12
Generated
2026-09-12
AI Q&A
2026-09-12
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wpforms smart_marketing_sms_and_newsletters_forms to 5.1.24 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL Injection flaw in the Smart Marketing SMS and Newsletters Forms WordPress plugin. It allows authenticated attackers with subscriber-level access or higher to inject malicious SQL queries into existing ones. This happens due to insufficient input escaping and lack of proper SQL query preparation. Exploitation requires the plugin's sync feature to be enabled and a specific option to be truthy, which are common in normal plugin configurations.

Detection Guidance

Detection requires checking for the Smart Marketing SMS and Newsletters Forms plugin version up to 5.1.24. Use WordPress admin to verify plugin version or run SQL queries to inspect database tables for suspicious activity. No specific commands are provided in the context.

Impact Analysis

An attacker could extract sensitive data from the WordPress database, such as user credentials, personal information, or other confidential data. This could lead to data breaches, unauthorized access to accounts, or further compromise of the website. The impact depends on the data stored in the database and the attacker's goals.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR, HIPAA, or other data protection regulations if it results in unauthorized access to or exposure of personal or sensitive data. Organizations may face legal penalties, fines, or reputational damage due to data breaches caused by this flaw.

Mitigation Strategies
  • Update the Smart Marketing SMS and Newsletters Forms plugin to the latest version beyond 5.1.24.
  • Disable the plugin's sync feature if not required (options['enabled']).
  • Review database access logs for unusual SQL query patterns or unauthorized data extraction.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-77161. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart