SCA: security update for gatsby-plugin-sharp (GHSA-h2pm-378c-pcxx)

medium Tenable Cloud Security Plugin ID 415409

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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 [email protected] and [email protected] 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. (CVE-2023-30548)

See Also

https://github.com/advisories/GHSA-h2pm-378c-pcxx

Plugin Details

Severity: Medium

ID: 415409

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 4

Temporal Score: 3.1

Vector: CVSS2#AV:N/AC:L/Au:S/C:P/I:N/A:N

CVSS Score Source: CVE-2023-30548

CVSS v3

Risk Factor: Medium

Base Score: 4.3

Temporal Score: 3.9

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 4/20/2023

Vulnerability Publication Date: 4/17/2023

Reference Information

CVE: CVE-2023-30548

cwe: CWE-22