Skip to content

Commit aa97a97

Browse files
1 parent 7e4c43d commit aa97a97

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-rrx3-2x4g-mq2h",
4+
"modified": "2025-11-13T00:11:27Z",
5+
"published": "2025-11-13T00:11:26Z",
6+
"aliases": [
7+
"CVE-2025-64509"
8+
],
9+
"summary": "Bugsink is vulnerable to unauthenticated remote DoS via crafted Brotli input (via CPU)",
10+
"details": "### Impact\n\nIn affected versions, a specially crafted Brotli-compressed envelope can cause Bugsink to spend excessive CPU time in decompression, leading to denial of service.\n\nThis can be done if the DSN is known, which it is in many common setups (JavaScript, Mobile Apps).\n\n### Patches\n\nPatched in Bugsink 2.0.6\n\n### References\n\nThe vulnerability in this security advisory is similar to, but distinct from, another brotli-related problem in Bugsink:\n\nhttps://github.com/bugsink/bugsink/security/advisories/GHSA-fc2v-vcwj-269v",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "bugsink"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.0.6"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/bugsink/bugsink/security/advisories/GHSA-rrx3-2x4g-mq2h"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64509"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/bugsink/bugsink/commit/1201f754e39265d2aac58edf49dc380bac334388"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/bugsink/bugsink"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-770"
59+
],
60+
"severity": "HIGH",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-11-13T00:11:26Z",
63+
"nvd_published_at": "2025-11-10T22:15:39Z"
64+
}
65+
}

0 commit comments

Comments
 (0)