Description
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in Apache Kylin. A backend API may bring job config parameters to OS command line.

This issue affects Apache Kylin: from 4 through 5.0.3.

Users are recommended to upgrade to version 5.0.4, which fixes the issue.
Published: 2026-07-14
Score: 8.8 High
EPSS: 1.3% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an attacker to inject arbitrary shell commands through the Async Query API of Apache Kylin. The backend API incorporates job configuration parameters directly into an operating‑system command line without adequate sanitization, giving the attacker the ability to run arbitrary commands. If the injection succeeds, the attacker can achieve full system compromise, enabling data theft, service disruption, or the deployment of additional malware. The weakness is classified as CWE‑78, representing improper neutralization of special elements used in a command.

Affected Systems

Apache Kylin versions 4.x through 5.0.3 are affected. All installations running these versions are susceptible unless upgraded. The fixed version is 5.0.4, which removes the command‑injection flaw.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity, while the EPSS score of 1% suggests a measurable but limited likelihood of exploitation at present. The attack vector involves the Async Query endpoint, where crafted job configuration parameters can be injected. The lack of a listing in the CISA KEV catalog indicates that no public exploitation has been documented yet, yet the high potential impact warrants proactive mitigation.

Generated by OpenCVE AI on July 31, 2026 at 10:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Kylin to version 5.0.4, which contains the patch for the command injection flaw.
  • If an upgrade cannot be performed immediately, restrict network access to the Async Query API using firewall rules or network segmentation to limit exposure to trusted hosts.
  • Implement input validation or sanitization of job configuration parameters on the API side, ensuring that no special shell characters are passed directly to the command line.

Generated by OpenCVE AI on July 31, 2026 at 10:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache kylin
Vendors & Products Apache
Apache kylin

Tue, 14 Jul 2026 12:45:00 +0000

Type Values Removed Values Added
Description Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in Apache Kylin. A backend API may bring job config parameters to OS command line. This issue affects Apache Kylin: from 4 through 5.0.3. Users are recommended to upgrade to version 5.0.4, which fixes the issue.
Title Apache Kylin: OS Command Injection via Async Query API
Weaknesses CWE-78
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-07-15T04:00:58.707Z

Reserved: 2026-07-14T03:10:04.408Z

Link: CVE-2026-62392

cve-icon Vulnrichment

Updated: 2026-07-14T12:31:56.618Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T10:45:04Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')