-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore(deps): update devdependency next to v15.1.2 [security] #307
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
07187c8
to
e9a7710
Compare
e9a7710
to
cd15b87
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
15.1.0
->15.1.2
GitHub Vulnerability Alerts
CVE-2024-56332
Impact
A Denial of Service (DoS) attack allows attackers to construct requests that leaves requests to Server Actions hanging until the hosting provider cancels the function execution.
Note: Next.js server is idle during that time and only keeps the connection open. CPU and memory footprint are low during that time.
Deployments without any protection against long running Server Action invocations are especially vulnerable. Hosting providers like Vercel or Netlify set a default maximum duration on function execution to reduce the risk of excessive billing.
This is the same issue as if the incoming HTTP request has an invalid
Content-Length
header or never closes. If the host has no other mitigations to those then this vulnerability is novel.This vulnerability affects only Next.js deployments using Server Actions.
Patches
This vulnerability was resolved in Next.js 14.2.21, 15.1.2, and 13.5.8. We recommend that users upgrade to a safe version.
Workarounds
There are no official workarounds for this vulnerability.
Credits
Thanks to the PackDraw team for responsibly disclosing this vulnerability.
Release Notes
vercel/next.js (next)
v15.1.2
Compare Source
v15.1.1
Compare Source
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.
PR-Codex overview
This PR updates the
next
package version from15.1.0
to15.1.2
across multiplepackage.json
files, ensuring compatibility and potentially incorporating bug fixes or new features introduced in the newer version.Detailed summary
next
version from15.1.0
to15.1.2
in:packages/wagmi/package.json
packages/compat/package.json
apps/swap/package.json
apps/pool/package.json
packages/config/nextjs/package.json
apps/app/package.json
apps/analytics/package.json
apps/referrals/package.json
apps/gauge/package.json
apps/market/package.json
packages/ui/package.json
pnpm-lock.yaml
next
inpnpm-lock.yaml
to reflect the new version.