SummaryAccording to the Snyk blog https://security.snyk.io/vuln/SNYK-JS-NEXT-15105315, version 15.5.10 is insecure, and upgrading to 15.6.0-canary.61 is recommended. If necessary, please release a patch version instead of a canary.
Additional informationNo response ExampleNo response |
Replies: 4 comments 6 replies
|
Yes, version There’s no need to upgrade to a canary version—canary releases are intended for testing and experimentation, not for production use. Also, consider upgrading |
Short AnswerNo, 15.5.10 does not exist as a patched version. You should upgrade to 15.5.9 (the latest secure version in the 15.5.x line). Security ContextThere have been three critical security advisories for Next.js in December 2025: 1. CVE-2025-66478 (CVSS 10.0 - Critical RCE)
2. CVE-2025-55184 / CVE-2025-67779 (High - DoS)
3. CVE-2025-55183 (Medium - Source Code Exposure)
Recommended Safe Versions (As of January 2026)
Quick Fix Command# For 15.5.x users
npm install next@15.5.9
# Or use the official interactive tool
npx fix-react2shell-nextPost-Upgrade ActionsAfter upgrading and redeploying:
Official Resources |
|
v15.5.10 is safe - To be affected by CVE-2025-59472 - you need to:
|





v15.5.10 is safe -
To be affected by CVE-2025-59472 - you need to:
experimental.pprwas only ever available in version 15 canary branches. If you do useexperimental.ppron v15, you are already on canary, and need to update to latest canary.