Releases: 23blocks-OS/nextjs-template
Releases · 23blocks-OS/nextjs-template
v0.1.1 - Security Patches
Security Patches
This release addresses critical security vulnerabilities discovered in December 2025.
Fixed Vulnerabilities
- CVE-2025-55182 (Critical 10.0): React2Shell - Remote Code Execution in React Server Components
- CVE-2025-55183 (Medium): Source code exposure in Server Functions
- CVE-2025-55184 (High): Denial of Service vulnerability
Changes
- Updated Next.js to ^15.1.11 (resolves to 15.5.9)
- Added ESLint config for proper linting support
Upgrade Instructions
npm update nextOr update your package.json:
"next": "^15.1.11"