v4.26.2
📦 strapiView on GitHub →
✨ 1 features🐛 2 fixes🔧 1 symbols
Summary
This release marks the final version of Strapi 4, introducing Node.js 22 support and patching a critical security vulnerability related to relational filtering. Users are strongly encouraged to migrate to Strapi 5.
Migration Steps
- All Strapi users should migrate to Strapi 5 as Strapi 4 is now End-Of-Life (EOL).
✨ New Features
- Added support for Node.js 22.
🐛 Bug Fixes
- Fixed a critical vulnerability related to relational filtering exposing sensitive data due to insufficient query sanitization (GHSA-rjg2-95x7-8qmx / CVE-2026-27886).
- Enforced unique admin email validation when updating the authenticated user profile.