CVE-2023-30548

CVSS V2 None CVSS V3 None
Description
gatsby-plugin-sharp is a plugin for the gatsby framework which exposes functions built on the Sharp image processing library. The gatsby-plugin-sharp plugin prior to versions 5.8.1 and 4.25.1 contains a path traversal vulnerability exposed when running the Gatsby develop server (`gatsby develop`). It should be noted that by default gatsby develop is only accessible via the localhost 127.0.0.1, and one would need to intentionally expose the server to other interfaces to exploit this vulnerability by using server options such as --host 0.0.0.0, -H 0.0.0.0, or the GATSBY_HOST=0.0.0.0 environment variable. Attackers exploiting this vulnerability will have read access to all files within the scope of the server process. A patch has been introduced in gatsby-plugin-sharp@5.8.1 and gatsby-plugin-sharp@4.25.1 which mitigates the issue by ensuring that included paths remain within the project directory. As stated above, by default gatsby develop is only exposed to the localhost 127.0.0.1. For those using the develop server in the default configuration no risk is posed. If other ranges are required, preventing the develop server from being exposed to untrusted interfaces or IP address ranges would mitigate the risk from this vulnerability. Users are non the less encouraged to upgrade to a safe version.
Overview
  • CVE ID
  • CVE-2023-30548
  • Assigner
  • security-advisories@github.com
  • Vulnerability Status
  • Undergoing Analysis
  • Published Version
  • 2023-04-17T21:15:07
  • Last Modified Date
  • 2023-04-18T03:15:28
History
Created Old Value New Value Data Type Notes
2023-04-17 22:00:39 Added to TrackCVE
2023-04-17 22:00:40 Weakness Enumeration new
2023-04-18 04:00:42 2023-04-18T03:15:28 CVE Modified Date updated
2023-04-18 04:00:43 Received Awaiting Analysis Vulnerability Status updated
2023-04-24 11:01:20 Awaiting Analysis Undergoing Analysis Vulnerability Status updated