id: apache-couchdb-unauth info: name: Apache CouchDB - Unauthenticated Access author: SleepingBag945 severity: high 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 metadata: verified: true shodan-query: product:"CouchDB" fofa-query: app="APACHE-CouchDB" max-request: 1 tags: apache,couchdb,unauth,misconfig http: - method: GET path: - "{{BaseURL}}/_config" matchers: - type: dsl dsl: - 'status_code == 200' - 'contains(body,"httpd_design_handlers") && contains(body,"external_manager")' condition: and