GHSA-MRRW-GRHQ-86GF
Vulnerability from github – Published: 2023-02-28 20:30 – Updated: 2023-02-28 20:30
VLAI?
Summary
Ascii (crate) allows out-of-bounds array indexing in safe code
Details
Affected version of this crate had implementation of From<&mut AsciiStr> for &mut [u8] and &mut str. This can result in out-of-bounds array indexing in safe code.
The flaw was corrected in commit 8a6c779 by removing those impls.
{
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "ascii"
},
"ranges": [
{
"events": [
{
"introduced": "0.6.0"
},
{
"fixed": "0.9.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [],
"database_specific": {
"cwe_ids": [],
"github_reviewed": true,
"github_reviewed_at": "2023-02-28T20:30:10Z",
"nvd_published_at": null,
"severity": "MODERATE"
},
"details": "Affected version of this crate had implementation of `From\u003c\u0026mut AsciiStr\u003e` for `\u0026mut [u8]` and `\u0026mut str`. This can result in out-of-bounds array indexing in safe code.\n\nThe flaw was corrected in commit [8a6c779](https://github.com/tomprogrammer/rust-ascii/pull/63/commits/8a6c7798c202766bd57d70fb8d12739dd68fb9dc) by removing those impls.\n",
"id": "GHSA-mrrw-grhq-86gf",
"modified": "2023-02-28T20:30:10Z",
"published": "2023-02-28T20:30:10Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/tomprogrammer/rust-ascii/issues/64"
},
{
"type": "WEB",
"url": "https://github.com/tomprogrammer/rust-ascii/pull/63/commits/8a6c7798c202766bd57d70fb8d12739dd68fb9dc"
},
{
"type": "PACKAGE",
"url": "https://github.com/tomprogrammer/rust-ascii"
},
{
"type": "WEB",
"url": "https://rustsec.org/advisories/RUSTSEC-2023-0015.html"
}
],
"schema_version": "1.4.0",
"severity": [],
"summary": "Ascii (crate) allows out-of-bounds array indexing in safe code"
}
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…