CVE-2026-53954
Bugsink: DOS using large numbers of event tags
描述
### Summary In affected versions, Bugsink stores every tag supplied with an incoming event. An event with an unusually large number of custom (i.e. supplied by an attacker) tags can therefore make ingestion spend more time than intended writing tag rows. Bugsink uses a single-writer database architecture. That keeps the implementation simple, but it also means one expensive write transaction can delay other event digestion while it is running. In this case, it makes ingestion of other events wait until the transaction that writes the tags finishes, which effectively causes a temporary denial of service for other events. ### Impact Submitting such an event requires a valid project DSN. DSNs are sometimes visible in client-side applications, so they should not be treated as a strong security boundary, but the issue is still limited to ingestion for a Bugsink instance that accepts the event. The impact is availability-only. The issue does not expose stored data, modify existing events, or allow code execution. ### Mitigation Update to version 2.2.2, which caps the number of tags stored for a single event. The default cap is 100 tags and can be changed with `MAX_EVENT_TAGS`.
如何修補 CVE-2026-53954
要修補 CVE-2026-53954,請將受影響套件升級到下列已修補版本。
- —升級至 2.2.2 或更新版本
CVE-2026-53954 正在被利用嗎?
目前沒有被利用訊號。CVE-2026-53954 既不在 CISA KEV 也沒有最新的 EPSS 分數。
受影響套件(1)
- from 0, < 2.2.2
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | MEDIUM4.3 | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L |