ghsa-hw3m-8h25-8frw
Vulnerability from github
Published
2022-01-08 00:42
Modified
2022-01-07 22:53
VLAI Severity ?
Summary
Command Injection in Apache Kylin
Details
Apache kylin checks the legitimacy of the project before executing some commands with the project name passed in by the user. There is a mismatch between what is being checked and what is being used as the shell command argument in DiagnosisService. This may cause an illegal project name to pass the check and perform the following steps, resulting in a command injection vulnerability. This issue affects Apache Kylin 4.0.0.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.apache.kylin:kylin" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.0.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-45456" ], "database_specific": { "cwe_ids": [ "CWE-77" ], "github_reviewed": true, "github_reviewed_at": "2022-01-07T22:48:38Z", "nvd_published_at": "2022-01-06T13:15:00Z", "severity": "MODERATE" }, "details": "Apache kylin checks the legitimacy of the project before executing some commands with the project name passed in by the user. There is a mismatch between what is being checked and what is being used as the shell command argument in DiagnosisService. This may cause an illegal project name to pass the check and perform the following steps, resulting in a command injection vulnerability. This issue affects Apache Kylin 4.0.0.", "id": "GHSA-hw3m-8h25-8frw", "modified": "2022-01-07T22:53:55Z", "published": "2022-01-08T00:42:59Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-45456" }, { "type": "WEB", "url": "https://github.com/apache/kylin/pull/1781" }, { "type": "WEB", "url": "https://github.com/apache/kylin/commit/f4daf14dde99b934c92ce2c832509f24342bc845" }, { "type": "PACKAGE", "url": "https://github.com/apache/kylin" }, { "type": "WEB", "url": "https://lists.apache.org/thread/70fkf9w1swt2cqdcz13rwfjvblw1fcpf" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2022/01/06/1" } ], "schema_version": "1.4.0", "severity": [], "summary": "Command Injection in Apache Kylin" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…