Stream: git-wasmtime

Topic: wasmtime / issue #13833 RUSTSEC-2026-0204: Invalid pointe...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2026 at 00:30):

github-actions[bot] opened issue #13833:

Invalid pointer dereference in fmt::Pointer impl for Atomic and Shared when the underlying pointer is invalid

Details
Package crossbeam-epoch
Version 0.9.18
URL https://github.com/crossbeam-rs/crossbeam/pull/1276
Date 2026-07-06
Patched versions >=0.9.20
Unaffected versions <0.9.0

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.

See advisory page for additional details.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2026 at 15:16):

fitzgen closed issue #13833:

Invalid pointer dereference in fmt::Pointer impl for Atomic and Shared when the underlying pointer is invalid

Details
Package crossbeam-epoch
Version 0.9.18
URL https://github.com/crossbeam-rs/crossbeam/pull/1276
Date 2026-07-06
Patched versions >=0.9.20
Unaffected versions <0.9.0

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.

See advisory page for additional details.


Last updated: Jul 29 2026 at 05:03 UTC