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] #598

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 16, 2023

Mend Renovate

This PR contains the following updates:

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


Configuration

πŸ“… Schedule: Branch creation - "" in timezone Asia/Tokyo, 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.

@renovate renovate bot force-pushed the renovate/npm-gatsby-plugin-sharp-vulnerability branch 2 times, most recently from 087ade7 to 703b046 Compare May 16, 2023 14:53
@renovate renovate bot force-pushed the renovate/npm-gatsby-plugin-sharp-vulnerability branch from 703b046 to 0359851 Compare July 31, 2023 20:20
@renovate renovate bot force-pushed the renovate/npm-gatsby-plugin-sharp-vulnerability branch from 0359851 to c9e3ff2 Compare October 31, 2023 18:21
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

0 participants