Post

Mitigation if you can't patch immediately:
- Don't expose the origin Next.js server directly to untrusted networks
- Block WebSocket upgrades at your reverse proxy / LB if you don't need them
- Reject unexpected absolute-URL request lines
- Restrict egress from the Next.js host, especially to metadata and internal-only services
English
