RUSTSEC-2021-0154

Source
https://rustsec.org/advisories/RUSTSEC-2021-0154
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2021-0154.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2021-0154
Aliases
Published
2021-09-10T12:00:00Z
Modified
2025-10-28T06:29:24.209631Z
Summary
Uninitalized memory read & leak caused by fuser crate
Details

During creation of new libfuse session with fuse_session_new operation list was passed as NULL incorrectly. libfuse expects this argument to always point to list of operations. This caused uninitialized memory read and leaks in libfuse.so

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

Affected packages

crates.io / fuser

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
0.16.0

Ecosystem specific

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

Database specific

categories
[
    "code-execution"
]
source
"https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2021-0154.json"
informational
"unsound"
cvss
null