LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36450: An issue was discovered in the bunch crate through 2020-11-12 for Rust.

An issue was discovered in the bunch crate through 2020-11-12 for Rust. There are unconditional implementations of Send and Sync for Bunch<T>.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE affects the Rust bunch crate. It marks a generic container as safe to move or share across threads regardless of the contained type. That can break Rust’s normal safety guarantees and may cause memory-safety issues in software using the crate.

Executive priority

Treat as a targeted dependency-risk item, not an emergency. Prioritize review if Rust services use this crate in production or in concurrency-heavy code.

Technical view

Bunch<T> has unconditional Send and Sync implementations through 2020-11-12. For generic Rust types, these marker traits must depend on T’s thread-safety. The source bundle does not provide CVSS, CWE, fixed-version, or product exposure details.

Likely exposure

Exposure is likely limited to Rust applications or libraries that directly or transitively depend on the bunch crate versions covered by the RustSec advisory. No affected commercial products are named in the provided sources.

Exploitation context

The provided sources do not claim active exploitation, and the CVE is not listed as KEV. Practical impact depends on whether application code uses Bunch<T> with non-thread-safe contained types across threads.

Researcher notes

Evidence is sparse: the bundle identifies the unsafe trait implementations but does not include CVSS, CWE, affected version ranges beyond the date, exploit reports, or remediation details. Avoid assuming remote exploitability.

Mitigation direction

  • Inventory Cargo dependencies for the bunch crate.
  • Review RustSec and CVE guidance for fixed-version information.
  • If no maintained fix exists, consider replacing the dependency.
  • Rebuild and retest affected Rust applications after dependency changes.
  • Monitor RustSec for advisory updates.

Validation and detection

  • Check Cargo.lock for direct or transitive bunch dependencies.
  • Confirm the resolved bunch version and advisory coverage date.
  • Review code paths using Bunch<T> in threaded contexts.
  • Run dependency audit tooling against RustSec advisories.
  • Document whether the crate is reachable in production builds.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2020-36450 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.