LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36453: An issue was discovered in the scottqueue crate through 2020-11-15 for Rust.

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

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This CVE concerns a Rust library, scottqueue, whose queue type was marked as safe to send and share across threads without conditions. In plain terms, software using this crate could rely on thread-safety guarantees that may not actually hold. The public bundle does not provide CVSS, fixed versions, or exploitation evidence.

Executive priority

Treat this as an inventory and dependency hygiene issue unless scottqueue is confirmed in production code. Escalate if the crate is used in concurrent processing, security-sensitive services, or reliability-critical workloads.

Technical view

CVE-2020-36453 reports unconditional Send and Sync implementations for Queue<T> in the scottqueue crate through 2020-11-15. This can violate Rust's thread-safety model when Queue<T> contains types that should not cross thread boundaries. The supplied sources do not identify a patch version, CWE, CVSS score, or confirmed exploit activity.

Likely exposure

Exposure is likely limited to applications that directly or transitively depend on the Rust scottqueue crate versions described as through 2020-11-15. The source bundle does not identify downstream products, package versions, or deployment patterns.

Exploitation context

The bundle marks KEV as false and provides no cited evidence of active exploitation. Practical impact would depend on whether an application uses Queue<T> across threads with unsafe assumptions. No exploit technique is provided or implied here.

Researcher notes

The core weakness is clear, but the public bundle is sparse: no CVSS, CWE, patched version, or exploit status beyond non-KEV. Analysis should focus on Rust dependency reachability and whether Queue<T> crosses thread boundaries in real application code.

Mitigation direction

  • Inventory Rust dependencies for scottqueue usage.
  • Check RustSec advisory RUSTSEC-2020-0133 for vendor guidance.
  • Review Cargo.lock for transitive scottqueue dependencies.
  • Avoid relying on Queue<T> across thread boundaries until reviewed.
  • Replace or update the crate if maintained guidance identifies a safe version.

Validation and detection

  • Search dependency manifests and lockfiles for scottqueue.
  • Confirm whether affected builds include versions through 2020-11-15.
  • Review code paths sharing Queue<T> between threads.
  • Check whether non-thread-safe generic types can enter Queue<T>.
  • Document findings where scottqueue is only unused or unreachable.
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-36453 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.