---
id: CVE-2023-28635
aliases:
  - GHSA-7x94-6g2m-3hp2
  - PYSEC-2023-198
  - PYSEC-2026-2006
title: Defining resource name as integer may give unintended access in vantage6
summary: Defining resource name as integer may give unintended access in vantage6
severity: medium
cvss: 5.4
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N'
vendor: vantage6
product: vantage6
ecosystem: pip
affected:
  - vantage6 < 4.0.0
patched:
  - vantage6 4.0.0
published: '2023-10-13'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:49:58.585830520Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-7x94-6g2m-3hp2'
references:
  - url: >-
      https://github.com/vantage6/vantage6/security/advisories/GHSA-7x94-6g2m-3hp2
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-28635'
  - url: 'https://github.com/vantage6/vantage6/pull/744'
  - url: >-
      https://github.com/vantage6/vantage6/commit/aacfc24548cbf168579d2e13b2ddaf8ded715d36
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/vantage6-node/PYSEC-2023-198.yaml
  - url: 'https://github.com/vantage6/vantage6'
  - url: >-
      https://github.com/vantage6/vantage6/blob/0682c4288f43fee5bcc72dc448cdd99bd7e57f76/docs/release_notes.rst#400
tags:
  - osv
  - pip
epss: 0.00406
epssPercentile: 0.34636
ingestedAt: '2026-07-08T18:25:47.251Z'
---

## Overview

### Impact
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. The best solution we see is therefore to check when resources are created or modified, that the resource name always starts with a character.

### Patches
To be done, probably in v3.9

### Workarounds
None


## Affected packages

- `vantage6 < 4.0.0`

## Remediation

Upgrade to a patched release:

- `vantage6 4.0.0`
