Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

fix(deps): update dependency gatsby-plugin-sharp to v4 [security] #270

Merged
merged 1 commit into from
May 23, 2023

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


Configuration

📅 Schedule: Branch creation - "" in timezone Europe/Paris, 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.

@sonarcloud
Copy link

sonarcloud bot commented Apr 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@socket-security
Copy link

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore [email protected] bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
[email protected] 3.14.3...4.25.1 environment +2/-6 pieh

@Alezco Alezco merged commit aff7701 into master May 23, 2023
@Alezco Alezco deleted the renovate/npm-gatsby-plugin-sharp-vulnerability branch May 23, 2023 08:30
SocialGroovyBot added a commit that referenced this pull request May 23, 2023
## [2.1.2](v2.1.1...v2.1.2) (2023-05-23)

### Bug Fixes

* **deps:** update dependency gatsby-plugin-sharp to v4 [security] ([#270](#270)) ([aff7701](aff7701))
@SocialGroovyBot
Copy link
Member

🎉 This PR is included in version 2.1.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants