WordPress security changelog
HIGH CVE-2026-80491 Received

SAMO Forms exposes SQL injection through unauthenticated actions

SAMO Forms through 1.0.0 uses unauthenticated request input in SQL queries without sufficient sanitization, escaping, or query preparation. An attacker can alter those queries and extract sensitive database information. The authoritative export says several actions are affected but does not name the actions, parameters, queries, or tables.

CVE / CNA score 8.6 CVSS 3.1 · 134c704f-9b21-4f2e-91b3-4a467353bcc0
NVD score Pending NVD has not published its own CVSS assessment.
Component
SAMO Forms
Plugin slug
samo-forms
Affected
<= 1.0.0
Safe version
See mitigation notes
Published
Sep 12, 2026
Weakness
CWE-89 — Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

This CVE was published Sep 12, 2026 and is one of 1 known issue for this plugin.

Update, patch or deactivate.

No fixed release is confirmed in the authoritative export. Deactivate the plugin pending remediation. The application-level fix must remove unauthenticated database operations where unnecessary, validate each input by type, and use prepared queries with fixed SQL structure.

No confirmed safe version is listed. Consider a vendor-supported patch or temporarily restricting the affected functionality while you assess the risk.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical description

The SAMO Forms WordPress plugin through 1.0.0 does not properly sanitise and escape user input before using it in SQL queries in several unauthenticated actions, allowing unauthenticated attackers to perform SQL injection attacks.

CVE / CNA vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

Primary and upstream sources