LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36454: An issue was discovered in the parc crate through 2020-11-14 for Rust.

An issue was discovered in the parc crate through 2020-11-14 for Rust. LockWeak<T> has an unconditional implementation of Send without trait bounds on T.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This CVE is a Rust dependency safety issue in the parc crate. The source states LockWeak<T> was marked safe to send between threads without requiring T to be safe for that use. For executives, the main risk is hidden exposure through software supply chains rather than a known internet-facing exploit.

Executive priority

Treat this as a dependency hygiene and software supply-chain review item, not an emergency based on current evidence. Prioritize if parc appears in production Rust services, especially security-sensitive or concurrent systems.

Technical view

LockWeak<T> in parc has an unconditional Send implementation without trait bounds on T. In Rust, that can violate thread-safety assumptions when a contained type is not safe to transfer across threads. The provided sources do not include CVSS, CWE, exact affected versions, exploit details, or named fixed versions.

Likely exposure

Exposure is most likely in Rust applications or libraries that directly or transitively depend on parc as of the advisory period. The bundle only states parc through 2020-11-14, so exact vulnerable version ranges are not established here.

Exploitation context

The provided sources do not report active exploitation, and the CVE is not listed as KEV. This appears to be a Rust soundness issue that would require relevant dependency use and thread-safety-sensitive code paths.

Researcher notes

Evidence is sparse. The root issue is clear from the CVE description, but severity, CWE mapping, exact versions, patches, and exploitability context are not provided in the bundle. Avoid assuming active exploitation or broad product exposure without further vendor data.

Mitigation direction

  • Check RustSec and crate maintainer guidance for fixed or unaffected versions.
  • Inventory Rust projects for direct or transitive parc dependency usage.
  • Upgrade or remove parc where vendor guidance identifies vulnerable releases.
  • Prioritize applications handling sensitive data or concurrency-heavy workloads.

Validation and detection

  • Review Cargo.lock and dependency manifests for parc entries.
  • Use RustSec tooling or equivalent dependency audit against advisory RUSTSEC-2020-0134.
  • Confirm whether any parc usage reaches concurrent or cross-thread code paths.
  • Document affected applications and remediation status in dependency risk tracking.
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-36454 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.