GHSA-rf54-7qrr-96j6
Vulnerability from github
Published
2023-10-16 14:31
Modified
2024-11-18 23:12
Severity ?
Summary
vantage6 does not properly delete linked resources when deleting a collaboration
Details
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": [ { "package": { "ecosystem": "PyPI", "name": "vantage6" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.0.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-41881" ], "database_specific": { "cwe_ids": [ "CWE-200" ], "github_reviewed": true, "github_reviewed_at": "2023-10-16T14:31:39Z", "nvd_published_at": "2023-10-11T20:15:10Z", "severity": "LOW" }, "details": "When a collaboration is deleted in vantage6, the linked resources (such as tasks from that collaboration) are not properly deleted.\n\nThis 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.", "id": "GHSA-rf54-7qrr-96j6", "modified": "2024-11-18T23:12:55Z", "published": "2023-10-16T14:31:39Z", "references": [ { "type": "WEB", "url": "https://github.com/vantage6/vantage6/security/advisories/GHSA-rf54-7qrr-96j6" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-41881" }, { "type": "WEB", "url": "https://github.com/vantage6/vantage6/pull/748" }, { "type": "WEB", "url": "https://github.com/vantage6/vantage6/commit/cce9538f8b70e814c080dd0ae43b297f3af8a732" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/vantage6/PYSEC-2023-200.yaml" }, { "type": "PACKAGE", "url": "https://github.com/vantage6/vantage6" }, { "type": "WEB", "url": "https://github.com/vantage6/vantage6/blob/0682c4288f43fee5bcc72dc448cdd99bd7e57f76/docs/release_notes.rst#400" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:L/I:L/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N", "type": "CVSS_V4" } ], "summary": "vantage6 does not properly delete linked resources when deleting a collaboration" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.