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

CVE-2026-47716: Bugsink: Issue bulk actions can affect another project’s issue if its UUID is known

June 5, 2026

Bugsink’s issue list supports bulk actions such as resolving or muting selected issues. In affected versions, the issue list view authorizes access through the project in the URL, but applies the requested bulk action to the submitted issue IDs without also requiring those issues to belong to that project.

This is a project-boundary authorization issue: a logged-in user with access to one project can change the state of an issue in another project. However, the issue is mitigated by two factors. First, the attacker needs to already know a valid target issue UUID; there is no issue 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.

This has been fixed by requiring bulk issue actions to operate only on issues belonging to the authorized project.

References

  • github.com/advisories/GHSA-g5vc-q7qc-v939
  • github.com/bugsink/bugsink/releases/tag/2.2.0
  • github.com/bugsink/bugsink/security/advisories/GHSA-g5vc-q7qc-v939
  • nvd.nist.gov/vuln/detail/CVE-2026-47716

Code Behaviors & Features

Detect and mitigate CVE-2026-47716 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:N/I:L/A:N

Learn more about CVSS

Weakness

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

Source file

pypi/bugsink/CVE-2026-47716.yml

Spotted a mistake? Edit the file on GitLab.

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

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