nuclei-templates/http/exposures/apis/drupal-jsonapi-user-listing...

38 lines
875 B
YAML
Raw Normal View History

2022-07-22 02:05:18 +00:00
id: drupal-jsonapi-user-listing
info:
name: Drupal JSON:API Username Listing - Detect
2022-07-22 02:05:18 +00:00
author: lixts
severity: medium
description: Drupal JSON:API username listing was detected via the /user/user endpoint.
2022-07-22 02:05:18 +00:00
reference:
- https://www.drupal.org/project/drupal/issues/3240913
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
metadata:
max-request: 1
verified: true
2023-07-02 09:14:23 +00:00
shodan-query: http.component:"drupal"
2022-07-22 02:05:18 +00:00
tags: drupal,exposure
http:
2022-07-22 02:05:18 +00:00
- method: GET
path:
- "{{BaseURL}}/jsonapi/user/user"
matchers-condition: and
2022-07-22 02:05:18 +00:00
matchers:
- type: regex
regex:
- '\{"display_name":"([A-Sa-z0-9-_]+)"\}'
- type: status
status:
- 200
extractors:
2023-07-02 09:14:23 +00:00
- type: json
json:
- '.data[].attributes.display_name'