RUSTSEC-2021-0152

Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2021-0152.json
Published
2021-01-20T12:00:00Z
Modified
2023-03-12T06:55:15Z
Details

Out::from_raw in affected versions allows writing a value to invalid memory address without requiring unsafe.

The soundness issue has been addressed by making Out::from_raw an unsafe function.

References

Affected packages

crates.io / out-reference

out-reference

Affected ranges

Type
SEMVER
Events
Introduced
0.1.0
Fixed
0.2.0

Affected versions

Ecosystem specific

{
    "affects": {
        "arch": [],
        "os": [],
        "functions": [
            "out_reference::Out::from_raw"
        ]
    }
}

Database specific

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