nuclei-templates/http/misconfiguration/odoo-unprotected-database.yaml

31 lines
774 B
YAML

id: odoo-unprotected-database
info:
name: Odoo - Unprotected Database
author: pdteam
severity: critical
description: |
The system has an Odoo application whose database manager is unprotected, indicating potential unauthorized access.
remediation: |
Implement and enforce proper authentication and access control measures to protect the Odoo database manager.
metadata:
verified: true
max-request: 1
shodan-query: title:"Odoo"
tags: odoo,database,unauth,misconfig
http:
- method: GET
path:
- '{{BaseURL}}/web/database/manager'
matchers-condition: and
matchers:
- type: word
words:
- "Warning, your Odoo database manager is not protected."
- type: status
status:
- 200