{"id":"CVE-2026-53954","aliases":["PYSEC-2026-2403"],"url":"https://o3.security/vulnerability/CVE-2026-53954","summary":"Bugsink: DOS using large numbers of event tags","details":"### Summary\n\nIn affected versions, Bugsink stores every tag supplied with an incoming event. An event with an unusually large number\nof custom (i.e. supplied by an attacker) tags can therefore make ingestion spend more time than intended writing tag rows.\n\nBugsink uses a single-writer database architecture. That keeps the implementation simple, but it also means one\nexpensive write transaction can delay other event digestion while it is running. In this case, it makes ingestion of\nother events wait until the transaction that writes the tags finishes, which effectively causes a temporary denial of\nservice for other events.\n\n### Impact\n\nSubmitting such an event requires a valid project DSN. DSNs are sometimes visible in client-side applications, so they\nshould not be treated as a strong security boundary, but the issue is still limited to ingestion for a Bugsink instance\nthat accepts the event.\n\nThe impact is availability-only. The issue does not expose stored data, modify existing events, or allow code execution.\n\n### Mitigation\n\nUpdate to version 2.2.2, which caps the number of tags stored for a single event. The default cap is 100 tags and can\nbe changed with `MAX_EVENT_TAGS`.","published":"2026-06-05T21:45:40Z","modified":"2026-07-13T16:42:33.790352007Z","cvss":{"score":4.3,"severity":"MEDIUM","vector":"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L"},"epss":null,"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"PyPI","name":"bugsink","fixedVersion":"2.2.2"}],"fix":null,"references":[{"type":"WEB","url":"https://github.com/bugsink/bugsink/security/advisories/GHSA-5x67-j5xg-c5gj"},{"type":"PACKAGE","url":"https://github.com/bugsink/bugsink"},{"type":"WEB","url":"https://github.com/bugsink/bugsink/releases/tag/2.2.2"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-07-13T16:42:33.790352007Z"}}