Staging Environment: Content and features may be unstable or change without notice.

Advisory Weakness Curation

CVE-2023-47631

Progress 0 / 0

Advisory Summaries

github_osv/GHSA-vc3v-ppc7-v486

vantage6-server node accepts non-whitelisted algorithms from malicious server ### Impact A node does not check if an image is allowed to run if a `parent_id` is set. A malicious party that breaches the server may modify it to set a fake `parent_id` and send a task of a non-whitelisted algorithm. The node will then execute it because the `parent_id` that is set prevents checks from being run. Relevant node code here https://github.com/vantage6/vantage6/blob/version/4.1.1/vantage6-node/vantage6/node/docker/docker_manager.py#L265-L268 This impacts all servers that are breached by an expert user ### Patches Fixed in v4.1.2 ### Workarounds None

gitlab/pypi/vantage6/CVE-2023-47631

Insufficient Verification of Data Authenticity vantage6 is a framework to manage and deploy privacy enhancing technologies like Federated Learning (FL) and Multi-Party Computation (MPC). In affected versions a node does not check if an image is allowed to run if a `parent_id` is set. A malicious party that breaches the server may modify it to set a fake `parent_id` and send a task of a non-allow listed algorithm. The node will then execute it because the `parent_id` that is set prevents checks from being run. This impacts all servers that are breached by an expert user. This vulnerability has been patched in version 4.1.2. All users are advised to upgrade. There are no known workarounds for this vulnerability.

gitlab/pypi/vantage6-node/CVE-2023-47631

vantage6-server node accepts non-allowlisted algorithms from malicious server A node does not check if an image is allowed to run if a `parent_id` is set. A malicious party that breaches the server may modify it to set a fake `parent_id` and send a task of a non-allowlisted algorithm. The node will then execute it because the `parent_id` that is set prevents checks from being run. Relevant node code here https://github.com/vantage6/vantage6/blob/version/4.1.1/vantage6-node/vantage6/node/docker/docker_manager.py#L265-L268 This impacts all servers that are breached by an expert user

gitlab/pypi/vantage6-server/CVE-2023-47631

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vantage6 is a framework to manage and deploy privacy enhancing technologies like Federated Learning (FL) and Multi-Party Computation (MPC). In affected versions a node does not check if an image is allowed to run if a `parent_id` is set. A malicious party that breaches the server may modify it to set a fake `parent_id` and send a task of a non-allow listed algorithm. The node will then execute it because the `parent_id` that is set prevents checks from being run. This impacts all servers that are breached by an expert user. This vulnerability has been patched in version 4.1.2. All users are advised to upgrade. There are no known workarounds for this vulnerability.