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
R2S_CVE-2025-55182 — Automated vulnerability scanner for CVE-2025-55182 (Next.js RCE) with RCE detection, timing analysis, version identification, WAF detection, and visual proof-of-concept execution. | Kitploit
Tools/GitHubGitHub/eytannatye/r2s_cve-2025-55182
Vulnerability ScannersExploitationWeb Application ExploitationWeb SecurityPenetration TestingLearning & Education
GitHubeytannatye/r2s_cve-2025-55182

R2S_CVE-2025-55182

Automated vulnerability scanner for CVE-2025-55182 (Next.js RCE) with RCE detection, timing analysis, version identification, WAF detection, and visual proof-of-concept execution.

View Repository
29 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

CVE-2025-55182 Scanner

Vulnerability scanner for CVE-2025-55182 - Remote Code Execution in Next.js Server Actions.

About CVE-2025-55182

Severity: Critical (CVSS TBD)

Affected Versions:

  • Next.js: 15.x < 15.5.7, 16.0.x < 16.0.7
  • React: 19.0.0, 19.1.0, 19.1.1, 19.2.0

Impact: Remote attackers can execute arbitrary code on servers running vulnerable Next.js applications with Server Actions enabled. The vulnerability stems from improper handling of prototype pollution in the React Server Components protocol.

Fixed Versions:

  • Next.js: ≥15.5.7 or ≥16.0.7
  • React: ≥19.0.1, ≥19.1.2, or ≥19.2.1

Scanner Features

This tool performs comprehensive vulnerability assessment:

  • RCE Detection: Executes multiple commands (whoami, id, pwd) to confirm exploitation
  • Timing Analysis: Measures baseline response times to detect code execution
  • Visual PoC: Demonstrates vulnerability by creating/deleting test files
  • Version Detection: Identifies Next.js and React versions
  • WAF Detection: Checks for security protections

Test Sequence

  1. Connectivity and Next.js detection
  2. WAF identification
  3. Baseline timing measurement
  4. Basic vulnerability checks
  • RCE confirmation with multiple commands
  • Optional visual proof-of-concept
  • Installation

    root@kitploit:~
    git clone https://github.com/eytannatye/R2S_CVE-2025-55182.git
    cd R2S_CVE-2025-55182
    pip install requests urllib3
    

    Usage

    Basic Scan

    root@kitploit:~
    python3 react2shell_scanner.py #press enter
    target.com
    

    Command Line Arguments

    root@kitploit:~
    python3 react2shell_scanner.py 
    

    Example Output

    root@kitploit:~
    [שלב 7/9] אימות RCE
    [*]   → בודק פקודה: whoami (זיהוי משתמש)
    [🚨]    ✅ הצליח! פלט: node
    [*]   → בודק פקודה: id (מזהה משתמש ומידע)
    [🚨]    ✅ הצליח! פלט: uid=1000(node) gid=1000(node)
    
    [🚨] RCE מאומת! (3/4 פקודות עבדו)
    
    מסקנה סופית:
      🚨 השרת פגיע ל-CVE-2025-55182! (RCE מאומת)
      רמת סיכון: קריטי
    

    Output Files

    • scan_report_[timestamp].json - Full scan results
    • poc_screenshot_[timestamp].txt - Visual PoC log (if enabled)

    Visual PoC

    The scanner can optionally demonstrate the vulnerability by:

    1. Listing directory contents (before)
    2. Creating a harmless text file
    3. Verifying file creation (after)
    4. Cleaning up (optional)

    You'll be prompted before executing the PoC.

    Disclaimer

    For authorized security testing only. Unauthorized access to computer systems is illegal. Always obtain explicit written permission before scanning systems you don't own.

    This tool is provided for educational and defensive security purposes. The authors are not responsible for misuse or damage caused by this tool.

    References

    • CVE-2025-55182 (Pending official assignment)
    • Next.js Security Advisory
    • React Security Advisory

    License

    MIT License - See LICENSE file for details.# R2S_CVE-2025-55182

    Download Tool