2023-08-18 03:37:14 +00:00
|
|
|
id: apache-couchdb-unauth
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Apache CouchDB - Unauthenticated Access
|
|
|
|
author: SleepingBag945
|
|
|
|
severity: high
|
2024-01-03 06:08:41 +00:00
|
|
|
description: Apache CouchDB is exposed to external users.
|
2023-08-18 04:46:51 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/ax1sX/SecurityList/blob/main/Database/CouchDB.md
|
|
|
|
- https://github.com/taomujian/linbing/blob/master/python/app/plugins/http/CouchDB/Couchdb_Unauthorized.py
|
|
|
|
- https://github.com/mubix/tools/blob/master/nmap/scripts/couchdb-stats.nse
|
2023-08-18 03:37:14 +00:00
|
|
|
metadata:
|
2023-08-18 04:46:51 +00:00
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2023-08-18 03:37:14 +00:00
|
|
|
shodan-query: product:"CouchDB"
|
|
|
|
fofa-query: app="APACHE-CouchDB"
|
|
|
|
tags: apache,couchdb,unauth,misconfig
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/_config"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2023-08-18 04:46:51 +00:00
|
|
|
- 'status_code == 200'
|
|
|
|
- 'contains(body,"httpd_design_handlers") && contains(body,"external_manager")'
|
|
|
|
condition: and
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4a0a00473045022053008792f061ef833f044b7439346118cb7fdcf5a5a1a381b7f70598bc2559e40221008379416ef2b9276ab8421a73d9b0e2e515ba722ee7a9529ed35fe12adad9c6e4:922c64590222798bb761d5b6d8e72950
|