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-55182-VulnCheckPOC — Functional Python POC to test if servers are vulnerable to CVE-2025-55182 | Kitploit
Tools/GitHubGitHub/aquinn-r7/cve-2025-55182-vulncheckpoc
ReconnaissanceVulnerability ScannersExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubaquinn-r7/cve-2025-55182-vulncheckpoc

CVE-2025-55182-VulnCheckPOC

Functional Python POC to test if servers are vulnerable to CVE-2025-55182

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
39 months agoNot yet reviewed

CVE-2025-55182 Vulnerability Check PoC

Proof-of-concept scanner for detecting React Server Components (RSC) vulnerability in Next.js applications (CVE-2025-55182).

Usage

This is only a check to see if a server is vulnerable, based on this release by Searchlight Cyber (https://slcyber.io/research-center/high-fidelity-detection-mechanism-for-rsc-next-js-rce-cve-2025-55182-cve-2025-66478/).

This should function against all servers, as python's requests library persists POST body data across redirects. If issues occur, change the base url endpoint from '/' to something like '/123'.

It looks for messages returning a 500 response which include the string E{"digest and if the conditions are true, will report the server as vulnerable.

root@kitploit:~
Usage: python3 script.py <targets_file>
Download Tool