RUSTSEC-2023-0039

Source
https://rustsec.org/advisories/RUSTSEC-2023-0039
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2023-0039.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2023-0039
Aliases
Published
2023-05-16T12:00:00Z
Modified
2023-11-08T04:14:00.299540Z
Summary
Out-of-bounds array access leads to panic
Details

Affected versions of the crate have a bug where attacker-controlled input can result in the use of an out-of-bound array index. Rust detects the use of the out-of-bound index and causes the application to panic. An attacker may be able to use this to cause a denial-of-service. However, it is not possible for an attacker to read from or write to the application's address space.

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

Affected packages

crates.io / buffered-reader

Package

Name
buffered-reader
View open source insights on deps.dev
Purl
pkg:cargo/buffered-reader

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
1.0.2
Introduced
1.1.0
Fixed
1.1.5
Introduced
1.2.0
Fixed
1.2.0

Ecosystem specific

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

Database specific

{
    "cvss": null,
    "informational": null,
    "categories": [
        "denial-of-service"
    ]
}