ghsa-p8p7-x288-28g6
Vulnerability from github
Published
2023-03-16 15:30
Modified
2024-03-21 17:47
Summary
Server-Side Request Forgery in Request
Details

The request package through 2.88.2 for Node.js and the @cypress/request package prior to 3.0.0 allow a bypass of SSRF mitigations via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP).

NOTE: The request package is no longer supported by the maintainer.

Show details on source website


{
  "affected": [
    {
      "package": {
        "ecosystem": "npm",
        "name": "request"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "last_affected": "2.88.2"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "database_specific": {
        "last_known_affected_version_range": "\u003c= 2.88.12"
      },
      "package": {
        "ecosystem": "npm",
        "name": "@cypress/request"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "3.0.0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "aliases": [
    "CVE-2023-28155"
  ],
  "database_specific": {
    "cwe_ids": [
      "CWE-918"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2023-03-16T18:33:48Z",
    "nvd_published_at": "2023-03-16T15:15:00Z",
    "severity": "MODERATE"
  },
  "details": "The `request` package through 2.88.2 for Node.js and the `@cypress/request` package prior to 3.0.0 allow a bypass of SSRF mitigations via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP).\n\nNOTE: The `request` package is no longer supported by the maintainer.",
  "id": "GHSA-p8p7-x288-28g6",
  "modified": "2024-03-21T17:47:20Z",
  "published": "2023-03-16T15:30:19Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28155"
    },
    {
      "type": "WEB",
      "url": "https://github.com/request/request/issues/3442"
    },
    {
      "type": "WEB",
      "url": "https://github.com/cypress-io/request/pull/28"
    },
    {
      "type": "WEB",
      "url": "https://github.com/github/advisory-database/pull/2500"
    },
    {
      "type": "WEB",
      "url": "https://github.com/request/request/pull/3444"
    },
    {
      "type": "WEB",
      "url": "https://github.com/cypress-io/request/commit/c5bcf21d40fb61feaff21a0e5a2b3934a440024f"
    },
    {
      "type": "WEB",
      "url": "https://doyensec.com/resources/Doyensec_Advisory_RequestSSRF_Q12023.pdf"
    },
    {
      "type": "WEB",
      "url": "https://github.com/cypress-io/request/blob/master/lib/redirect.js#L116"
    },
    {
      "type": "WEB",
      "url": "https://github.com/cypress-io/request/releases/tag/v3.0.0"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/request/request"
    },
    {
      "type": "WEB",
      "url": "https://github.com/request/request/blob/master/lib/redirect.js#L111"
    },
    {
      "type": "WEB",
      "url": "https://security.netapp.com/advisory/ntap-20230413-0007"
    }
  ],
  "schema_version": "1.4.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Server-Side Request Forgery in Request"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...

Loading...

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.