CVE-2026-5486 — SQL Injection

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 formats

3 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.

high T1190 Initial Access

CVE-2026-5486 - Unlimited Elements for Elementor SQL Injection via get_cat_addons

Sigma YAML — free preview
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

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-5486 vulnerability CVE-2026-5486
CWE-89 weakness CWE-89
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 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.

Related coverage

CVE-2026-8280 — GitLab CE/EE Affecting All Versions From 8.3 Before 18.9.7, Denial of Service

CVE-2026-8280 — GitLab has remediated an issue in GitLab CE/EE affecting all versions from 8.3 before 18.9.7, 18.10 before 18.10.6, and 18.11 before 18.11.3 that...

vulnerabilityCVEmedium-severitydenial-of-servicecwe-770
/SCW Vulnerability Desk /MEDIUM /6.5 /⚑ 2 IOCs /⚙ 3 Sigma

CVE-2026-8181: WordPress Burst Statistics Plugin Critical Auth Bypass

CVE-2026-8181 — The Burst Statistics – Privacy-Friendly WordPress Analytics (Google Analytics Alternative) plugin for WordPress is vulnerable to Authentication Bypass in versions 3.4.0 to 3.4.1.1....

vulnerabilityCVEcriticalhigh-severityprivilege-escalationcwe-287
/SCW Vulnerability Desk /CRITICAL /9.8 /⚑ 3 IOCs /⚙ 6 Sigma

GitLab CVE-2026-7481: Developer XSS Vulnerability Patched

CVE-2026-7481 — GitLab has remediated an issue in GitLab EE affecting all versions from 16.4 before 18.9.7, 18.10 before 18.10.6, and 18.11 before 18.11.3 that...

vulnerabilityCVEhigh-severitycwe-79
/SCW Vulnerability Desk /HIGH /8.7 /⚑ 4 IOCs /⚙ 3 Sigma