Share
## https://sploitus.com/exploit?id=44737164-BEE9-50B1-A09D-0B44E6C2C9ED
# RSC Sentinel
CVE-2025-55182 Next.js / React Server Components RCE Scanner (Firefox Extension)
## ποΈ Overview
RSC Sentinel is a Firefox browser extension for security researchers and educators who want to observe React Server Components (RSC) and Next.js App Router indicators while browsing. It focuses on passive detection by default, highlighting potential signals without altering site behavior. For authorized assessments, it also offers optional manual tools for active probing and controlled command execution initiated by the user.
## π§© Features
- **Passive Detection**: Automatically watches for high-level RSC and App Router indicators during normal browsing.
- **Active Probing**: Allows a user-initiated fingerprint request to gather additional signals in a controlled manner.
- **Manual Command Execution**: Provides a manual, user-driven execution workflow intended strictly for authorized testing.
## π§ How Detection Works (High-Level)
RSC Sentinel evaluates a combination of runtime indicators, HTTP response headers, and response content patterns that are commonly associated with RSC and App Router behavior. Results are presented as signals and should be interpreted as indicators rather than definitive proof of vulnerability.
## π¦ Installation (Firefox)
Install the extension from source using Firefoxβs temporary add-on workflow:
1. Open Firefox and navigate to `about:debugging`.
2. Select **This Firefox** in the left sidebar.
3. Click **Load Temporary Add-on**.
4. Choose the `manifest.json` file from the project directory.
The extension will load immediately for the current browser session.
## βΆοΈ Usage
- Browse normally; the extension performs passive detection in the background.
- Open the extension popup from the Firefox toolbar to view detected signals.
- Use **Run fingerprint probe** to initiate a manual probe when authorized.
- Review results in the popup UI, where passive and active signals are displayed clearly.

## ποΈ Project Structure
Example layout for the extension source:
```
.
βββ manifest.json
βββ background.js
βββ content.js
βββ popup.html
βββ popup.js
βββ images/
β βββ img2.png
β βββ img1.png
βββ rules.json
```
## β οΈ Responsible Use / Warning
This extension must only be used on systems you own or where you have explicit permission to test. Misuse of security tooling may be illegal or unethical. Use RSC Sentinel responsibly and in accordance with all applicable laws and policies.
## π License & Disclaimer
This project is open-source and provided for educational and authorized security research purposes. The author is not responsible for misuse. Always conduct testing legally, ethically, and with explicit permission.