← Back

Kylin

kylin

Vendor: Apache • 24 CVEs

CVEs (24)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Apache
1Kylin
Jun 17, 2026
Jul 14, 2020
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
Kylin concatenates and executes a Hive SQL in Hive CLI or beeline when building a new segment; some part of the HQL is from system configurations, while the configuration can be overwritten by certain rest api, which mak...Show more
Kylin concatenates and executes a Hive SQL in Hive CLI or beeline when building a new segment; some part of the HQL is from system configurations, while the configuration can be overwritten by certain rest api, which makes SQL injection attack is possible. Users of all previous versions after 2.0 should upgrade to 3.1.0.Show less
1Apache
1Kylin
Jun 17, 2026
Jul 14, 2020
N/A· v4
9.8 CRITICAL· v3
10.0 HIGH· v2
Similar to CVE-2020-1956, Kylin has one more restful API which concatenates the API inputs into OS commands and then executes them on the server; while the reported API misses necessary input validation, which causes the...Show more
Similar to CVE-2020-1956, Kylin has one more restful API which concatenates the API inputs into OS commands and then executes them on the server; while the reported API misses necessary input validation, which causes the hackers to have the possibility to execute OS command remotely. Users of all previous versions after 2.3 should upgrade to 3.1.0.Show less
1Apache
1Kylin
Jun 17, 2026
May 22, 2020
N/A· v4
8.8 HIGH· v3
9.0 HIGH· v2
Apache Kylin 2.3.0, and releases up to 2.6.5 and 3.0.1 has some restful apis which will concatenate os command with the user input string, a user is likely to be able to execute any os command without any protection or v...Show more
Apache Kylin 2.3.0, and releases up to 2.6.5 and 3.0.1 has some restful apis which will concatenate os command with the user input string, a user is likely to be able to execute any os command without any protection or validation.Show less
1Apache
1Kylin
Jun 17, 2026
Feb 24, 2020
N/A· v4
8.8 HIGH· v3
6.5 MEDIUM· v2
Kylin has some restful apis which will concatenate SQLs with the user input string, a user is likely to be able to run malicious database queries.