We would like to inform our clients running React or Next.js applications about a recently observed issue that may cause abnormally high server resource usage, potentially leading to service instability or temporary downtime.
There is NO server breach, NO unauthorized access, and NO compromise of server security.
The issue originates from application runtime behavior, not from the server infrastructure.
Under certain conditions—especially with:
Next.js App Router / React Server Components
Incorrect production configuration
Running development mode on production servers
Misconfigured systemd or PM2 restart policies
The application may spawn an excessive number of Node.js processes, resulting in:
CPU usage spiking far beyond normal limits
Thousands of active or zombie processes
Build failures (e.g. spawn /usr/bin/node EAGAIN)
Temporary service disruption
❌ No server-level security breach
❌ No data exposure
⚠️ Classified as an application-level resource exhaustion issue
✅ Addressed through dependency updates and proper runtime configuration
Ensure React and Next.js are updated to the latest stable versions and review official security advisories.
❌ Incorrect:
✅ Correct:
Before building or starting the application:
If using systemd or PM2:
Avoid infinite restart loops
Set reasonable restart limits
Ensure failed builds do not auto-respawn endlessly
To maintain overall system stability, we have:
Applied protective process and resource limits
Prevented any single application from impacting the entire server
Increased monitoring and early detection
These measures are preventive and do not affect application data or functionality.
❌ No, if the application is properly updated and configured
⚠️ Yes, if outdated code or configurations are redeployed without fixes
Our support team is available to:
Coordinate with your development team
Review runtime configuration
Assist during redeployment and rebuild
Please contact us via the ticket system for further support.
Best regards,
Technical Support Team
React – Official Security Advisory (React Server Components / RCE)
React Blog & GitHub Security Advisories
Next.js – Security Updates
Next.js official repository – Security Advisories
Next.js Blog (Security & Stability updates)
GitHub Advisory Database
Central database for known vulnerabilities in open-source packages
Microsoft Security Research – React2Shell
Technical analysis of React Server Component vulnerabilities
Recommendation: Development teams should always rely on official framework advisories and avoid running development tooling on production servers.