LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36437: An issue was discovered in the conqueue crate before 0.4.0 for Rust.

An issue was discovered in the conqueue crate before 0.4.0 for Rust. There are unconditional implementations of Send and Sync for QueueSender<T>.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This is a Rust dependency safety issue in the conqueue crate before 0.4.0. A queue sender was marked safe to send and share across threads regardless of the data type it carried. In affected applications, that can undermine Rust's normal thread-safety guarantees.

Executive priority

Prioritize remediation when conqueue appears in production Rust services handling concurrent workloads. Otherwise treat as dependency maintenance with normal release urgency.

Technical view

QueueSender<T> had unconditional Send and Sync implementations. That can allow QueueSender containing a non-thread-safe T to be moved or shared between threads, creating possible unsound behavior. The source bundle identifies conqueue versions before 0.4.0 as affected.

Likely exposure

Exposure is limited to Rust applications or libraries that directly or transitively depend on conqueue before 0.4.0, especially where QueueSender is used across threads.

Exploitation context

The provided sources do not show active exploitation, KEV listing, CVSS scoring, or public weaponization details. Risk depends on whether affected code paths are reachable in concurrent use.

Researcher notes

The advisory evidence is concise and does not provide CVSS, CWE mapping, or exploit confirmation. Analysis should focus on dependency reachability and concurrency usage rather than assuming remote exploitability.

Mitigation direction

  • Identify any direct or transitive conqueue dependency.
  • Upgrade conqueue to version 0.4.0 or later.
  • Review vendor and RustSec advisory guidance before release.
  • Rebuild and retest affected Rust services after dependency updates.

Validation and detection

  • Check Cargo dependency manifests and lockfiles for conqueue versions before 0.4.0.
  • Confirm whether QueueSender is used in multithreaded code paths.
  • Run dependency vulnerability scanning against the RustSec advisory database.
  • Verify updated builds no longer include affected conqueue versions.
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-36437 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.