LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36449: An issue was discovered in the kekbit crate before 0.3.4 for Rust.

An issue was discovered in the kekbit crate before 0.3.4 for Rust. For ShmWriter<H>, Send is implemented without requiring H: Send.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This CVE affects Rust projects using the kekbit crate before 0.3.4. The crate incorrectly allowed a shared-memory writer type to be sent between threads without ensuring its internal handle was safe to send. That can break Rust's thread-safety guarantees and may cause memory-safety issues in affected applications.

Executive priority

Treat this as a targeted dependency hygiene issue. It is not supported as an active-exploitation emergency by the supplied sources, but affected Rust services should update because Rust soundness bugs can create unpredictable failures or security impact.

Technical view

kekbit before 0.3.4 implemented Send for ShmWriter<H> without requiring H: Send. This is a Rust soundness flaw: non-Send handle types could cross thread boundaries through ShmWriter, potentially enabling undefined behavior. The source bundle does not provide CVSS, CWE, exploit details, or product-specific impact.

Likely exposure

Exposure is likely limited to Rust applications or libraries that depend on kekbit versions before 0.3.4, especially code using ShmWriter across threads. Organizations not using this crate are not exposed based on the supplied sources.

Exploitation context

The source bundle does not cite active exploitation, public exploit use, or KEV listing. The risk is primarily dependency-level memory-safety exposure rather than a documented remote attack path.

Researcher notes

The key condition is ShmWriter<H> being Send without H: Send. Confirm whether affected builds instantiate ShmWriter with a non-Send H and whether it crosses threads. The supplied sources do not define a CVSS score, CWE, exploitability, or affected downstream products.

Mitigation direction

  • Upgrade kekbit to version 0.3.4 or later where possible.
  • Check vendor and RustSec guidance before applying compensating changes.
  • Rebuild and retest Rust applications after dependency updates.
  • Prioritize systems where kekbit is used in threaded shared-memory paths.

Validation and detection

  • Review Cargo.lock for kekbit versions earlier than 0.3.4.
  • Identify direct or transitive dependencies on the kekbit crate.
  • Review code paths using ShmWriter across thread boundaries.
  • Run RustSec or dependency-audit tooling against Rust projects.
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-36449 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.