Other
Security
Critical Update: CVE-2025-55182 (Dec 2025)
Status: PATCHED
PortfoliX v1.0.1 includes a critical security update for Next.js (v16.0.7) to address a Remote Code Execution (RCE) vulnerability in React Server Components.
What you need to do:
- New Installations: You are safe. The current version (v1.0.1) is already patched.
- Existing Installations: If you installed v1.0.0, please update immediately.
How to Update
- Pull the latest changes from the repository (or download the new zip).
- Run
npm installto update dependencies. - Rebuild the application:
npm run build. - Restart the server:
pm2 restart portfolix(or your process manager).
Best Practices
- Change Default Credentials: Never leave the default
admin@portfolix.devaccount active. - Secure Environment Variables: Never commit your
.envfile to public repositories. - Use SSL: Always serve your site over HTTPS. Our
install.shscript sets this up automatically. - Keep Node.js Updated: Use the LTS version of Node.js.