RUSTSEC-2026-0204

Source
https://rustsec.org/advisories/RUSTSEC-2026-0204
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2026-0204.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2026-0204
Published
2026-07-06T12:00:00Z
Modified
2026-07-06T22:30:04Z
Summary
Invalid pointer dereference in `fmt::Pointer` impl for `Atomic` and `Shared` when the underlying pointer is invalid
Details

Affected versions of fmt::Display dereference the underlying pointer. This causes a invalid pointer dereference e.g., when a pointer created with Atomic::null or Shared::null. fmt::Debug impls and pre-0.9 fmt::Display impls, which do not dereference pointers, are not affected by this issue.

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

Affected packages

crates.io / crossbeam-epoch

Package

Name
crossbeam-epoch
View open source insights on deps.dev
Purl
pkg:cargo/crossbeam-epoch

Affected ranges

Type
SEMVER
Events
Introduced
0.9.0
Fixed
0.9.20

Ecosystem specific

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

Database specific

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