Defining resource name as integer in vantage6 may give unintended access
Description
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
vantage6PyPI | < 4.0.0 | 4.0.0 |
Affected products
2Patches
Vulnerability mechanics
References
7- github.com/advisories/GHSA-7x94-6g2m-3hp2ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-28635ghsaADVISORY
- github.com/pypa/advisory-database/tree/main/vulns/vantage6-node/PYSEC-2023-198.yamlghsaWEB
- github.com/vantage6/vantage6/blob/0682c4288f43fee5bcc72dc448cdd99bd7e57f76/docs/release_notes.rstghsax_refsource_MISCWEB
- github.com/vantage6/vantage6/commit/aacfc24548cbf168579d2e13b2ddaf8ded715d36ghsaWEB
- github.com/vantage6/vantage6/pull/744ghsax_refsource_MISCWEB
- github.com/vantage6/vantage6/security/advisories/GHSA-7x94-6g2m-3hp2ghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.