GSD-2015-5688

Vulnerability from gsd - Updated: 2023-12-13 01:20
Details
Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read arbitrary files via a ..%2f (dot dot encoded slash) in the PATH_INFO to the default URI.
Aliases
Aliases

{
  "GSD": {
    "alias": "CVE-2015-5688",
    "description": "Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read arbitrary files via a ..%2f (dot dot encoded slash) in the PATH_INFO to the default URI.",
    "id": "GSD-2015-5688"
  },
  "gsd": {
    "metadata": {
      "exploitCode": "unknown",
      "remediation": "unknown",
      "reportConfidence": "confirmed",
      "type": "vulnerability"
    },
    "osvSchema": {
      "aliases": [
        "CVE-2015-5688"
      ],
      "details": "Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read arbitrary files via a ..%2f (dot dot encoded slash) in the PATH_INFO to the default URI.",
      "id": "GSD-2015-5688",
      "modified": "2023-12-13T01:20:06.110997Z",
      "schema_version": "1.4.0"
    }
  },
  "namespaces": {
    "cve.org": {
      "CVE_data_meta": {
        "ASSIGNER": "cve@mitre.org",
        "ID": "CVE-2015-5688",
        "STATE": "PUBLIC"
      },
      "affects": {
        "vendor": {
          "vendor_data": [
            {
              "product": {
                "product_data": [
                  {
                    "product_name": "n/a",
                    "version": {
                      "version_data": [
                        {
                          "version_value": "n/a"
                        }
                      ]
                    }
                  }
                ]
              },
              "vendor_name": "n/a"
            }
          ]
        }
      },
      "data_format": "MITRE",
      "data_type": "CVE",
      "data_version": "4.0",
      "description": {
        "description_data": [
          {
            "lang": "eng",
            "value": "Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read arbitrary files via a ..%2f (dot dot encoded slash) in the PATH_INFO to the default URI."
          }
        ]
      },
      "problemtype": {
        "problemtype_data": [
          {
            "description": [
              {
                "lang": "eng",
                "value": "n/a"
              }
            ]
          }
        ]
      },
      "references": {
        "reference_data": [
          {
            "name": "https://github.com/geddy/geddy/issues/697",
            "refsource": "CONFIRM",
            "url": "https://github.com/geddy/geddy/issues/697"
          },
          {
            "name": "https://github.com/geddy/geddy/releases/tag/v13.0.8",
            "refsource": "CONFIRM",
            "url": "https://github.com/geddy/geddy/releases/tag/v13.0.8"
          },
          {
            "name": "https://github.com/geddy/geddy/pull/699",
            "refsource": "CONFIRM",
            "url": "https://github.com/geddy/geddy/pull/699"
          },
          {
            "name": "https://nodesecurity.io/advisories/geddy-directory-traversal",
            "refsource": "MISC",
            "url": "https://nodesecurity.io/advisories/geddy-directory-traversal"
          },
          {
            "name": "https://github.com/geddy/geddy/commit/2de63b68b3aa6c08848f261ace550a37959ef231",
            "refsource": "CONFIRM",
            "url": "https://github.com/geddy/geddy/commit/2de63b68b3aa6c08848f261ace550a37959ef231"
          }
        ]
      }
    },
    "gitlab.com": {
      "advisories": [
        {
          "affected_range": "\u003c13.0.8",
          "affected_versions": "All versions before 13.0.8",
          "credit": "Vikram Chaitanya",
          "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
          "cwe_ids": [
            "CWE-1035",
            "CWE-22",
            "CWE-937"
          ],
          "date": "2015-09-04",
          "description": "Static file serving allows directory traversal with a URI encoded path.",
          "fixed_versions": [
            "13.0.8"
          ],
          "identifier": "CVE-2015-5688",
          "identifiers": [
            "CVE-2015-5688"
          ],
          "not_impacted": "All versions starting from 13.0.8",
          "package_slug": "npm/geddy",
          "pubdate": "2015-09-04",
          "solution": "Upgrade to version 13.0.8 or above.",
          "title": "Directory Traversal Vulnerability",
          "urls": [
            "https://github.com/geddy/geddy/issues/697",
            "https://github.com/geddy/geddy/pull/699"
          ],
          "uuid": "e723c3c6-9a36-44e8-ba33-581287a1eebb"
        }
      ]
    },
    "nvd.nist.gov": {
      "configurations": {
        "CVE_data_version": "4.0",
        "nodes": [
          {
            "children": [],
            "cpe_match": [
              {
                "cpe23Uri": "cpe:2.3:a:geddyjs:geddy:13.0.7:*:*:*:*:node.js:*:*",
                "cpe_name": [],
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      },
      "cve": {
        "CVE_data_meta": {
          "ASSIGNER": "cve@mitre.org",
          "ID": "CVE-2015-5688"
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "en",
              "value": "Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read arbitrary files via a ..%2f (dot dot encoded slash) in the PATH_INFO to the default URI."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "en",
                  "value": "CWE-22"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://github.com/geddy/geddy/commit/2de63b68b3aa6c08848f261ace550a37959ef231",
              "refsource": "CONFIRM",
              "tags": [],
              "url": "https://github.com/geddy/geddy/commit/2de63b68b3aa6c08848f261ace550a37959ef231"
            },
            {
              "name": "https://github.com/geddy/geddy/issues/697",
              "refsource": "CONFIRM",
              "tags": [
                "Exploit",
                "Patch"
              ],
              "url": "https://github.com/geddy/geddy/issues/697"
            },
            {
              "name": "https://github.com/geddy/geddy/releases/tag/v13.0.8",
              "refsource": "CONFIRM",
              "tags": [
                "Patch"
              ],
              "url": "https://github.com/geddy/geddy/releases/tag/v13.0.8"
            },
            {
              "name": "https://github.com/geddy/geddy/pull/699",
              "refsource": "CONFIRM",
              "tags": [],
              "url": "https://github.com/geddy/geddy/pull/699"
            },
            {
              "name": "https://nodesecurity.io/advisories/geddy-directory-traversal",
              "refsource": "MISC",
              "tags": [
                "Exploit"
              ],
              "url": "https://nodesecurity.io/advisories/geddy-directory-traversal"
            }
          ]
        }
      },
      "impact": {
        "baseMetricV2": {
          "cvssV2": {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 5.0,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
            "version": "2.0"
          },
          "exploitabilityScore": 10.0,
          "impactScore": 2.9,
          "obtainAllPrivilege": false,
          "obtainOtherPrivilege": false,
          "obtainUserPrivilege": false,
          "severity": "MEDIUM",
          "userInteractionRequired": false
        }
      },
      "lastModifiedDate": "2015-09-04T17:53Z",
      "publishedDate": "2015-09-04T15:59Z"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…