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-29927-test — Test application for CVE-2025-29927, designed for security study groups to demonstrate and verify the web vulnerability in a controlled environment. | Kitploit
Tools/GitHubGitHub/kuzushiki/cve-2025-29927-test
Vulnerability AnalysisWeb Application ExploitationWeb SecurityPenetration TestingLearning & Education
GitHubkuzushiki/cve-2025-29927-test

CVE-2025-29927-test

Test application for CVE-2025-29927, designed for security study groups to demonstrate and verify the web vulnerability in a controlled environment.

View Repository
11 year 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-29927 Verification App

We introduced this vulnerability at the 51st Security Study Group for Beginners. The presentation slides are available here.

Usage

Access the app using one of the methods below. Detailed usage is described on the app's top page.

Method 1: Try with a container (requires Docker)

A container image is available; pull and run it:

root@kitploit:~
docker run -p 3000:3000 my-container.sakuracr.jp/cve-2025-29927-test:1.1

You can also clone this repository and build the container:

root@kitploit:~
git clone [email protected]:kuzushiki/CVE-2025-29927-test.git
cd CVE-2025-29927-test
docker build . -t cve-2025-29927-test
docker run -p 3000:3000 cve-2025-29927-test

Then access http://localhost:3000/ .

Method 2: Try by accessing the URL

You can access it via the following URL. We plan to host it as long as Sakura Cloud's AppRun remains free. Please be patient as responses may sometimes be slow.

https://app-e5e67cd8-f4e6-4f7c-b571-09b522207dd6.ingress.apprun.sakura.ne.jp/

Method 3: Run from source code (requires npm)

After cloning this repository, run npm i and npm run dev to start.

root@kitploit:~
git clone [email protected]:kuzushiki/CVE-2025-29927-test.git
cd CVE-2025-29927-test
npm i
npm run dev

Then access http://localhost:3000/ .

Download Tool