CVE-2026-79303
Received Received - Intake

SQL Injection in Kaiten CRM

Vulnerability report for CVE-2026-79303, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-15

Last updated on: 2026-09-15

Assigner: MITRE

Description

kaiten from 57.192.20 to before 57.214.26 is vulnerable to SQL Injection. Dynamic SQL statements are generated without the required data validation and without using parameterized statements or stored procedures.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-15
Last Modified
2026-09-15
Generated
2026-09-15
AI Q&A
2026-09-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
kaiten kaiten From 57.192.20 (inc) to 57.214.26 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-79303 is a critical Boolean-blind SQL injection vulnerability in Kaiten versions between 57.192.20 and 57.214.26. The flaw exists in GET parameters 'order_by' and 'order_direction' due to improper neutralization of special elements in SQL commands. Attackers can manipulate dynamic SQL statements without proper validation or parameterized queries.

Detection Guidance

To detect this vulnerability, scan for Kaiten versions between 57.192.20 and 57.214.26. Use tools like sqlmap to test GET parameters 'order_by' and 'order_direction' for SQL injection. Example command: sqlmap -u 'http://target.com/path?order_by=1' --batch --dbs.

Impact Analysis

This vulnerability allows attackers to execute arbitrary SQL commands, potentially leading to unauthorized data access, modification, or deletion. It can result in high confidentiality, integrity, and availability risks, including database content theft or system compromise.

Compliance Impact

This vulnerability can lead to data breaches, violating GDPR and HIPAA requirements for data protection and confidentiality. Organizations may face legal penalties, reputational damage, and loss of compliance certifications due to unauthorized data exposure.

Mitigation Strategies

Immediately update Kaiten to version 57.214.26 or later. If updating is not possible, restrict access to the vulnerable parameters or implement input validation for 'order_by' and 'order_direction'.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-79303. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart