Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
fix-react2shell-next — Um comando para corrigir o CVE-2025-66478 (React 2 Shell RCE) no seu aplicativo Next.js / React RSC. | Kitploit
Ferramentas/GitHubGitHub/vercel-labs/fix-react2shell-next
Scanners de VulnerabilidadesAnálise de CódigoScripting e AutomaçãoSegurança WebDevSecOpsSegurança da Cadeia de Suprimentos
GitHubvercel-labs/fix-react2shell-next

fix-react2shell-next

Um comando para corrigir o CVE-2025-66478 (React 2 Shell RCE) no seu aplicativo Next.js / React RSC.

Ver Repositório
4016348há 9 mesesRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

fix-react2shell-next

fix-react2shell-next

Um comando para corrigir CVE-2025-66478 (React 2 Shell RCE) no seu aplicativo Next.js / React RSC.

root@kitploit:~
npx fix-react2shell-next

Incrementos de versão determinísticos conforme os advisories oficiais.

O que ele faz

  1. Varre recursivamente todos os arquivos package.json (suporta monorepos)
  2. Verifica versões vulneráveis de:
    • next
    • react-server-dom-webpack
    • react-server-dom-parcel
    • react-server-dom-turbopack
  • Corrige para a versão corrigida correta com base na sua versão atual
  • Atualiza seu lockfile com o gerenciador de pacotes detectado
  • Versões Afetadas

    Next.js

    Current VersionPatched Version
    15.0.0 – 15.0.415.0.5
    15.1.0 – 15.1.815.1.9
    15.2.0 – 15.2.515.2.6
    15.3.0 – 15.3.515.3.6
    15.4.0 – 15.4.715.4.8
    15.5.0 – 15.5.615.5.7
    16.0.0 – 16.0.616.0.7
    15.x canaries15.6.0-canary.58
    16.x canaries16.1.0-canary.12
    14.3.0-canary.77+Downgrade to 14.3.0-canary.76 or upgrade to 15.0.5

    React RSC Packages

    Current VersionPatched Version
    19.0.019.0.1
    19.1.0, 19.1.119.1.2
    19.2.019.2.1

    Uso

    Verificar e Corrigir (Interativo)

    root@kitploit:~
    npx fix-react2shell-next
    

    Correção Automática (CI / Não interativo)

    root@kitploit:~
    npx fix-react2shell-next --fix
    

    Somente Verificação (Dry Run)

    root@kitploit:~
    npx fix-react2shell-next --dry-run
    

    Saída JSON (para scripts)

    root@kitploit:~
    npx fix-react2shell-next --json
    

    Exemplo de Saída

    root@kitploit:~
    🔍 fix-react2shell-next - CVE-2025-66478 vulnerability scanner
    
    📂 Found 3 package.json file(s)
    
    🚨 Found 2 vulnerable file(s):
    
      📄 package.json
         next: ^15.1.0 → 15.1.9
    
      📄 apps/web/package.json
         next: ^15.4.3 → 15.4.8
         react-server-dom-webpack: 19.1.0 → 19.1.2
    
    🔧 Apply fixes? [Y/n] y
    
    🔧 Applying fixes...
    
       ✓ Updated package.json
       ✓ Updated apps/web/package.json
    
    📦 Package manager: pnpm
    🔄 Refreshing lockfile...
    
    $ pnpm install
    
    ✅ Patches applied!
       Remember to test your app and commit the changes.
    

    Suporte a Monorepos

    A ferramenta encontra automaticamente todos os arquivos package.json no seu projeto, excluindo:

    • node_modules
    • .next, .turbo, .vercel, .nuxt
    • dist, build, .output
    • coverage

    Funciona com workspaces npm, yarn, pnpm e bun.

    Referências

    • GitHub Advisory GHSA-9qr9-h5gf-34mp
    • Aviso de Segurança do Next.js
    • Aviso de Segurança do React

    Licença

    MIT

    Baixar ferramenta