updated matcher & info
parent
2e5d01e24d
commit
b382f7691c
|
@ -8,16 +8,17 @@ info:
|
||||||
Webgrind 1.5 relies on user input to display a file, which lets anyone view files from the local filesystem (that the webserver user has access to) via an index.php?op=fileviewer&file= URI
|
Webgrind 1.5 relies on user input to display a file, which lets anyone view files from the local filesystem (that the webserver user has access to) via an index.php?op=fileviewer&file= URI
|
||||||
reference:
|
reference:
|
||||||
- https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/Webgrind%20fileviewer.phtml%20%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E%20CVE-2018-12909.md
|
- https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/Webgrind%20fileviewer.phtml%20%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E%20CVE-2018-12909.md
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2018-12909
|
|
||||||
- https://github.com/jokkedk/webgrind/issues/112
|
- https://github.com/jokkedk/webgrind/issues/112
|
||||||
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-12909
|
||||||
classification:
|
classification:
|
||||||
|
cve-id: CVE-2018-12909
|
||||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
||||||
cvss-score: 7.5
|
cvss-score: 7.5
|
||||||
cwe-id: CWE-22
|
cwe-id: CWE-22
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 1
|
max-request: 1
|
||||||
fofa-query: app="Webgrind"
|
|
||||||
verified: true
|
verified: true
|
||||||
|
fofa-query: app="Webgrind"
|
||||||
tags: cve,cve2018,lfi,webgrind
|
tags: cve,cve2018,lfi,webgrind
|
||||||
|
|
||||||
http:
|
http:
|
||||||
|
@ -31,16 +32,8 @@ http:
|
||||||
part: body
|
part: body
|
||||||
regex:
|
regex:
|
||||||
- 'root:.*:0:0:'
|
- 'root:.*:0:0:'
|
||||||
|
|
||||||
- type: word
|
|
||||||
part: body
|
|
||||||
words:
|
|
||||||
- 'webgrind'
|
- 'webgrind'
|
||||||
|
condition: and
|
||||||
- type: word
|
|
||||||
part: header
|
|
||||||
words:
|
|
||||||
- 'text/html'
|
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue