CVE-2026-63039
Received Received - Intake

SQL Injection in Apache InLong

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

Publication date: 2026-08-20

Last updated on: 2026-08-20

Assigner: Apache Software Foundation

Description

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Apache InLong. This allows an attacker to inject the string value into the SQL statement, enabling SQL injection. This issue affects Apache InLong: from 2.0.0 before 2.4.0. Users are advised to upgrade to Apache InLong's 2.4.0 or cherry-pick [1] to solve it. [1] https://github.com/apache/inlong/pull/12080 .

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
apache inlong From 2.0.0 (inc) to 2.4.0 (exc)
apache inlong 2.4.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an SQL injection vulnerability in Apache InLong versions 2.0.0 to 2.4.0. It allows attackers to inject malicious SQL code into input strings, which then gets executed by the database. This happens due to improper neutralization of special elements in SQL commands.

Impact Analysis

An attacker could exploit this to read, modify, or delete sensitive data in the database. They might bypass authentication, manipulate data, or even take control of the database server. This could lead to data breaches, unauthorized access, or service disruption.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR (data protection) and HIPAA (health data security) by enabling unauthorized access to sensitive personal or health information. Organizations may face legal penalties, fines, or reputational damage if exploited.

Mitigation Strategies
  • Upgrade Apache InLong to version 2.4.0 or later to address the SQL injection vulnerability.
  • If upgrading is not immediately possible, apply the patch from the provided GitHub pull request (https://github.com/apache/inlong/pull/12080).

Chat Assistant

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

EPSS Chart