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

fix(deps): update dependency next to v14.2.10 [security] #202

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next (source) 14.0.4 -> 14.2.10 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-34351

Impact

A Server-Side Request Forgery (SSRF) vulnerability was identified in Next.js Server Actions by security researchers at Assetnote. If the Host header is modified, and the below conditions are also met, an attacker may be able to make requests that appear to be originating from the Next.js application server itself.

Prerequisites

  • Next.js (<14.1.1) is running in a self-hosted* manner.
  • The Next.js application makes use of Server Actions.
  • The Server Action performs a redirect to a relative path which starts with a /.

* Many hosting providers (including Vercel) route requests based on the Host header, so we do not believe that this vulnerability affects any Next.js applications where routing is done in this manner.

Patches

This vulnerability was patched in #​62561 and fixed in Next.js 14.1.1.

Workarounds

There are no official workarounds for this vulnerability. We recommend upgrading to Next.js 14.1.1.

Credit

Vercel and the Next.js team thank Assetnote for responsibly disclosing this issue to us, and for working with us to verify the fix. Thanks to:

Adam Kues - Assetnote
Shubham Shah - Assetnote

CVE-2024-46982

Impact

By sending a crafted HTTP request, it is possible to poison the cache of a non-dynamic server-side rendered route in the pages router (this does not affect the app router). When this crafted request is sent it could coerce Next.js to cache a route that is meant to not be cached and send a Cache-Control: s-maxage=1, stale-while-revalidate header which some upstream CDNs may cache as well.

To be potentially affected all of the following must apply:

  • Next.js between 13.5.1 and 14.2.9
  • Using pages router
  • Using non-dynamic server-side rendered routes e.g. pages/dashboard.tsx not pages/blog/[slug].tsx

The below configurations are unaffected:

  • Deployments using only app router
  • Deployments on Vercel are not affected

Patches

This vulnerability was resolved in Next.js v13.5.7, v14.2.10, and later. We recommend upgrading regardless of whether you can reproduce the issue or not.

Workarounds

There are no official or recommended workarounds for this issue, we recommend that users patch to a safe version.

Credits

  • Allam Rachid (zhero_)
  • Henry Chen

CVE-2024-47831

Impact

The image optimization feature of Next.js contained a vulnerability which allowed for a potential Denial of Service (DoS) condition which could lead to excessive CPU consumption.

Not affected:

  • The next.config.js file is configured with images.unoptimized set to true or images.loader set to a non-default value.
  • The Next.js application is hosted on Vercel.

Patches

This issue was fully patched in Next.js 14.2.7. We recommend that users upgrade to at least this version.

Workarounds

Ensure that the next.config.js file has either images.unoptimized, images.loader or images.loaderFile assigned.

Credits

Brandon Dahler (brandondahler), AWS
Dimitrios Vlastaras


Release Notes

vercel/next.js (next)

v14.2.10

Compare Source

v14.2.9

Compare Source

v14.2.8

Compare Source

v14.2.7

Compare Source

v14.2.6

Compare Source

v14.2.5

Compare Source

v14.2.4

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: ensure route handlers properly track dynamic access (#​66446)
  • fix NextRequest proxy in edge runtime (#​66551)
  • Fix next/dynamic with babel and src dir (#​65177)
  • Use vercel deployment url for metadataBase fallbacks (#​65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#​65235)
  • Fix loading navigation with metadata and prefetch (#​66447)
  • prevent duplicate RSC fetch when action redirects (#​66620)
  • ensure router cache updates reference the latest cache values (#​66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#​66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#​66674)
  • Use addDependency to track metadata route file changes (#​66714)
  • Add timeout/retry handling for fetch cache (#​66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#​66755)
Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

v14.2.3

Compare Source

v14.2.2

Compare Source

v14.2.1

Compare Source

v14.2.0

Compare Source

v14.1.4

Compare Source

v14.1.3

Compare Source

v14.1.2

Compare Source

v14.1.1

Compare Source

Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary

Core Changes
Credits

Huge thanks to @​huozhi, @​shuding, @​Ethan-Arrowood, @​styfle, @​ijjk, @​ztanner, @​balazsorban44, @​kdy1, and @​williamli for helping!

v14.1.0

Compare Source


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented May 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dentalclutter-app ❌ Failed (Inspect) Oct 31, 2024 11:23pm

@renovate renovate bot enabled auto-merge (squash) May 10, 2024 07:09
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 6bc1be9 to dac30ea Compare May 11, 2024 17:36
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from dac30ea to d061885 Compare May 11, 2024 18:23
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from d061885 to 5588265 Compare May 14, 2024 10:19
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 5588265 to a6efebc Compare May 15, 2024 04:19
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from a6efebc to e4db5b9 Compare May 15, 2024 21:15
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from e4db5b9 to a6aa283 Compare May 23, 2024 10:13
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from a6aa283 to 7bf4a7b Compare May 23, 2024 17:22
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 7bf4a7b to 12dc7be Compare May 24, 2024 00:10
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 12dc7be to 5793467 Compare May 24, 2024 19:42
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 5793467 to c3bc415 Compare May 24, 2024 21:52
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from c3bc415 to 2d7753d Compare May 29, 2024 22:47
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 2d7753d to 8e89c83 Compare May 30, 2024 22:41
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 8e89c83 to 959f840 Compare May 31, 2024 22:14
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 959f840 to 8f9ff8a Compare June 1, 2024 02:24
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 6d0277e to 252bc3e Compare October 22, 2024 12:43
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 252bc3e to 6404626 Compare October 23, 2024 07:28
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 6404626 to 3d3fafb Compare October 23, 2024 10:43
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 3d3fafb to ee68a52 Compare October 23, 2024 12:40
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from ee68a52 to 9abf7c5 Compare October 23, 2024 19:26
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 9abf7c5 to b074c23 Compare October 25, 2024 15:34
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from b074c23 to 86535df Compare October 25, 2024 18:52
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 86535df to 7672420 Compare October 25, 2024 22:54
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 7672420 to 0787d89 Compare October 29, 2024 00:27
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 0787d89 to 669cece Compare October 29, 2024 13:02
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 669cece to 65aad47 Compare October 29, 2024 23:03
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from 65aad47 to e9c799e Compare October 30, 2024 14:06
@renovate renovate bot force-pushed the renovate/npm-next-vulnerability branch from e9c799e to 6aaa913 Compare October 31, 2024 11:47
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.

0 participants