RUSTSEC-2026-0130

Source
https://rustsec.org/advisories/RUSTSEC-2026-0130
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2026-0130.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2026-0130
Published
2026-05-02T12:00:00Z
Modified
2026-05-13T12:45:08.933263Z
Summary
Out-of-bounds read/write in `Index` and `IndexMut` implementations
Details

The Index and IndexMut implementations for Caja use unchecked pointer arithmetic without bounds validation. Creating a Caja with a small key and then accessing an out-of-range index causes out-of-bounds reads or writes beyond the allocated memory.

This can be triggered through safe public APIs — the [] indexing operator on a Caja with an out-of-range index — with no unsafe required from the caller.

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

Affected packages

crates.io / caja

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
0.3.0

Ecosystem specific

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

Database specific

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