ghsa-9448-c9wq-jg9v
Vulnerability from github
Published
2018-12-21 17:49
Modified
2022-09-14 22:28
Severity ?
Summary
Improper Privilege Management in Apache Karaf
Details
In Apache Karaf prior to 4.2.0 release, if the sshd service in Karaf is left on so an administrator can manage the running instance, any user with rights to the Karaf console can pivot and read/write any file on the file system to which the Karaf process user has access. This can be locked down a bit by using chroot to change the root directory to protect files outside of the Karaf install directory; it can be further locked down by defining a security manager policy that limits file system access to those directories beneath the Karaf home that are necessary for the system to run. However, this still allows anyone with ssh access to the Karaf process to read and write a large number of files as the Karaf process user.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.apache.karaf:apache-karaf" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.2.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2018-11786" ], "database_specific": { "cwe_ids": [ "CWE-269" ], "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:27:21Z", "nvd_published_at": null, "severity": "HIGH" }, "details": "In Apache Karaf prior to 4.2.0 release, if the sshd service in Karaf is left on so an administrator can manage the running instance, any user with rights to the Karaf console can pivot and read/write any file on the file system to which the Karaf process user has access. This can be locked down a bit by using chroot to change the root directory to protect files outside of the Karaf install directory; it can be further locked down by defining a security manager policy that limits file system access to those directories beneath the Karaf home that are necessary for the system to run. However, this still allows anyone with ssh access to the Karaf process to read and write a large number of files as the Karaf process user.", "id": "GHSA-9448-c9wq-jg9v", "modified": "2022-09-14T22:28:00Z", "published": "2018-12-21T17:49:33Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-11786" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-9448-c9wq-jg9v" }, { "type": "WEB", "url": "https://issues.apache.org/jira/browse/KARAF-5427" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/5b7ac762c6bbe77ac5d9389f093fc6dbf196c36d788e3d7629e6c1d9@%3Cdev.karaf.apache.org%3E" }, { "type": "WEB", "url": "http://karaf.apache.org/security/cve-2018-11786.txt" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Improper Privilege Management in Apache Karaf" }
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.