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
Tools/GitHubGitHub/dwisiswant0/next-16.2.4-pocs
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubdwisiswant0/next-16.2.4-pocs

next-16.2.4-pocs

Next.js v16.2.4 Security PoC Collection (CVE-2026-23870, CVE-2026-44575, CVE-2026-44579, CVE-2026-44574, CVE-2026-44578, CVE-2026-44573, CVE-2026-44581, CVE-2026-44580, CVE-2026-44577, CVE-2026-44576, CVE-2026-44582, CVE-2026-44572)

View Repository
Website
181393 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Next.js v16.2.4 Security PoC Collection

This repository collects reverse-engineered proof-of-concept material for the security issues fixed in Next.js v16.2.5. The root of the repo holds the release-window analysis, and poc/ holds one PoC bundle per advisory.

This collection was reverse-engineered with Neo by ProjectDiscovery. Public workspace: https://neo.projectdiscovery.io/share/d250e203-4313-4be3-b108-837c2f8ea693

All issues covered here are publicly disclosed and patched. The material is intended for defensive research, regression testing, and detection work.

Repository layout

  • SUMMARY.md - commit-diff analysis for v16.2.4..v16.2.5, including the security-relevant commits that led to this collection.
  • poc/README.md - the full advisory matrix, severity breakdown, hosting-model notes, and the detailed methodology behind the PoCs.
  • poc/<advisory>/ - one directory per GHSA/CVE, usually containing:
  • README.md - issue write-up and exploit chain
  • vulnerable-code.md - relevant pre-patch source excerpts
  • patch.diff - upstream fix or the closest public patch material
  • exploit.py and exploit.sh - runnable exploit primitives
  • expected-output.txt - reference behavior
  • vulnerable-app/ - a minimal Next.js app or stub service used for reproduction

Coverage

This repo covers 12 advisories fixed in the v16.2.4..v16.2.5 release window:

DirectoryAdvisorySeverityFocus
poc/CVE-2026-23870_GHSA-8h8q-6873-q5fj/CVE-2026-23870 / GHSA-8h8q-6873-q5fjHighReact server-action stream DoS
poc/CVE-2026-44575_GHSA-267c-6grr-h53f/CVE-2026-44575 / GHSA-267c-6grr-h53fHighApp Router prefetch middleware bypass
poc/CVE-2026-44579_GHSA-mg66-mrh9-m8jx/CVE-2026-44579 / GHSA-mg66-mrh9-m8jxHighnext-resume connection exhaustion
poc/CVE-2026-44574_GHSA-492v-c6pp-mqqv/CVE-2026-44574 / GHSA-492v-c6pp-mqqvHighDynamic-route and middleware mismatch
poc/CVE-2026-44578_GHSA-c4j6-fc7j-m34r/CVE-2026-44578 / GHSA-c4j6-fc7j-m34rHighWebSocket upgrade SSRF, self-hosted only
poc/CVE-2026-44573_GHSA-36qx-fr4f-26g5/CVE-2026-44573 / GHSA-36qx-fr4f-26g5HighPages Router i18n data-route bypass
poc/CVE-2026-44581_GHSA-ffhc-5mcf-pf4q/CVE-2026-44581 / GHSA-ffhc-5mcf-pf4qModerateCSP nonce parsing edge case
poc/CVE-2026-44580_GHSA-gx5p-jg67-6x7h/CVE-2026-44580 / GHSA-gx5p-jg67-6x7hModeratenext/script XSS

The detailed severity, CVSS, CWE mapping, and hosting applicability live in poc/README.md.

Getting started

  1. Read SUMMARY.md for the release-window analysis.
  2. Read poc/README.md for the full advisory table and attack-surface overview.
  3. Pick a PoC directory and start with its local README.md.
  4. Run the matching exploit against a vulnerable target.

Run a single PoC:

root@kitploit:~
TARGET=http://localhost:3000 ./poc/CVE-2026-44574_GHSA-492v-c6pp-mqqv/exploit.sh

Run the whole collection:

root@kitploit:~
TARGET=http://localhost:3000 ./poc/run-all.sh

Most exploits assume a vulnerable Next.js v16.2.4 target. Some directories instead ship a small stub service in vulnerable-app/ when reproducing the bug against a full Next.js install would add too much setup overhead.

Safety

  • Test only against systems you own or are explicitly authorized to assess.
  • Upgrade targets to next@>=16.2.5 to pick up the upstream fixes.
  • If your work turns up a new variant, report it privately through the Next.js security process instead of disclosing it in public.
Download Tool
beforeInteractive
poc/CVE-2026-44577_GHSA-h64f-5h5j-jqjh/CVE-2026-44577 / GHSA-h64f-5h5j-jqjhModerateImage optimizer decompression bomb, self-hosted only
poc/CVE-2026-44576_GHSA-wfc6-r584-vfw7/CVE-2026-44576 / GHSA-wfc6-r584-vfw7ModerateRSC and HTML cache confusion
poc/CVE-2026-44582_GHSA-vfv6-92ff-j949/CVE-2026-44582 / GHSA-vfv6-92ff-j949LowWeak _rsc cache-busting hash
poc/CVE-2026-44572_GHSA-3g8h-86w9-wvmq/CVE-2026-44572 / GHSA-3g8h-86w9-wvmqLowx-nextjs-data redirect cache poisoning