rustsec-2024-0431
Vulnerability from osv_rustsec
Published
2024-12-23 12:00
Modified
2025-10-28 06:02
Summary
Unsound usages of `core::slice::from_raw_parts`
Details
We consider as_slice and as_slice_mut unsound because: the pointer with any bit patterns could be cast to the slice of arbitrary types. The pointer could be created by unsafe new and deprecated from_parts. We consider that from_parts should be removed in latest version because it will help trigger unsoundness in as_slice. With new declared as unsafe, as_slice should also declared as unsafe.
This was patched in by marking two functions as unsafe.
{
"affected": [
{
"database_specific": {
"categories": [],
"cvss": null,
"informational": "unsound"
},
"ecosystem_specific": {
"affected_functions": null,
"affects": {
"arch": [],
"functions": [
"xous::definitions::MemoryRange::as_slice",
"xous::definitions::MemoryRange::as_slice_mut"
],
"os": []
}
},
"package": {
"ecosystem": "crates.io",
"name": "xous",
"purl": "pkg:cargo/xous"
},
"ranges": [
{
"events": [
{
"introduced": "0.0.0-0"
},
{
"fixed": "0.9.51"
}
],
"type": "SEMVER"
}
],
"versions": []
}
],
"aliases": [
"GHSA-gv7f-5qqh-vxfx"
],
"database_specific": {
"license": "CC0-1.0"
},
"details": "We consider `as_slice` and `as_slice_mut` unsound because: the pointer with any bit patterns could be cast to the slice of arbitrary types. The pointer could be created by unsafe new and deprecated `from_parts`. We consider that `from_parts` should be removed in latest version because it will help trigger unsoundness in `as_slice`. With new declared as unsafe, `as_slice` should also declared as unsafe. \n\nThis was patched in by marking two functions as `unsafe`.",
"id": "RUSTSEC-2024-0431",
"modified": "2025-10-28T06:02:18Z",
"published": "2024-12-23T12:00:00Z",
"references": [
{
"type": "PACKAGE",
"url": "https://crates.io/crates/xous"
},
{
"type": "ADVISORY",
"url": "https://rustsec.org/advisories/RUSTSEC-2024-0431.html"
},
{
"type": "REPORT",
"url": "https://github.com/betrusted-io/xous-core/issues/410"
},
{
"type": "WEB",
"url": "https://github.com/betrusted-io/xous-core/pull/411"
}
],
"related": [],
"severity": [],
"summary": "Unsound usages of `core::slice::from_raw_parts`"
}
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…