DEV Community

CVE Reports
CVE Reports

Posted on • Originally published at cvereports.com

CVE-2026-47716: CVE-2026-47716: Broken Object Level Authorization in Bugsink Bulk Issue Actions

CVE-2026-47716: Broken Object Level Authorization in Bugsink Bulk Issue Actions

Vulnerability ID: CVE-2026-47716
CVSS Score: 3.1
Published: 2026-06-05

Bugsink prior to version 2.2.0 is vulnerable to Broken Object Level Authorization (BOLA). The issue list view authorizes access based on the project in the URL path but applies requested bulk actions to submitted issue UUIDs globally, without verifying project ownership.

TL;DR

Bugsink before 2.2.0 allows authenticated users to execute bulk actions (such as resolving or muting issues) on cross-project issues by supplying unauthorized issue UUIDs in POST requests.


Technical Details

  • CWE ID: CWE-639
  • Attack Vector: Network (AV:N)
  • CVSS Score: 3.1
  • EPSS Score: 0.00029
  • Impact: Low Integrity (I:L)
  • Exploit Status: None (no public exploits)
  • KEV Status: Not Listed

Affected Systems

  • Bugsink
  • Bugsink: < 2.2.0 (Fixed in: 2.2.0)

Mitigation Strategies

  • Upgrade Bugsink to version 2.2.0 or later.
  • Restrict network access to authenticated users and limit exposure of issue UUIDs.

Remediation Steps:

  1. Identify running Bugsink deployments.
  2. Update the deployment to pull image version 2.2.0 or newer.
  3. Verify that issue bulk action requests for unauthorized projects now return standard handling or validation failure without altering resource states.

References


Read the full report for CVE-2026-47716 on our website for more details including interactive diagrams and full exploit analysis.

Top comments (0)