LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36460: An issue was discovered in the model crate through 2020-11-10 for Rust.

An issue was discovered in the model crate through 2020-11-10 for Rust. The Shared data structure has an implementation of the Send and Sync traits without regard for the inner type.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE affects the Rust model crate. Its Shared structure can be marked safe to send or share between threads even when the contained value is not thread-safe. In affected code paths, that can undermine Rust's normal safety guarantees and create unpredictable application behavior.

Executive priority

Treat this as a targeted dependency risk, not an internet-wide emergency. Prioritize review if production Rust services use the model crate in concurrent paths or if the dependency is unmaintained.

Technical view

The issue is an unsound Send and Sync implementation for Shared that ignores the inner type's thread-safety requirements. If Shared wraps a non-Send or non-Sync type and is used across threads, Rust's compile-time guarantees can be bypassed, creating possible data races or undefined behavior.

Likely exposure

Exposure is likely limited to Rust projects that depend on the model crate through 2020-11-10 and use Shared, especially in concurrent or multi-threaded contexts. The source bundle does not identify downstream products or package versions beyond the crate/date scope.

Exploitation context

The provided sources do not report active exploitation, and the CVE is not listed as KEV. Practical impact depends on whether an application uses Shared around non-thread-safe inner types and exposes reachable concurrent behavior.

Researcher notes

Evidence is sparse: no CVSS, CWE, affected version range, exploit report, or vendor patch is included in the source bundle. The core issue is Rust soundness: unsafe trait implementations can invalidate compiler-enforced thread-safety assumptions.

Mitigation direction

  • Inventory Rust dependencies for the model crate.
  • Check RustSec and crate maintainer guidance for fixed or replacement versions.
  • Avoid Shared around non-thread-safe inner types in concurrent code.
  • Replace or remove the dependency if no maintained fix is available.

Validation and detection

  • Review Cargo.lock and dependency manifests for model crate usage.
  • Search code for Shared usages from the model crate.
  • Assess whether Shared crosses thread boundaries or async worker boundaries.
  • Confirm wrapped inner types satisfy Send and Sync expectations.
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-36460 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.