
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-53954 is a Denial of Service (DoS) vulnerability in Bugsink, an open-source error tracking platform, caused by uncontrolled resource consumption when processing events with an unusually large number of custom tags. Affected versions are all releases up to and including 2.2.1 (pip package). The vulnerability was published on June 4, 2026, by maintainer vanschelven, and reviewed in the GitHub Advisory Database on June 5, 2026. It carries a CVSS v3.1 base score of 4.3 (Moderate) (GitHub Advisory, Bugsink Advisory).
The root cause is CWE-400 (Uncontrolled Resource Consumption): Bugsink stores every tag supplied with an incoming event without enforcing any upper bound on tag count. Because Bugsink uses a single-writer database architecture, a single expensive write transaction — triggered by an event carrying an abnormally large number of tags — blocks all other concurrent event ingestion until the transaction completes. An attacker with a valid project DSN can craft and submit such an event over the network with low complexity and no user interaction required, causing a temporary ingestion bottleneck (GitHub Advisory, Bugsink Advisory).
The impact is limited to availability: a successful attack causes a temporary denial of service for event ingestion on the targeted Bugsink instance, delaying or dropping other events while the oversized tag-write transaction is in progress. There is no confidentiality or integrity impact — stored data is not exposed, existing events are not modified, and code execution is not possible. The scope is confined to the Bugsink instance that accepts the malicious event, with no lateral movement potential (Bugsink Advisory).
No public exploit code or in-the-wild exploitation has been reported for this vulnerability. Exploitation requires possession of a valid project DSN, which, while sometimes exposed in client-side applications, provides a partial barrier. The EPSS score is approximately 0.056% (18th percentile), indicating a low near-term exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog (GitHub Advisory).
tags field.tags array (hundreds or thousands of entries).Update Bugsink to version 2.2.2 or later, which caps the number of tags stored per event at a configurable maximum (default: 100 tags via the MAX_EVENT_TAGS setting). No workaround is documented for versions prior to 2.2.2 other than upgrading. Operators who cannot immediately upgrade should consider network-level controls to restrict DSN access and monitor ingestion endpoint traffic for anomalous payloads (Bugsink Release, Bugsink Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."