Skip to content
Discussion options

You must be logged in to vote

Agree are not affected by this React 19 vulnerability: https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components

The exploit requires sending a malicious request to a Server Function endpoint, to get remote code execution access.

In our case, we are a static site generator, and the "server" only exists at build time. Once built, you generally host the static files on a CDN, no Server Function endpoint is ever exposed, and there's no server runtime you could even execute malicious code on.

Yes, even if we did use any of those packages (which we plan to do), the "vulnerable server" would only have existed at build time, and the attacked would need to send …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@slorber
Comment options

slorber Dec 5, 2025
Collaborator

Answer selected by pombredanne
@pombredanne
Comment options

@slorber
Comment options

slorber Dec 7, 2025
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants