Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/vantage6@4.0.0
purl pkg:pypi/vantage6@4.0.0
Next non-vulnerable version 4.11.0
Latest non-vulnerable version 4.11.0
Risk 4.4
Vulnerabilities affecting this package (6)
Vulnerability Summary Fixed by
VCID-6gc7-bzp9-r3gs
Aliases:
CVE-2025-43863
GHSA-j6g5-p62x-58hw
PYSEC-2025-220
vantage6 is an open source framework built to enable, manage and deploy privacy enhancing technologies like Federated Learning and Multi-Party Computation. If attacker gets access to an authenticated session, they can try to brute-force the user password by using the change password functionality: they can call that route infinitely which will return the message that password is wrong until it is correct. This vulnerability is fixed in 4.11.
4.11.0
Affected by 0 other vulnerabilities.
VCID-799a-uynj-zfcr
Aliases:
CVE-2024-21671
GHSA-45gq-q4xh-cp53
PYSEC-2024-31
The vantage6 technology enables to manage and deploy privacy enhancing technologies like Federated Learning (FL) and Multi-Party Computation (MPC). It is possible to find out usernames from the response time of login requests. This could aid attackers in credential attacks. Version 4.2.0 patches this vulnerability.
4.2.0
Affected by 1 other vulnerability.
VCID-8gr4-nawv-3bbg
Aliases:
CVE-2024-21649
GHSA-w9h2-px87-74vx
PYSEC-2024-30
The vantage6 technology enables to manage and deploy privacy enhancing technologies like Federated Learning (FL) and Multi-Party Computation (MPC). Prior to 4.2.0, authenticated users could inject code into algorithm environment variables, resulting in remote code execution. This vulnerability is patched in 4.2.0.
4.2.0
Affected by 1 other vulnerability.
VCID-det8-gewh-xbhe
Aliases:
CVE-2024-22193
GHSA-rjmv-52mp-gjrr
PYSEC-2024-32
The vantage6 technology enables to manage and deploy privacy enhancing technologies like Federated Learning (FL) and Multi-Party Computation (MPC). There are no checks on whether the input is encrypted if a task is created in an encrypted collaboration. Therefore, a user may accidentally create a task with sensitive input data that will then be stored unencrypted in a database. Users should ensure they set the encryption setting correctly. This vulnerability is patched in 4.2.0.
4.2.0
Affected by 1 other vulnerability.
VCID-g2kx-nbgv-jffy
Aliases:
CVE-2023-47631
GHSA-vc3v-ppc7-v486
PYSEC-2023-303
PYSEC-2023-304
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.
4.1.2
Affected by 4 other vulnerabilities.
VCID-rdzh-hey3-73em
Aliases:
CVE-2023-23930
GHSA-5m22-cfq9-86x6
PYSEC-2023-196
vantage6 is privacy preserving federated learning infrastructure. Versions prior to 4.0.0 use pickle, which has known security issue, as a default serialization module but that has known security issues. All users of vantage6 that post tasks with the default serialization are affected. Version 4.0.0 contains a patch. Users may specify JSON serialization as a workaround.
4.0.2
Affected by 5 other vulnerabilities.
Vulnerabilities fixed by this package (3)
Vulnerability Summary Aliases
VCID-nrng-exbx-guf1 vantage6 is privacy preserving federated learning infrastructure. The endpoint /api/collaboration/{id}/task is used to collect all tasks from a certain collaboration. To get such tasks, a user should have permission to view the collaboration and to view the tasks in it. However, prior to version 4.0.0, it is only checked if the user has permission to view the collaboration. Version 4.0.0 contains a patch. There are no known workarounds. CVE-2023-41882
GHSA-gc57-xhh5-m94r
PYSEC-2023-201
VCID-pnkd-5grr-hfgs vantage6 is privacy preserving federated learning infrastructure. Prior to version 4.0.0, malicious users may try to get access to resources they are not allowed to see, by creating resources with integers as names. One example where this is a risk, is when users define which users are allowed to run algorithms on their node. This may be defined by username or user id. Now, for example, if user id 13 is allowed to run tasks, and an attacker creates a username with username '13', they would be wrongly allowed to run an algorithm. There may also be other places in the code where such a mixup of resource ID or name leads to issues. Version 4.0.0 contains a patch for this issue. The best solution is to check when resources are created or modified, that the resource name always starts with a character. CVE-2023-28635
GHSA-7x94-6g2m-3hp2
PYSEC-2023-198
VCID-tmff-wvr8-7qej vantage6 is privacy preserving federated learning infrastructure. When a collaboration is deleted, the linked resources (such as tasks from that collaboration) should be deleted. This is partly to manage data properly, but also to prevent a potential (but unlikely) side-effect that affects versions prior to 4.0.0, where if a collaboration with id=10 is deleted, and subsequently a new collaboration is created with id=10, the authenticated users in that collaboration could potentially see results of the deleted collaboration in some cases. Version 4.0.0 contains a patch for this issue. There are no known workarounds. CVE-2023-41881
GHSA-rf54-7qrr-96j6
PYSEC-2023-200

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-01T07:42:17.480929+00:00 GitLab Importer Affected by VCID-g2kx-nbgv-jffy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/vantage6/CVE-2023-47631.yml 38.6.0
2026-06-01T07:40:27.899953+00:00 GitLab Importer Affected by VCID-rdzh-hey3-73em https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/vantage6/CVE-2023-23930.yml 38.6.0
2026-05-31T21:37:12.293890+00:00 GHSA Importer Fixing VCID-tmff-wvr8-7qej https://github.com/advisories/GHSA-rf54-7qrr-96j6 38.6.0
2026-05-31T21:37:11.664235+00:00 GHSA Importer Fixing VCID-pnkd-5grr-hfgs https://github.com/advisories/GHSA-7x94-6g2m-3hp2 38.6.0
2026-05-31T21:37:11.629210+00:00 GHSA Importer Fixing VCID-nrng-exbx-guf1 https://github.com/advisories/GHSA-gc57-xhh5-m94r 38.6.0
2026-05-31T11:04:04.761751+00:00 GithubOSV Importer Fixing VCID-nrng-exbx-guf1 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-gc57-xhh5-m94r/GHSA-gc57-xhh5-m94r.json 38.6.0
2026-05-31T11:04:03.377159+00:00 GithubOSV Importer Fixing VCID-tmff-wvr8-7qej https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-rf54-7qrr-96j6/GHSA-rf54-7qrr-96j6.json 38.6.0
2026-05-31T11:04:00.889391+00:00 GithubOSV Importer Fixing VCID-pnkd-5grr-hfgs https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-7x94-6g2m-3hp2/GHSA-7x94-6g2m-3hp2.json 38.6.0
2026-05-31T09:47:00.983913+00:00 PyPI Importer Affected by VCID-6gc7-bzp9-r3gs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:45:53.490972+00:00 PyPI Importer Affected by VCID-799a-uynj-zfcr https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:45:53.055484+00:00 PyPI Importer Affected by VCID-det8-gewh-xbhe https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:45:52.656223+00:00 PyPI Importer Affected by VCID-8gr4-nawv-3bbg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:45:22.923684+00:00 PyPI Importer Fixing VCID-nrng-exbx-guf1 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:45:22.541443+00:00 PyPI Importer Fixing VCID-tmff-wvr8-7qej https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:45:22.150346+00:00 PyPI Importer Affected by VCID-rdzh-hey3-73em https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-30T21:02:18.510423+00:00 GitLab Importer Fixing VCID-tmff-wvr8-7qej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/vantage6/CVE-2023-41881.yml 38.6.0
2026-05-30T21:02:17.988346+00:00 GitLab Importer Fixing VCID-nrng-exbx-guf1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/vantage6/CVE-2023-41882.yml 38.6.0
2026-05-30T21:02:17.149910+00:00 GitLab Importer Fixing VCID-pnkd-5grr-hfgs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/vantage6/CVE-2023-28635.yml 38.6.0
2026-05-30T20:36:27.065681+00:00 Pypa Importer Affected by VCID-6gc7-bzp9-r3gs https://github.com/pypa/advisory-database/blob/main/vulns/vantage6/PYSEC-2025-220.yaml 38.6.0
2026-05-30T20:33:58.631639+00:00 Pypa Importer Affected by VCID-det8-gewh-xbhe https://github.com/pypa/advisory-database/blob/main/vulns/vantage6/PYSEC-2024-32.yaml 38.6.0
2026-05-30T20:33:57.736757+00:00 Pypa Importer Affected by VCID-8gr4-nawv-3bbg https://github.com/pypa/advisory-database/blob/main/vulns/vantage6/PYSEC-2024-30.yaml 38.6.0
2026-05-30T20:33:56.841095+00:00 Pypa Importer Affected by VCID-799a-uynj-zfcr https://github.com/pypa/advisory-database/blob/main/vulns/vantage6/PYSEC-2024-31.yaml 38.6.0
2026-05-30T20:32:52.083506+00:00 Pypa Importer Fixing VCID-tmff-wvr8-7qej https://github.com/pypa/advisory-database/blob/main/vulns/vantage6/PYSEC-2023-200.yaml 38.6.0
2026-05-30T20:32:51.176305+00:00 Pypa Importer Fixing VCID-nrng-exbx-guf1 https://github.com/pypa/advisory-database/blob/main/vulns/vantage6/PYSEC-2023-201.yaml 38.6.0
2026-05-30T20:32:50.347476+00:00 Pypa Importer Affected by VCID-rdzh-hey3-73em https://github.com/pypa/advisory-database/blob/main/vulns/vantage6/PYSEC-2023-196.yaml 38.6.0