Update dependency gatsby-plugin-mdx to v2.14.1 [SECURITY]#376
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency gatsby-plugin-mdx to v2.14.1 [SECURITY]#376renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
8913507 to
3fc52c8
Compare
8226d20 to
3e1b8b7
Compare
3e1b8b7 to
1f17c9f
Compare
1f17c9f to
d156579
Compare
d156579 to
6292553
Compare
6292553 to
65e3817
Compare
65e3817 to
3de97a4
Compare
3de97a4 to
a5608be
Compare
a5608be to
c504ebc
Compare
c504ebc to
f390087
Compare
f390087 to
39c7185
Compare
39c7185 to
2eb408c
Compare
2eb408c to
987fdd1
Compare
987fdd1 to
b083215
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.8.0→2.14.1GitHub Vulnerability Alerts
CVE-2022-25863
Impact
The gatsby-plugin-mdx plugin prior to versions 3.15.2 and 2.14.1 passes input through to the
gray-matternpm package, which is vulnerable to JavaScript injection in its default configuration, unless input is sanitized. The vulnerability is present when passing input in both webpack (MDX files insrc/pagesor MDX file imported as component in frontend / React code) and data mode (querying MDX nodes via GraphQL). Injected JavaScript executes in the context of the build server.To exploit this vulnerability untrusted/unsanitized input would need to be sourced or added into an MDX file. The following MDX payload demonstrates a vulnerable configuration:
Patches
A patch has been introduced in
gatsby-plugin-mdx@3.15.2andgatsby-plugin-mdx@2.14.1which mitigates the issue by disabling thegray-matterJavaScript Frontmatter engine. The patch introduces a new option,JSFrontmatterEnginewhich is set tofalseby default. When settingJSFrontmatterEnginetotrue, input passed togatsby-plugin-mdxmust be sanitized before processing to avoid a security risk. Warnings are displayed when enablingJSFrontmatterEnginetotrueor if it appears that the MDX input is attempting to use the Frontmatter engine.Workarounds
If an older version of
gatsby-plugin-mdxmust be used, input passed into the plugin should be sanitized ahead of processing.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 Snyk [snyk.io] for initially bringing the issue to our attention, as well as Feng Xiao and Zhongfu Su, who reported the issue to Snyk.
For more information
Email us at security@gatsbyjs.com.
Release Notes
gatsbyjs/gatsby (gatsby-plugin-mdx)
v2.14.1Compare Source
v2.14.0Compare Source
🧾 Release notes
Bug Fixes
Chores
@babel/runtimedependencies #32954 (401b358)v2.13.0Compare Source
🧾 Release notes
Chores
v2.12.0Compare Source
🧾 Release notes
Chores
v2.11.0Compare Source
🧾 Release notes
Bug Fixes
2.10.1 (2021-07-26)
Bug Fixes
v2.10.1Compare Source
🧾 Release notes
Bug Fixes
2.10.1 (2021-07-26)
Bug Fixes
v2.10.0Compare Source
🧾 Release notes
Chores
v2.9.0Compare Source
🧾 Release notes
Features
Chores
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.
This PR was generated by Mend Renovate. View the repository job log.