nuclei-templates/vulnerabilities/other/couchdb-adminparty.yaml

29 lines
560 B
YAML
Raw Normal View History

2020-07-02 13:53:41 +00:00
id: couchdb-adminparty
2020-07-02 13:53:41 +00:00
info:
2020-08-25 15:29:11 +00:00
name: CouchDB Admin Party
2020-07-02 13:53:41 +00:00
author: organiccrap
severity: high
description: Requests made against CouchDB are done in the context of an admin user.
tags: couchdb
2020-07-02 13:53:41 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/_users/_all_docs'
2020-07-02 13:53:41 +00:00
matchers-condition: and
matchers:
- type: word
words:
- CouchDB/
- Erlang OTP/
part: header
condition: and
- type: word
words:
- total_rows
- offset
part: body
condition: and