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-2026-31908 — Proof-of-concept exploit for CVE-2026-31908, a critical header injection vulnerability in Apache APISIX, demonstrating authentication bypass and privilege escalation through CRLF injection in the forward-auth plugin. | Kitploit
Tools/GitHubGitHub/mehranturk/cve-2026-31908
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRed Teaming
GitHubmehranturk/cve-2026-31908

CVE-2026-31908

Proof-of-concept exploit for CVE-2026-31908, a critical header injection vulnerability in Apache APISIX, demonstrating authentication bypass and privilege escalation through CRLF injection in the forward-auth plugin.

View Repository
194 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-2026-31908 - Apache APISIX Header Injection Exploit

Severity CVSS Python License

📋 Overview

This is a Proof of Concept (PoC) exploit for CVE-2026-31908, a critical header injection vulnerability discovered in Apache APISIX versions 2.12.0 through 3.15.0.

The vulnerability exists in the forward-auth plugin, where improper sanitization of CRLF (\r\n) sequences allows unauthenticated attackers to inject malicious HTTP headers. This can lead to , , and to protected resources.

authentication bypass
privilege escalation
unauthorized access

⚠️ IMPORTANT: This tool is for educational purposes and authorized security testing only. Use only in isolated lab environments or on systems you own.


🎯 Vulnerability Details

AttributeValue
CVE IDCVE-2026-31908
SeverityCritical
CVSS Score10.0 / 10
Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
Confidentiality ImpactHigh
Integrity ImpactHigh
Weakness TypeCWE-75 (Failure to Sanitize Special Elements)

Affected Versions

  • Apache APISIX: 2.12.0 through 3.15.0

Patched Version

  • Apache APISIX: 3.16.0 and above

🔧 Installation

Prerequisites

  • Python 3.6 or higher
  • requests library

Setup

root@kitploit:~
# Clone the repository
git clone https://github.com/MehranTurk/CVE-2026-31908.git
cd CVE-2026-31908

# Install dependencies
pip install -r requirements.txt

# Make the script executable (Linux/macOS)
chmod +x CVE-2026-31908.py

💰 Donate

If this tool was helpful, you can support its development ❤️

CurrencyAddress
USDT / TRXTSVd8USqUv1B1dz6Hw3bUCQhLkSz1cLE1v
BTC32Sxd8UJav7pERtL9QbAStWuFJ4aMHaZ9g
ETH0xb2ba6B8CbB433Cb7120127474aEF3B1281C796a6
LTCMEUoFAYLqrwxnUBkT4sBB63wAypKEdyewy

© 2026 MehranTurk — All rights reserved.

Download Tool