pysec-2024-34
Vulnerability from pysec
Published
2024-01-30 16:15
Modified
2024-02-08 20:20
Severity ?
Details
The vantage6 technology enables to manage and deploy privacy enhancing technologies like Federated Learning (FL) and Multi-Party Computation (MPC). Nodes and servers get a ssh config by default that permits root login with password authentication. In a proper deployment, the SSH service is not exposed so there is no risk, but not all deployments are ideal. The default should therefore be less permissive. The vulnerability can be mitigated by removing the ssh part from the docker file and rebuilding the docker image. Version 4.2.0 patches the vulnerability.
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "vantage6-server", "purl": "pkg:pypi/vantage6-server" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "3fcc6e6a8bd1142fd7a558d8fdd2b246e55c8841" } ], "repo": "https://github.com/vantage6/vantage6", "type": "GIT" }, { "events": [ { "introduced": "0" }, { "fixed": "4.2.0" } ], "type": "ECOSYSTEM" } ], "versions": [ "0.0.0", "0.0.0b0", "0.0.0b1", "0.0.0b3", "1.0.0", "1.0.0b11", "1.0.0b12", "1.0.0b13", "1.0.0b14", "1.0.0b2", "1.0.0b3", "1.0.0b4", "1.0.0b5", "1.0.0b6", "1.0.0b7", "1.0.0b8", "1.0.0b9", "1.0.1", "1.2.0", "1.2.1", "1.2.2", "1.2.3", "1.2.3.post1", "2.0.0", "2.0.0.post1", "2.0.0a1", "2.0.0a2", "2.0.0a3", "2.0.1rc1", "2.0.1rc2", "2.1.0", "2.1.0rc1", "2.1.1", "2.1.2", "2.1.3b1", "2.1.3b2", "2.1.3b3", "2.1.3b4", "2.2.0", "2.2.0b1", "2.2.0b2", "2.2.0b3", "2.2.0b4", "2.2.1", "2.2.10", "2.2.11", "2.2.12", "2.2.2", "2.2.3", "2.2.4", "2.2.5", "2.2.6", "2.2.7", "2.2.8", "2.2.9", "2.3.0", "2.3.0rc1", "2.3.0rc2", "2.3.0rc3", "2.3.0rc4", "2.3.0rc5", "2.3.1", "2.3.2", "2.3.2rc1", "2.3.3", "2.3.4", "2.3.5", "2.3.5b1", "3.0.0", "3.0.0b1", "3.0.0b3", "3.0.0b4", "3.0.0b5", "3.0.0b6", "3.0.0b7", "3.0.0b8", "3.0.0rc1", "3.0.1", "3.0.2", "3.0.3", "3.0.4", "3.1.0", "3.1.0rc1", "3.1.0rc5", "3.1.0rc6", "3.1.0rc7", "3.1.0rc8", "3.1.0rc9", "3.1.1rc1", "3.1.1rc2", "3.10.0", "3.10.0rc1", "3.10.1", "3.10.3", "3.10.4", "3.11.0", "3.11.0rc1", "3.11.0rc2", "3.11.0rc3", "3.11.1", "3.2.0", "3.2.0rc1", "3.2.0rc2", "3.2.0rc3", "3.2.0rc4", "3.2.0rc5", "3.3.0", "3.3.0a0", "3.3.0rc1", "3.3.0rc2", "3.3.0rc3", "3.3.0rc4", "3.3.1", "3.3.2", "3.3.3", "3.3.4", "3.3.5", "3.3.6", "3.3.7", "3.3.7a2", "3.3.7a3", "3.3.8a1", "3.3.8a2", "3.3.8a4", "3.3.8a5", "3.3.8a6", "3.3.8a7", "3.3.8a8", "3.4.0", "3.4.0a1", "3.4.0a2", "3.4.0a3", "3.4.0a6", "3.4.1", "3.4.1a0", "3.4.1a1", "3.4.1a2", "3.4.1a3", "3.4.2", "3.4.2a0", "3.4.3", "3.5.0", "3.5.0rc1", "3.5.0rc2", "3.5.0rc3", "3.5.1", "3.5.2", "3.6.0", "3.6.1", "3.6.1rc1", "3.6.1rc2", "3.6.1rc3", "3.7.0", "3.7.0rc1", "3.7.0rc2", "3.7.1", "3.7.2", "3.7.3", "3.8.0", "3.8.0rc3", "3.8.1", "3.8.2", "3.8.2rc1", "3.8.3", "3.8.4", "3.8.5", "3.8.6", "3.8.7", "3.8.7rc1", "3.8.8", "3.8.8rc1", "3.8.8rc2", "3.8.8rc3", "3.9.0", "3.9.0rc2", "3.9.0rc4", "4.0.0", "4.0.0a10", "4.0.0a2", "4.0.0a3", "4.0.0a4", "4.0.0a5", "4.0.0a6", "4.0.0a7", "4.0.0a8", "4.0.0a9", "4.0.1", "4.0.1rc2", "4.0.2", "4.0.3", "4.1.0", "4.1.0b0", "4.1.0b1", "4.1.0rc0", "4.1.1", "4.1.2", "4.1.3", "4.2.0rc1", "4.2.0rc2" ] } ], "aliases": [ "CVE-2024-21653", "GHSA-2wgc-48g2-cj5w" ], "details": "The vantage6 technology enables to manage and deploy privacy enhancing technologies like Federated Learning (FL) and Multi-Party Computation (MPC). Nodes and servers get a ssh config by default that permits root login with password authentication. In a proper deployment, the SSH service is not exposed so there is no risk, but not all deployments are ideal. The default should therefore be less permissive. The vulnerability can be mitigated by removing the ssh part from the docker file and rebuilding the docker image. Version 4.2.0 patches the vulnerability.", "id": "PYSEC-2024-34", "modified": "2024-02-08T20:20:16.896186+00:00", "published": "2024-01-30T16:15:00+00:00", "references": [ { "type": "ADVISORY", "url": "https://github.com/vantage6/vantage6/security/advisories/GHSA-2wgc-48g2-cj5w" }, { "type": "FIX", "url": "https://github.com/vantage6/vantage6/commit/3fcc6e6a8bd1142fd7a558d8fdd2b246e55c8841" } ], "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
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.