---
id: CVE-2026-47728
aliases:
  - GHSA-5389-f7vh-wxj8
  - PYSEC-2026-2402
title: 'Bugsink: Project scoping missing in sourcemap and debug-file lookup'
summary: 'Bugsink: Project scoping missing in sourcemap and debug-file lookup'
severity: medium
cvss: 4.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'
vendor: bugsink
product: bugsink
ecosystem: pip
affected:
  - bugsink < 2.2.0
patched:
  - bugsink 2.2.0
published: '2026-06-05'
updated: '2026-07-13'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-5389-f7vh-wxj8'
references:
  - url: 'https://github.com/bugsink/bugsink/security/advisories/GHSA-5389-f7vh-wxj8'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-47728'
  - url: 'https://github.com/bugsink/bugsink'
  - url: 'https://github.com/bugsink/bugsink/releases/tag/2.2.0'
tags:
  - osv
  - pip
epss: 0.00178
epssPercentile: 0.07561
ingestedAt: '2026-07-13T18:57:52.914Z'
---

## Overview

### Summary

Bugsink before 2.2.0 resolved sourcemaps and debug files by debug ID without scoping that lookup to the project that owned the uploaded metadata. An authenticated user with access to one project could cause event processing in that project to use sourcemap/debug-file metadata uploaded for another project in the same Bugsink instance, if the same debug ID was referenced.

### Impact

This could disclose source context or symbolication-derived context from another project on the same Bugsink instance.

For sourcemaps, the documented upload flow used `sentry-cli sourcemaps upload` with `--project=ignoredfornow`. In other words, Bugsink did not historically treat the project value supplied during sourcemap upload as meaningful project ownership. This was documented, but at the same time the `sentry-cli`, which requires project as a parameter, was the recommended mechanism for uploads. This could reasonably lead people to expect that sourcemaps uploads would respect the provided project-boundary.

For minidumps/debug files specifically, the affected functionality also required `FEATURE_MINIDUMPS` to be enabled. That feature was marked experimental.

The practical impact is further limited by Bugsink’s deployment model: self-hosted instances are commonly operated within a single organization/trust domain, and Hosted Bugsink uses separate Bugsink instances per tenant. The issue does not cross Hosted Bugsink tenant boundaries.

### Affected Versions
2.1.3 and earlier are affected.

### Patched Versions
2.2.0 fixes this issue.

### Post-Upgrade Notes

After upgrading, upload sourcemaps/debug files with project information.

To remove legacy projectless sourcemap metadata immediately, run, after upgrading:

```
bugsink-manage delete_legacy_sourcemaps
```

## Affected packages

- `bugsink < 2.2.0`

## Remediation

Upgrade to a patched release:

- `bugsink 2.2.0`
