RUSTSEC-2023-0038

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

Affected versions of the crate have several bugs 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 / sequoia-openpgp

Package

Name
sequoia-openpgp
View open source insights on deps.dev
Purl
pkg:cargo/sequoia-openpgp

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
1.1.1
Introduced
1.2.0
Fixed
1.8.1
Introduced
1.9.0
Fixed
1.16.0

Ecosystem specific

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

Database specific

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