LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36436: An issue was discovered in the unicycle crate before 0.7.1 for Rust.

An issue was discovered in the unicycle crate before 0.7.1 for Rust. PinSlab<T> and Unordered<T, S> do not have bounds on their Send and Sync traits.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2020-36436 is a Rust crate soundness issue in unicycle before 0.7.1. Certain container types were incorrectly allowed to be shared or sent across threads without the needed safety bounds. Business risk depends on whether affected versions are present in production Rust software and used in threaded code.

Executive priority

Prioritize based on dependency presence. This is not currently evidenced as internet-exploited, but unsafe concurrency bugs can have serious reliability and security consequences in affected Rust services.

Technical view

The issue affects the unicycle crate before 0.7.1. RustSec and CVE state that PinSlab<T> and Unordered<T, S> lacked proper Send and Sync trait bounds, creating a thread-safety unsoundness risk. No CVSS, CWE, or detailed exploit conditions are provided in the supplied sources.

Likely exposure

Exposure is likely limited to Rust projects that directly or transitively depend on unicycle versions before 0.7.1. Risk is higher where PinSlab<T> or Unordered<T, S> are used across thread boundaries.

Exploitation context

The supplied sources do not report active exploitation, and the CVE is not listed as KEV. They also do not provide public exploit details. Treat this as a dependency soundness issue requiring inventory-driven remediation.

Researcher notes

Evidence is sparse: no CVSS, CWE, CPE, or exploit narrative is supplied. The strongest facts are the affected crate/version boundary and missing Send/Sync bounds on two types. Validate impact through dependency and code-path review.

Mitigation direction

  • Check Cargo.lock and dependency manifests for unicycle versions before 0.7.1.
  • Upgrade unicycle to version 0.7.1 or later where feasible.
  • Rebuild and retest affected Rust applications after dependency updates.
  • If upgrade is blocked, consult RustSec and upstream guidance before accepting residual risk.

Validation and detection

  • Run dependency auditing against RustSec advisories for all Rust projects.
  • Confirm no deployed build includes unicycle before 0.7.1.
  • Review code for use of PinSlab<T> or Unordered<T, S> across threads.
  • Verify updated dependency versions in built artifacts, not only source manifests.
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-36436 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.