Skip to content

Commit c1ded4e

Browse files
1 parent c4c902f commit c1ded4e

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-wwxp-hxh6-8gf8",
4+
"modified": "2025-10-22T21:47:59Z",
5+
"published": "2025-10-22T21:47:59Z",
6+
"aliases": [],
7+
"summary": "binary_vec_io access memory out-of-bounds in binary_read_to_ref and binary_write_from_ref",
8+
"details": "Safe functions accept a single `&T` or `&mut T` but multiply by `n` to create slices extending beyond allocated memory when `n > 1`.\n\nThese functions use `from_raw_parts` to create slices larger than the underlying allocation, violating memory safety.\n\nThe binary_vec_io repository is archived and unmaintained.",
9+
"severity": [
10+
{
11+
"type": "CVSS_V4",
12+
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "crates.io",
19+
"name": "binary_vec_io"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"last_affected": "0.1.12"
30+
}
31+
]
32+
}
33+
]
34+
}
35+
],
36+
"references": [
37+
{
38+
"type": "WEB",
39+
"url": "https://github.com/RustSec/advisory-db/pull/2428"
40+
},
41+
{
42+
"type": "WEB",
43+
"url": "https://gist.github.com/lewismosciski/57ac3b8b7a861abdd0d7ae6f39de5a9d"
44+
},
45+
{
46+
"type": "PACKAGE",
47+
"url": "https://github.com/10XGenomics/rust-toolbox"
48+
},
49+
{
50+
"type": "WEB",
51+
"url": "https://rustsec.org/advisories/RUSTSEC-2025-0109.html"
52+
}
53+
],
54+
"database_specific": {
55+
"cwe_ids": [
56+
"CWE-120"
57+
],
58+
"severity": "HIGH",
59+
"github_reviewed": true,
60+
"github_reviewed_at": "2025-10-22T21:47:59Z",
61+
"nvd_published_at": null
62+
}
63+
}

0 commit comments

Comments
 (0)