CVE-2026-7046 — SQL Injection
CVE-2026-7046 — The NEX-Forms – Ultimate Forms Plugin for WordPress plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'table' parameter in all versions up to, and including, 9.1.12 due to insufficient escaping on the user supplied parameter and lack of sufficient preparati
What This Means For You
- If your environment is affected by CWE-89, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-7046 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
NEX-Forms SQL Injection via 'table' parameter — CVE-2026-7046
title: NEX-Forms SQL Injection via 'table' parameter — CVE-2026-7046
id: scw-2026-05-15-ai-1
status: experimental
level: high
description: |
Detects time-based blind SQL Injection attempts targeting the NEX-Forms plugin by looking for specific parameters ('table=nex_forms_settings', '_wpnonce', 'action=save_options', 'id') in the URI query, combined with SQL keywords and a sleep function indicative of a blind SQL injection payload. This targets CVE-2026-7046.
author: SCW Feed Engine (AI-generated)
date: 2026-05-15
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-7046/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri-query|contains:
- "table=nex_forms_settings"
cs-uri-query|contains:
- "&_wpnonce="
cs-uri-query|contains:
- "&action=save_options"
cs-uri-query|contains:
- "&id="
cs-uri-query|contains:
- "AND (SELECT "
cs-uri-query|contains:
- "FROM"
cs-uri-query|contains:
- "WHERE"
cs-uri-query|contains:
- "SLEEP("
selection_base:
cs-uri-query|contains:
- "table=nex_forms_settings"
cs-uri-query|contains:
- "&_wpnonce="
cs-uri-query|contains:
- "&action=save_options"
cs-uri-query|contains:
- "&id="
selection_indicators:
cs-uri-query|contains:
- "AND (SELECT "
cs-uri-query|contains:
- "FROM"
cs-uri-query|contains:
- "WHERE"
cs-uri-query|contains:
- "SLEEP("
condition: selection_base AND selection_indicators
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-7046 | vulnerability | CVE-2026-7046 |
| CWE-89 | weakness | CWE-89 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 15, 2026 at 12:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.