RUSTSEC-2025-0034

Source
https://rustsec.org/advisories/RUSTSEC-2025-0034
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2025-0034.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2025-0034
Published
2025-05-06T12:00:00Z
Modified
2025-05-08T07:32:19Z
Summary
soundness issue and unmaintained
Details

FastMap::get() lacks sufficient checks to its parameter index and is used to unsafely get a Vec element.

fast_id_map is unmaintained.

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

Affected packages

crates.io / fast_id_map

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0

Ecosystem specific

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

Database specific

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