Skip to content

Commit 0755085

Browse files
committed
1 parent 37b0380 commit 0755085

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-xwc8-rf6m-xr86",
4+
"modified": "2023-11-11T05:03:29Z",
5+
"published": "2023-06-30T21:30:26Z",
6+
"aliases": [
7+
"CVE-2023-37365"
8+
],
9+
"summary": "Mark as fixed in hnswlib 0.8.0",
10+
"details": "The vulnerability was fixed by capping the M parameter to 10000, preventing the double-free condition. The fix was merged via PR #508 (original fix by @emollier in #484, integrated by @jlmelville in #508) and is included in version 0.8.0 released on PyPI on 2023-12-03.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "hnswlib"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.8.0"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 0.7.0"
38+
}
39+
}
40+
],
41+
"references": [
42+
{
43+
"type": "ADVISORY",
44+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37365"
45+
},
46+
{
47+
"type": "WEB",
48+
"url": "https://github.com/nmslib/hnswlib/issues/467"
49+
},
50+
{
51+
"type": "WEB",
52+
"url": "https://github.com/nmslib/hnswlib/pull/508"
53+
},
54+
{
55+
"type": "PACKAGE",
56+
"url": "https://github.com/nmslib/hnswlib"
57+
}
58+
],
59+
"database_specific": {
60+
"cwe_ids": [
61+
"CWE-415"
62+
],
63+
"severity": "MODERATE",
64+
"github_reviewed": true,
65+
"github_reviewed_at": "2023-06-30T22:12:53Z",
66+
"nvd_published_at": "2023-06-30T19:15:09Z"
67+
}
68+
}

0 commit comments

Comments
 (0)