HIGH 8.8
PYSEC-2023-303
상세
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-whitelisted 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.
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
PyPI / vantage6-node
최초 영향 버전:
0 수정 버전: bf83521eb12fa80aa5fc92ef1692010a9a7f8243 수정
pip install --upgrade 'vantage6-node>=bf83521eb12fa80aa5fc92ef1692010a9a7f8243' 참고
- https://github.com/vantage6/vantage6/security/advisories/GHSA-vc3v-ppc7-v486 [ADVISORY]
- https://github.com/vantage6/vantage6/commit/bf83521eb12fa80aa5fc92ef1692010a9a7f8243 [FIX]
- https://github.com/vantage6/vantage6/blob/version/4.1.1/vantage6-node/vantage6/node/docker/docker_manager.py#L265-L268 [WEB]