RedwoodSDK is a server-first React framework. From 1.0.0-beta.50 to 1.0.5, erver functions exported from "use server" files could be invoked via GET requests, bypassing their intended HTTP method. In cookie-authenticated applications, this allowed cross-site GET navigations to trigger state-changing functions, because browsers send SameSite=Lax cookies on top-level GET requests. This affected all server functions -- both serverAction() handlers and bare exported functions in "use server" files. This vulnerability is fixed in 1.0.6.
References
| Link | Resource |
|---|---|
| https://github.com/redwoodjs/sdk/security/advisories/GHSA-x8rx-789c-2pxq | Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-04-07 20:16
Updated : 2026-07-24 21:10
NVD link : CVE-2026-39371
Mitre link : CVE-2026-39371
CVE.ORG link : CVE-2026-39371
JSON object : View
Products Affected
redwoodjs
- redwoodsdk
CWE
CWE-352
Cross-Site Request Forgery (CSRF)
