Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Update dependency gatsby-plugin-sharp to v4 [SECURITY] #242

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gatsby-plugin-sharp (source) ^2.14.3 -> ^4.0.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2023-30548

Impact

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).

The following steps can be used to reproduce the vulnerability:


# Create a new Gatsby project, and install gatsby-plugin-sharp
$ npm init gatsby
$ cd my-gatsby-site
$ npm install gatsby-plugin-sharp

# Add the plugin to gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-sharp`,
    },
  ]
}

# Start the Gatsby develop server
$ gatsby develop

# Execute the path traversal vulnerability
$ curl "http://127.0.0.1:8000/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/etc/passwd"

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.

Patches

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.

Workarounds

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.

We encourage projects to upgrade to the latest major release branch for all Gatsby plugins to ensure the latest security updates and bug fixes are received in a timely manner.

Credits

We would like to thank Patrick Rombouts and Bart Veneman [drukwerkdeal.nl] for bringing the issue to our attention.

For more information

Email us at [email protected].


Release Notes

gatsbyjs/gatsby

v4.25.1

Compare Source

v4.25.0

Compare Source

v4.24.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-sharp

4.23.1 (2022-09-22)

Note: Version bump only for package gatsby-plugin-sharp

v4.23.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.23.0

Compare Source

🧾 Release notes

Chores

v4.22.0

Compare Source

🧾 Release notes

Chores

v4.21.0

Compare Source

🧾 Release notes

Chores

v4.20.0

Compare Source

🧾 Release notes

Bug Fixes

v4.19.0

Compare Source

🧾 Release notes

Bug Fixes
4.18.1 (2022-07-12)

Note: Version bump only for package gatsby-plugin-sharp

v4.18.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.18.0

Compare Source

🧾 Release notes

Bug Fixes

v4.17.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-sharp

4.16.1 (2022-06-08)

Note: Version bump only for package gatsby-plugin-sharp

v4.16.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.16.0

Compare Source

🧾 Release notes

Features
Performance Improvements
4.15.1 (2022-06-01)

Note: Version bump only for package gatsby-plugin-sharp

v4.15.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.15.0

Compare Source

🧾 Release notes

Chores
4.14.1 (2022-05-12)

Note: Version bump only for package gatsby-plugin-sharp

v4.14.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.14.0

Compare Source

🧾 Release notes

Bug Fixes

v4.13.0

Compare Source

🧾 Release notes

Features
4.12.1 (2022-04-13)

Note: Version bump only for package gatsby-plugin-sharp

v4.12.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.12.0

Compare Source

🧾 Release notes

Bug Fixes
Chores
4.11.1 (2022-03-31)
Bug Fixes

v4.11.1

Compare Source

Bug Fixes

v4.11.0

Compare Source

🧾 Release notes

Refactoring
4.10.2 (2022-03-23)

Note: Version bump only for package gatsby-plugin-sharp

4.10.1 (2022-03-18)

Note: Version bump only for package gatsby-plugin-sharp

v4.10.2

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.10.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.10.0

Compare Source

🧾 Release notes

Bug Fixes
4.9.1 (2022-03-09)

Note: Version bump only for package gatsby-plugin-sharp

v4.9.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.9.0

Compare Source

🧾 Release notes

Chores
4.8.2 (2022-03-01)

Note: Version bump only for package gatsby-plugin-sharp

4.8.1 (2022-02-25)

Note: Version bump only for package gatsby-plugin-sharp

v4.8.2

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.8.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.8.0

Compare Source

🧾 Release notes

Bug Fixes

v4.7.0

Compare Source

🧾 Release notes

Bug Fixes
  • update minor and patch dependencies for gatsby-plugin-sharp #​34656 (c70ab01)

v4.6.0

Compare Source

🧾 Release notes

Bug Fixes
4.5.2 (2022-01-17)

Note: Version bump only for package gatsby-plugin-sharp

4.5.1 (2022-01-12)

Note: Version bump only for package gatsby-plugin-sharp

v4.5.2

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.5.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.5.0

Compare Source

🧾 Release notes

Chores

v4.4.0

Compare Source

🧾 Release notes

Bug Fixes
Chores

v4.3.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-sharp

v4.2.0

Compare Source

🧾 Release notes

Bug Fixes
4.1.4 (2021-11-15)

Note: Version bump only for package gatsby-plugin-sharp

4.1.3 (2021-11-11)

Note: Version bump only for package gatsby-plugin-sharp

