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

42 lines
910 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
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:
2022-07-22 02:05:18 +00:00
- type: regex
part: body
group: 1
2022-07-22 02:05:18 +00:00
regex:
- '\{"display_name":"([A-Za-z0-9-_]+)"\}'
# Enhanced by md on 2023/02/08