ghsa-9fj5-jg6f-qg5r
Vulnerability from github
Published
2022-01-08 00:43
Modified
2023-07-21 19:24
Severity ?
VLAI Severity ?
Summary
Use of Hard-coded Credentials in Apache Kylin
Details
Apache Kylin provides encryption classes PasswordPlaceholderConfigurer to help users encrypt their passwords. In the encryption algorithm used by this encryption class, the cipher is initialized with a hardcoded key and IV. If users use class PasswordPlaceholderConfigurer to encrypt their password and configure it into kylin's configuration file, there is a risk that the password may be decrypted. This issue affects Apache Kylin 2 version 2.6.6 and prior versions; Apache Kylin 3 version 3.1.2 and prior versions; Apache Kylin 4 version 4.0.0 and prior versions.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.apache.kylin:kylin" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "3.1.3" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "org.apache.kylin:kylin" }, "ranges": [ { "events": [ { "introduced": "4.0.0" }, { "fixed": "4.0.1" } ], "type": "ECOSYSTEM" } ], "versions": [ "4.0.0" ] } ], "aliases": [ "CVE-2021-45458" ], "database_specific": { "cwe_ids": [ "CWE-326", "CWE-330", "CWE-798" ], "github_reviewed": true, "github_reviewed_at": "2022-01-07T22:53:35Z", "nvd_published_at": "2022-01-06T13:15:00Z", "severity": "HIGH" }, "details": "Apache Kylin provides encryption classes PasswordPlaceholderConfigurer to help users encrypt their passwords. In the encryption algorithm used by this encryption class, the cipher is initialized with a hardcoded key and IV. If users use class PasswordPlaceholderConfigurer to encrypt their password and configure it into kylin\u0027s configuration file, there is a risk that the password may be decrypted. This issue affects Apache Kylin 2 version 2.6.6 and prior versions; Apache Kylin 3 version 3.1.2 and prior versions; Apache Kylin 4 version 4.0.0 and prior versions.", "id": "GHSA-9fj5-jg6f-qg5r", "modified": "2023-07-21T19:24:02Z", "published": "2022-01-08T00:43:09Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-45458" }, { "type": "WEB", "url": "https://github.com/apache/kylin/pull/1781" }, { "type": "WEB", "url": "https://github.com/apache/kylin/pull/1782" }, { "type": "PACKAGE", "url": "https://github.com/apache/kylin" }, { "type": "WEB", "url": "https://lists.apache.org/thread/oof215qz188k16vhlo97cm1jksxdowfy" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2022/01/06/3" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2022/01/06/7" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Use of Hard-coded Credentials 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…