Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. bugsink
  4. ›
  5. CVE-2026-47715

CVE-2026-47715: Bugsink: Issue event views can show an event from another project if its UUID is known

June 5, 2026

Bugsink issue event pages accept a direct event identifier from the URL and, in affected versions, look up that event without also requiring it to belong to the issue in the URL.

This is a project-boundary authorization issue: a logged-in user with access to one project can view another project’s event data through an issue they are allowed to access. However, the issue is mitigated by two factors. First, the attacker needs to already know a valid target event UUID; there is no event enumeration path here, and guessing UUIDs is not practical. Second, Bugsink is commonly self-hosted within a single trust domain, and Hosted Bugsink gives each tenant a separate Bugsink instance, so cross-project access does not normally imply cross-tenant access.

The affected views include the stacktrace, details, and breadcrumbs pages for an issue event.

This has been fixed by requiring direct event lookups to match both the authorized issue and the project.

References

  • github.com/advisories/GHSA-vx2f-6m6h-9frf
  • github.com/bugsink/bugsink/releases/tag/2.2.0
  • github.com/bugsink/bugsink/security/advisories/GHSA-vx2f-6m6h-9frf
  • nvd.nist.gov/vuln/detail/CVE-2026-47715

Code Behaviors & Features

Detect and mitigate CVE-2026-47715 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.2.0

Fixed versions

  • 2.2.0

Solution

Upgrade to version 2.2.0 or above.

Impact 3.1 LOW

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-639: Authorization Bypass Through User-Controlled Key

Source file

pypi/bugsink/CVE-2026-47715.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:22:20 +0000.