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
CHECK-CVE-2025-55182-AND-CVE-2025-66478 — Check if your server is affected by CVE-2025-55182 & CVE-2025-66478 | Kitploit
Tools/GitHubGitHub/mounta11n/check-cve-2025-55182-and-cve-2025-66478
ReconnaissanceVulnerability ScannersExploitationWeb SecurityPenetration Testing
GitHubmounta11n/check-cve-2025-55182-and-cve-2025-66478

CHECK-CVE-2025-55182-AND-CVE-2025-66478

Check if your server is affected by CVE-2025-55182 & CVE-2025-66478

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
119 months agoNot yet reviewed

CHECK-CVE-2025-55182-AND-CVE-2025-66478

This script detects if a server is affected by RSC/Next.js RCE vulnerabilities CVE-2025-55182 and CVE-2025-66478.

It checks the server response for specific vulnerability signatures.

Those signatures should be specific according to Searchlight Cyber

So the implementation of this shell script follows Searchlight Cyber's insights.

I have more information about these CVEs currently only in German, but officially from the German Federal Office for Information Security:

React Server Components: Kritische Schwachstelle bedroht zahlreiche Webanwendungen

Usage:

root@kitploit:~
bash ./rce-test.sh <your-domain.com>

If the result is green, it means the server on the given domain is not vulnerable. Red means that the signatures were found, so probably vulnerable.

Download Tool