GHSA-H588-76VG-PRGJ
Vulnerability from github – Published: 2022-06-16 23:41 – Updated: 2023-02-09 14:20
VLAI?
Summary
`DecimalArray` does not perform bound checks on accessing values and offsets
Details
DecimalArray performs insufficient bounds checks, which allows out-of-bounds reads in safe code if the lenght of the backing buffer is not a multiple of 16.
{
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "arrow"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.4.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [],
"database_specific": {
"cwe_ids": [],
"github_reviewed": true,
"github_reviewed_at": "2022-06-16T23:41:29Z",
"nvd_published_at": null,
"severity": "HIGH"
},
"details": "`DecimalArray` performs insufficient bounds checks, which allows out-of-bounds reads in safe code if the lenght of the backing buffer is not a multiple of 16.\n",
"id": "GHSA-h588-76vg-prgj",
"modified": "2023-02-09T14:20:32Z",
"published": "2022-06-16T23:41:29Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/apache/arrow-rs/issues/775"
},
{
"type": "WEB",
"url": "https://github.com/apache/arrow-rs"
},
{
"type": "WEB",
"url": "https://rustsec.org/advisories/RUSTSEC-2021-0117.html"
}
],
"schema_version": "1.4.0",
"severity": [],
"summary": "`DecimalArray` does not perform bound checks on accessing values and offsets"
}
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…