v3.68.3
payloadcms/payloadv3.68.3Dec 11, 2025by denolfe
AI Summary
A security release addressing high-severity Denial of Service and Source Code Exposure vulnerabilities affecting React 19 and Next.js.
Key Highlights
- Bumps minimum Next.js version to 15.4.9 to address CVEs.
- Advises users to upgrade React and Next.js in their own apps.
New Features
- Bump minimum next version to 15.4.9
- Fixes CVE-2025-55184 (DoS) and CVE-2025-55183 (Source Code Exposure)
Full Release Notes
## [v3.68.3](https://github.com/payloadcms/payload/compare/v3.68.2...v3.68.3) (2025-12-11) ### ⚠️ Security Issue * **deps:** bump minimum next version to 15.4.9 ([#14898](https://github.com/payloadcms/payload/issues/14898)) ([2ba4ee0](https://github.com/payloadcms/payload/commit/2ba4ee0)) A high-severity Denial of Service ([CVE-2025-55184](https://www.cve.org/CVERecord?id=CVE-2025-55184)) and a medium-severity Source Code Exposure ([CVE-2025-55183](https://www.cve.org/CVERecord?id=CVE-2025-55183)) affect React 19 and frameworks that use it, like Next.js. Full details here: https://vercel.com/kb/bulletin/security-bulletin-cve-2025-55184-and-cve-2025-55183#how-to-upgrade-and-protect-your-next.js-app While this is **not a Payload vulnerability,** it may affect any Payload project running on the affected versions of Next.js. Payload does not install any of these dependencies directly, it simply _enforces_ their versions through its peer dependencies, which will only _warn_ you of the version incompatibilities. You will need to upgrade React and Next.js yourself in your own apps to the patched versions listed below in order to receive these updates. ## Resolution You are strongly encouraged to upgrade your own apps to the nearest patched versions of Next.js and deploy immediately. Quick steps: If using `pnpm` as your package manager, here's a one-liner: ``` pnpm add next@15.4.9 ``` For a full breakdown of the vulnerable packages and their patched releases, see https://vercel.com/kb/bulletin/security-bulletin-cve-2025-55184-and-cve-2025-55183#how-to-upgrade-and-protect-your-next.js-app. ### 🐛 Bug Fixes * passes serverURL through to all formatAdminURL calls ([#14869](https://github.com/payloadcms/payload/issues/14869)) ([b82356b](https://github.com/payloadcms/payload/commit/b82356b)) ### 🤝 Contributors - Jake (@jacobsfletch) - Jarrod Flesch (@JarrodMFlesch)