RUSTSEC-2025-0032

Source
https://rustsec.org/advisories/RUSTSEC-2025-0032
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2025-0032.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2025-0032
Aliases
Published
2025-03-27T12:00:00Z
Modified
2025-10-28T06:29:23.114976Z
Summary
Safe API can cause heap-buffer-overflow
Details

ffi::nstr() should be marked unsafe, since a pointer to a buffer without a trailing 0 value will cause a heap buffer overflow.

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

Affected packages

crates.io / redox_uefi_std

Package

Name
redox_uefi_std
View open source insights on deps.dev
Purl
pkg:cargo/redox_uefi_std

Affected ranges

Type
SEMVER
Events
Introduced
0.1.8
Fixed
0.1.14

Ecosystem specific

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

Database specific

cvss
null
informational
"unsound"
source
"https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2025-0032.json"
categories
[
    "memory-corruption"
]