4.1.2 (2021-11-10)

Note: Version bump only for package gatsby-plugin-sharp

4.1.1 (2021-11-09)

Note: Version bump only for package gatsby-plugin-sharp

v4.1.4

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.1.3

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.1.2

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.1.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v4.1.0

Compare Source

🧾 Release notes

Bug Fixes
4.0.1 (2021-10-27)
Bug Fixes

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

🧾 Release notes

Bug Fixes
Chores
3.14.3 (2021-11-02)

Note: Version bump only for package gatsby-plugin-sharp

3.14.2 (2021-10-28)
Bug Fixes
3.14.1 (2021-10-06)

Note: Version bump only for package gatsby-plugin-sharp

v3.15.0

Compare Source

v3.14.3

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v3.14.2

Compare Source

Bug Fixes

v3.14.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v3.14.0

Compare Source

🧾 Release notes

Features
Bug Fixes
Chores
Other Changes
  • Revert "chore(release): Publish next" (a0c4d44)

v3.13.0

Compare Source

🧾 Release notes

Features
Chores

v3.12.0

Compare Source

🧾 Release notes

Bug Fixes
  • update minor and patch dependencies for gatsby-plugin-sharp #​32633 (c6b75f7)
Chores

v3.11.0

Compare Source

🧾 Release notes

Bug Fixes
3.10.2 (2021-07-21)
Bug Fixes
3.10.1 (2021-07-21)

Note: Version bump only for package gatsby-plugin-sharp

v3.10.2

Compare Source

Bug Fixes

v3.10.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v3.10.0

Compare Source

🧾 Release notes

Chores

v3.9.0

Compare Source

🧾 Release notes

Features
  • add unstable_onPluginInit that would execute once in all processes #​31901 (2bf8c0d)

v3.8.0

Compare Source

🧾 Release notes

Chores
3.7.1 (2021-06-10)
Chores

v3.7.1

Compare Source

Chores

v3.7.0

Compare Source

🧾 Release notes

Chores

v3.6.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-sharp

v3.5.0

Compare Source

🧾 Release notes

Bug Fixes
3.4.2 (2021-05-08)

Note: Version bump only for package gatsby-plugin-sharp

3.4.1 (2021-05-05)

Note: Version bump only for package gatsby-plugin-sharp

v3.4.2

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v3.4.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v3.4.0

Compare Source

🧾 Release notes

Bug Fixes
3.3.1 (2021-04-20)

Note: Version bump only for package gatsby-plugin-sharp

v3.3.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v3.3.0

Compare Source

🧾 Release notes

Chores
3.2.1 (2021-04-07)

Note: Version bump only for package gatsby-plugin-sharp

v3.2.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v3.2.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-sharp

3.1.3 (2021-03-30)

Note: Version bump only for package gatsby-plugin-sharp

3.1.2 (2021-03-23)

Note: Version bump only for package gatsby-plugin-sharp

3.1.1 (2021-03-18)

Note: Version bump only for package gatsby-plugin-sharp

v3.1.3

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v3.1.2

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v3.1.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v3.1.0

Compare Source

🧾 Release notes

Bug Fixes
Chores
3.0.1 (2021-03-11)

Note: Version bump only for package gatsby-plugin-sharp

v3.0.1

Compare Source

Note: Version bump only for package gatsby-plugin-sharp

v3.0.0

Compare Source

🧾 Release notes

Features
Bug Fixes

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Apr 20, 2023

⚠️ No Changeset found

Latest commit: 88cf95e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title Update dependency gatsby-plugin-sharp to v4 [SECURITY] Update dependency gatsby-plugin-sharp to v4 [SECURITY] - autoclosed May 6, 2023
@renovate renovate bot closed this May 6, 2023
@renovate renovate bot deleted the renovate/npm-gatsby-plugin-sharp-vulnerability branch May 6, 2023 03:05
@renovate renovate bot changed the title Update dependency gatsby-plugin-sharp to v4 [SECURITY] - autoclosed Update dependency gatsby-plugin-sharp to v4 [SECURITY] May 6, 2023
@renovate renovate bot reopened this May 6, 2023
@renovate renovate bot restored the renovate/npm-gatsby-plugin-sharp-vulnerability branch May 6, 2023 06:18
@renovate renovate bot force-pushed the renovate/npm-gatsby-plugin-sharp-vulnerability branch from a06f5cf to 88cf95e Compare May 6, 2023 06:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants