Share
## https://sploitus.com/exploit?id=9C370FED-FF7E-589D-A445-727506FBE6A1
# React2Shell CVE-2025-55182 Detection Scripts

## Overview

This repository contains multi-language scripts designed to detect the presence of the **React2Shell** vulnerability, officially tracked as **CVE-2025-55182**. This is a critical **Unsafe Deserialization** flaw affecting specific versions of **React Server Components (RSC)** packages, potentially leading to **Remote Code Execution (RCE)**.

The detection method is based on checking the project's **package.json** file for versions of React that fall within the known vulnerable ranges.

---

## Affected Versions

The scripts are designed to flag installations using the following React versions which are known to be vulnerable:

* **19.0.0**
* **19.1.0** through **19.1.1**
* **19.2.0**

---

## Repository Structure