Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. rwsdk
  4. ›
  5. CVE-2026-39371

CVE-2026-39371: RedwoodSDK has a CSRF vulnerability in server function dispatch via GET requests

April 8, 2026

Summary

Server 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.

Impact

An attacker could construct a URL containing a known action ID and JSON-encoded arguments. When a victim with an active session visited or was redirected to this URL, the function executed with the victim’s credentials. This affected any server function that performs state-changing operations (writes, deletes, mutations) in applications using cookie-based authentication.

Remediation

Update to rwsdk 1.0.6. No application code changes are required.

The fix enforces the declared HTTP method at dispatch time. GET requests to server functions that require POST now return 405 Method Not Allowed.

References

  • github.com/advisories/GHSA-x8rx-789c-2pxq
  • github.com/redwoodjs/sdk
  • github.com/redwoodjs/sdk/security/advisories/GHSA-x8rx-789c-2pxq
  • nvd.nist.gov/vuln/detail/CVE-2026-39371

Code Behaviors & Features

Detect and mitigate CVE-2026-39371 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 1.0.0-beta.50 before 1.0.6

Fixed versions

  • 1.0.6

Solution

Upgrade to version 1.0.6 or above.

Impact 8.1 HIGH

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

Learn more about CVSS

Weakness

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

Source file

npm/rwsdk/CVE-2026-39371.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 08 Apr 2026 12:20:42 +0000.