---
id: CVE-2023-41881
aliases:
  - GHSA-rf54-7qrr-96j6
  - PYSEC-2023-200
title: >-
  vantage6 does not properly delete linked resources when deleting a
  collaboration
summary: >-
  vantage6 does not properly delete linked resources when deleting a
  collaboration
severity: low
cvss: 3.7
cvssVector: 'CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/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-16'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:49:24.763224817Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-rf54-7qrr-96j6'
references:
  - url: >-
      https://github.com/vantage6/vantage6/security/advisories/GHSA-rf54-7qrr-96j6
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-41881'
  - url: 'https://github.com/vantage6/vantage6/pull/748'
  - url: >-
      https://github.com/vantage6/vantage6/commit/cce9538f8b70e814c080dd0ae43b297f3af8a732
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/vantage6/PYSEC-2023-200.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.00319
epssPercentile: 0.22113
ingestedAt: '2026-09-12T03:13:01.725Z'
---

## Overview

When a collaboration is deleted in vantage6, the linked resources (such as tasks from that collaboration) are not properly deleted.

This is partly to manage data properly, but also to prevent a potential (but unlikely) side-effect, 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, resulting in information disclosure.

## Affected packages

- `vantage6 < 4.0.0`

## Remediation

Upgrade to a patched release:

- `vantage6 4.0.0`
