CVE-2026-42190 PUBLISHED

RedwoodSDK: Same-site CSRF in in server actions

Assigner: GitHub_M
Reserved: 25.04.2026 Published: 08.05.2026 Updated: 08.05.2026

RedwoodSDK is a server-first React framework. From version 1.0.0-beta.50 to before version 1.2.3, server actions in rwsdk apply HTTP method enforcement but no origin validation. A request originating from a different origin that the browser treats as same-site can invoke a server action with the victim's session cookie attached. This issue has been patched in version 1.2.3.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N
CVSS Score: 5.3

Product Status

Vendor redwoodjs
Product sdk
Versions
  • Version >= 1.0.0-beta.50, < 1.2.3 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE