RUSTSEC-2022-0092

Source
https://rustsec.org/advisories/RUSTSEC-2022-0092
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2022-0092.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2022-0092
Aliases
Published
2022-04-13T12:00:00Z
Modified
2023-11-08T04:13:53.714604Z
Summary
`rmp-serde` `Raw` and `RawRef` unsound
Details

It was found that Raw::from_utf8 expects valid UTF-8. If invalid UTF-8 is received it can cause the process to crash.

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

Affected packages

crates.io / rmp-serde

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
1.1.1

Ecosystem specific

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

Database specific

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