odoo-unprotected-database: Odoo - Unprotected Database

日期: 2025-08-01 | 影响软件: Odoo | POC: 已公开

漏洞描述

The system has an Odoo application whose database manager is unprotected, indicating potential unauthorized access.

PoC代码[已公开]

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.
  classification:
    cpe: cpe:2.3:a:odoo:odoo:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: odoo
    product: odoo
    shodan-query: title:"Odoo"
  tags: odoo,database,unauth,misconfig,vuln

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
# digest: 4a0a00473045022026edde68b6b8119731d642a81e87cc8a4b9d98a1ef89a84f190c1bc4438ff713022100e982b29be9a0189cd99ba8ab868e26432b5c8ec52f8af6a972cbf6221d22bac3:922c64590222798bb761d5b6d8e72950

相关漏洞推荐