CVE-2026-5486 — SQL Injection
CVE-2026-5486 — The Unlimited Elements for Elementor plugin for WordPress is vulnerable to SQL Injection via the 'data[filter_search]' parameter in the get_cat_addons AJAX action in versions up to and including 2.0.7. This is due to insufficient input sanitization and the use of deprecated escaping
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-5486 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 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.
CVE-2026-5486 - Unlimited Elements for Elementor SQL Injection via get_cat_addons
title: CVE-2026-5486 - Unlimited Elements for Elementor SQL Injection via get_cat_addons
id: scw-2026-05-14-ai-1
status: experimental
level: high
description: |
Detects SQL Injection attempts targeting the Unlimited Elements for Elementor plugin in WordPress via the get_cat_addons AJAX action. The rule specifically looks for the 'action=get_cat_addons' and the vulnerable 'data[filter_search]' parameter, along with common SQL injection patterns within the query string. This targets CVE-2026-5486, allowing authenticated attackers to extract sensitive database information.
author: SCW Feed Engine (AI-generated)
date: 2026-05-14
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-5486/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/wp-admin/admin-ajax.php'
cs-uri-query|contains:
- 'action=get_cat_addons'
cs-uri-query|contains:
- 'data[filter_search]=' # This parameter is vulnerable
selection_base:
cs-uri-query|contains:
- 'data[filter_search]=' # This parameter is vulnerable
selection_indicators:
cs-uri-query|contains:
- '%27%20OR%20' # Common SQLi pattern for OR condition
- '%27%20UNION%20' # Common SQLi pattern for UNION
- '%27%20AND%20' # Common SQLi pattern for AND
- '0x' # Hexadecimal encoding often used in SQLi
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-5486 | vulnerability | CVE-2026-5486 |
| CWE-89 | weakness | CWE-89 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 14, 2026 at 07:17 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.