RUSTSEC-2021-0117

Source
https://rustsec.org/advisories/RUSTSEC-2021-0117
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2021-0117.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2021-0117
Aliases
Published
2021-09-14T12:00:00Z
Modified
2023-11-08T04:19:51.714031Z
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 length of the backing buffer is not a multiple of 16.

Database specific
{
    "license": "CC0-1.0"
}
References

Affected packages

crates.io / arrow

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
6.4.0

Ecosystem specific

{
    "affected_functions": null,
    "affects": {
        "os": [],
        "functions": [],
        "arch": []
    }
}

Database specific

{
    "cvss": null,
    "informational": null,
    "categories": [
        "memory-exposure"
    ]
}