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.
- Component
- SAMO Forms
- Plugin slug
samo-forms- Affected
- <= 1.0.0
- Safe version
- See mitigation notes
- Published
- Sep 12, 2026
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