Skip to content

Commit daf0b7b

Browse files
1 parent 94b0740 commit daf0b7b

File tree

3 files changed

+139
-36
lines changed

3 files changed

+139
-36
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-2qfp-q593-8484",
4+
"modified": "2025-10-31T21:23:47Z",
5+
"published": "2025-10-31T00:30:35Z",
6+
"aliases": [
7+
"CVE-2025-6176"
8+
],
9+
"summary": "Brotli is vulnerable to a denial of service (DoS) attack due to decompression",
10+
"details": "Brotli versions up to 1.1.0 are vulnerable to a denial of service (DoS) attack due to decompression. This issue has been patched in Brotli version 1.2.0. \n\nAdditionally, this affects users who implement the Brotli decompression with Scrapy versions up to 2.13.2, leaving them vulnerable to a denial of service (DoS) attack. The protection mechanism against decompression bombs fails to mitigate the brotli variant, allowing remote servers to crash clients with less than 80GB of available memory. This occurs because brotli can achieve extremely high compression ratios for zero-filled data, leading to excessive memory consumption during decompression.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.0/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": "brotli"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "1.1.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6176"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/google/brotli/issues/1327#issuecomment-3457434715"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/google/brotli/pull/1234"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/google/brotli/commit/67d78bc41db1a0d03f2e763497748f2f69946627"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/google/brotli"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://github.com/google/brotli/releases/tag/v1.2.0"
62+
},
63+
{
64+
"type": "WEB",
65+
"url": "https://huntr.com/bounties/2c26a886-5984-47ee-a421-0d5fe1344eb0"
66+
}
67+
],
68+
"database_specific": {
69+
"cwe_ids": [
70+
"CWE-400"
71+
],
72+
"severity": "HIGH",
73+
"github_reviewed": true,
74+
"github_reviewed_at": "2025-10-31T21:23:47Z",
75+
"nvd_published_at": "2025-10-31T00:15:37Z"
76+
}
77+
}
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-vw84-hprm-cxmm",
4+
"modified": "2025-10-31T21:24:53Z",
5+
"published": "2025-10-31T21:24:53Z",
6+
"aliases": [
7+
"CVE-2025-64168"
8+
],
9+
"summary": "Agno session state overwrites between different sessions/users",
10+
"details": "### Impact\nUnder certain conditions (under high concurrency), when `session_state` is passed to an Agent or Team during run or arun calls, a race condition can occur, causing a `session_state` to be assigned and persisted to the incorrect session. This may result in user data from one session being exposed to another user.\n\n### Patches\nThis has been patched in version 2.2.2. Upgrade with `pip install -U agno`.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "agno"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "2.0.0"
29+
},
30+
{
31+
"fixed": "2.2.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/agno-agi/agno/security/advisories/GHSA-vw84-hprm-cxmm"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64168"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/agno-agi/agno"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-362",
55+
"CWE-668"
56+
],
57+
"severity": "HIGH",
58+
"github_reviewed": true,
59+
"github_reviewed_at": "2025-10-31T21:24:53Z",
60+
"nvd_published_at": "2025-10-31T15:15:43Z"
61+
}
62+
}

advisories/unreviewed/2025/10/GHSA-2qfp-q593-8484/GHSA-2qfp-q593-8484.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)