Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Primary rating from Vendor (GitHub_M) · only source for this CVE.
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
3DescriptionCVE.org
Bugsink is a self-hosted error tracking tool. Prior to 2.2.0, Bugsink 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. This vulnerability is fixed in 2.2.0.
AnalysisAI
Cross-project sourcemap and debug-file disclosure in Bugsink prior to 2.2.0 allows an authenticated user with access to one project to read source context or symbolication-derived data belonging to a separate project on the same instance. The root cause is a missing authorization scope check (CWE-862): debug IDs supplied by clients were resolved globally rather than constrained to the owning project, meaning a deliberate or accidental debug ID collision across projects leaks file metadata. No public exploit code exists and no active exploitation has been identified (CISA KEV: absent, EPSS: 0.03%, 7th percentile), making this a low-urgency but architecturally meaningful information disclosure for multi-project Bugsink deployments.
Technical ContextAI
Bugsink is a self-hosted Python/Django error-tracking platform (pip package 'bugsink') compatible with the Sentry ingestion protocol. Sourcemaps and minidump debug files are uploaded out-of-band via sentry-cli and associated with events using client-provided debug IDs. Prior to 2.2.0, the lookup path for these artifacts queried a global table keyed solely on debug ID, with no JOIN or filter on the owning project. CWE-862 (Missing Authorization) describes this class precisely: the application performs an operation - resolving debug metadata during event symbolication - without verifying that the requesting context (project A) is authorized to access the resource (metadata uploaded under project B). The CPE cpe:2.3:a:bugsink:bugsink:*:*:*:*:*:*:*:* covers all versions up to and including 2.1.3. The minidump/debug-file variant of the issue additionally required the experimental FEATURE_MINIDUMPS flag to be enabled, while the sourcemap path was reachable without any non-default feature flag.
RemediationAI
Upgrade Bugsink to version 2.2.0 or later, available via PyPI ('pip install --upgrade bugsink') and documented at https://github.com/bugsink/bugsink/releases/tag/2.2.0. Version 2.2.0 scopes sourcemap and debug-file lookups to the owning project, preferring project-scoped metadata and falling back to legacy unscoped records only for previously uploaded files. After upgrading, operators who want to eliminate the legacy fallback entirely should re-upload sourcemaps with explicit project slugs and then run the management command 'bugsink-manage delete_legacy_sourcemaps' to remove unscoped historical records. For deployments where an immediate upgrade is not possible and strict project isolation is required, restricting user accounts so that no single user holds membership in more than one project eliminates the cross-project exploitation path, since an attacker must control event ingestion in one project to reference metadata from another. This workaround has the operational trade-off of preventing legitimate cross-team user accounts. The vendor advisory is at https://github.com/bugsink/bugsink/security/advisories/GHSA-5389-f7vh-wxj8.
Stored XSS in Bugsink error tracking tool before 2.0.13 allows unauthenticated attackers to inject persistent scripts th
Authenticated arbitrary file write in Bugsink 2.1.0 allows remote attackers to write malicious content to filesystem loc
Cross-project issue state modification in Bugsink prior to 2.2.0 allows authenticated users with access to one project t
Cross-project event data exposure in Bugsink prior to 2.2.0 allows an authenticated user with access to one project to r
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-31860
GHSA-5389-f7vh-wxj8