LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36444: An issue was discovered in the async-coap crate through 2020-12-08 for Rust.

An issue was discovered in the async-coap crate through 2020-12-08 for Rust. Send and Sync are implemented for ArcGuard<RC, T> without trait bounds on RC.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This CVE concerns Rust’s async-coap crate, not a standalone server product. The crate marked a wrapper type as safe to share across threads without requiring the contained reference-counter type to be thread-safe. In vulnerable applications, that kind of mistake can undermine Rust’s usual memory-safety guarantees.

Executive priority

Treat this as a dependency hygiene issue unless async-coap is used in production services. No active exploitation is cited, but Rust memory-safety violations can become serious in exposed systems.

Technical view

ArcGuard<RC, T> implemented Send and Sync without trait bounds on RC. The available sources identify async-coap through 2020-12-08 as affected, but provide no CVSS score, CWE, exploit status, or explicit fixed version in the supplied bundle.

Likely exposure

Exposure is limited to Rust software that directly or transitively depends on affected async-coap versions through 2020-12-08. Organizations not using this crate are unlikely to be exposed based on the supplied sources.

Exploitation context

The supplied sources do not report active exploitation, public exploit code, or inclusion in CISA KEV. Practical impact depends on whether application code can trigger unsafe cross-thread use of ArcGuard with a non-thread-safe RC type.

Researcher notes

Evidence is sparse. The key technical claim is an unsound Send/Sync implementation for ArcGuard<RC, T> lacking RC trait bounds. Validate impact against actual crate usage and upstream advisory details before assigning operational severity.

Mitigation direction

  • Inventory Rust projects for async-coap dependency usage.
  • Check RustSec and upstream async-coap guidance for fixed or unaffected versions.
  • Update, remove, or replace affected async-coap versions where guidance supports it.
  • Rebuild and redeploy applications after dependency remediation.

Validation and detection

  • Review Cargo.lock files for async-coap versions through 2020-12-08.
  • Run dependency advisory scanning against the RustSec advisory database.
  • Confirm remediated builds no longer resolve affected async-coap versions.
  • Assess whether affected services use async-coap in multithreaded paths.
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-36444 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.