rustsec-2025-0109
Vulnerability from osv_rustsec
Published
2025-10-21 12:00
Modified
2025-10-28 06:02
Summary
Out-of-bounds memory access in binary_read_to_ref and binary_write_from_ref
Details
Safe functions accept a single &T or &mut T but multiply by n to create slices extending beyond allocated memory when n > 1.
These functions use from_raw_parts to create slices larger than the underlying allocation, violating memory safety.
The binary_vec_io repository is archived and unmaintained.
{
"affected": [
{
"database_specific": {
"categories": [
"memory-corruption"
],
"cvss": null,
"informational": "unsound"
},
"ecosystem_specific": {
"affected_functions": null,
"affects": {
"arch": [],
"functions": [
"binary_vec_io::binary_read_to_ref",
"binary_vec_io::binary_write_from_ref"
],
"os": []
}
},
"package": {
"ecosystem": "crates.io",
"name": "binary_vec_io",
"purl": "pkg:cargo/binary_vec_io"
},
"ranges": [
{
"events": [
{
"introduced": "0.0.0-0"
}
],
"type": "SEMVER"
}
],
"versions": []
}
],
"aliases": [
"GHSA-wwxp-hxh6-8gf8"
],
"database_specific": {
"license": "CC0-1.0"
},
"details": "Safe functions accept a single `\u0026T` or `\u0026mut T` but multiply by `n` to create slices extending beyond allocated memory when `n \u003e 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.",
"id": "RUSTSEC-2025-0109",
"modified": "2025-10-28T06:02:18Z",
"published": "2025-10-21T12:00:00Z",
"references": [
{
"type": "PACKAGE",
"url": "https://crates.io/crates/binary_vec_io"
},
{
"type": "ADVISORY",
"url": "https://rustsec.org/advisories/RUSTSEC-2025-0109.html"
},
{
"type": "WEB",
"url": "https://github.com/RustSec/advisory-db/pull/2428"
}
],
"related": [],
"severity": [],
"summary": "Out-of-bounds memory access in binary_read_to_ref and binary_write_from_ref"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…