Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gatsby-plugin-sharp (source) 2.0.35 -> 4.25.1 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 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.

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 security@gatsbyjs.com.


Release Notes

gatsbyjs/gatsby (gatsby-plugin-sharp)

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

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

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
Chores
Other Changes
2.14.4 (2021-05-04)

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

2.14.3 (2021-02-25)
Other Changes
2.14.2 (2021-02-24)
Bug Fixes
2.14.1 (2021-02-05)

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

v2.14.4

Compare Source

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

v2.14.3

Compare Source

Other Changes

v2.14.2

Compare Source

Bug Fixes

v2.14.1

Compare Source

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

v2.14.0

Compare Source

🧾 Release notes

Features
Bug Fixes
Chores
2.13.4 (2021-01-29)

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

2.13.3 (2021-01-28)

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

2.13.2 (2021-01-26)

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

2.13.1 (2021-01-21)

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

v2.13.4

Compare Source

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

v2.13.3

[Compare Source](https://togithub.com/gatsbyjs/g


Configuration

πŸ“… Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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.

@renovate
Copy link
Contributor Author

renovate bot commented May 28, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
installing v2 tool yarn-slim v1.22.19
ERROR: npm v9.5.1 is known not to run on Node.js v8.17.0. You'll need to upgrade
to a newer Node.js version in order to use this version of npm. This version of
npm supports the following node versions: `^14.17.0 || ^16.13.0 || >=18.0.0`. You
can find the latest version at https://nodejs.org/.

ERROR:
/opt/buildpack/tools/node/18.16.0/lib/node_modules/npm/lib/utils/exit-handler.js:21
  const hasLoadedNpm = npm?.config.loaded
                           ^

SyntaxError: Unexpected token .
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:617:28)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at module.exports (/opt/buildpack/tools/node/18.16.0/lib/node_modules/npm/lib/cli.js:81:23)

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant