Vulnerability DatabaseGHSA-3hxh-7jxm-59x4

GHSA-3hxh-7jxm-59x4
Rust vulnerability analysis and mitigation

Overview

The vulnerability (GHSA-3hxh-7jxm-59x4) affects the metrics-util Rust crate, where AtomicBucket<T> incorrectly implements Send/Sync traits unconditionally. This security issue was discovered on April 7, 2021, and was officially published to the GitHub Advisory Database on June 17, 2022. The vulnerability affects versions prior to 0.7.0 of the metrics-util package (GitHub Advisory, RustSec Advisory).

Technical details

The vulnerability stems from the AtomicBucket struct unconditionally implementing Send/Sync traits through its contained Block data type. This implementation allows users to create data races to the inner T: !Sync by utilizing the AtomicBucket::data_with() API. The issue was identified in the struct Block implementation, which unconditionally implemented Send and Sync traits without appropriate bounds (GitHub Issue).

Impact

The vulnerability can lead to memory corruption or other undefined behavior due to potential data races. When exploited, it allows users to create concurrent access to &T from multiple threads for types that are not thread-safe (!Sync), and enables sending non-sendable types (!Send) to other threads (RustSec Advisory).

Exploitability

The vulnerability can be exploited using safe APIs of metrics-util, as demonstrated in a proof of concept that triggers undefined behavior and potential segmentation faults. The exploit involves creating data races by manipulating reference and integer values across threads (GitHub Issue).

Mitigation and workarounds

The vulnerability was fixed in version 0.7.0 of the metrics-util crate. The fix was implemented in commit 8e6daab by adding appropriate Send/Sync bounds to the Send/Sync implementation of struct Block contained inside AtomicBucket (RustSec Advisory).

Additional resources


SourceThis report was generated using AI

Related Rust vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

RUSTSEC-2026-0256NONEN/A
  • Rust logoRust
  • circular-buffer
NoYesAug 11, 2026
RUSTSEC-2026-0255NONEN/A
  • Rust logoRust
  • sized-chunks
NoNoAug 11, 2026
RUSTSEC-2026-0254NONEN/A
  • Rust logoRust
  • sp-sized-chunks
NoNoAug 11, 2026
RUSTSEC-2026-0252NONEN/A
  • Rust logoRust
  • orx-split-vec
NoYesAug 11, 2026
RUSTSEC-2026-0242NONEN/A
  • Rust logoRust
  • dcrypt-api
NoYesAug 09, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management