Skip to content

Releases: 23blocks-OS/nextjs-template

v0.1.1 - Security Patches

05 Jan 04:01

Choose a tag to compare

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 next

Or update your package.json:

"next": "^15.1.11"