LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36458: An issue was discovered in the lexer crate through 2020-11-10 for Rust.

An issue was discovered in the lexer crate through 2020-11-10 for Rust. For ReaderResult<T, E>, there is an implementation of Sync with a trait bound of T: Send, E: Send.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2020-36458 is a Rust library safety issue in the lexer crate. The available sources say a type was marked thread-shareable with an insufficient bound, which can undermine Rust’s concurrency guarantees. Business impact depends on whether internal software depends on this crate and uses the affected type in threaded contexts.

Executive priority

Treat this as a dependency hygiene item unless the crate appears in production Rust systems with concurrent execution. Prioritize inventory first because severity, CVSS, and exploitation evidence are absent in the provided sources.

Technical view

The issue concerns ReaderResult<T, E> in the lexer crate through 2020-11-10. Its Sync implementation required T: Send and E: Send, which the advisory describes as incorrect. This is a Rust soundness issue that may allow unsafe shared access assumptions in concurrent code. No CVSS, CWE, affected version range, or patch details are provided in the bundle.

Likely exposure

Exposure is likely limited to Rust applications or libraries that depend on the lexer crate. Risk is higher where ReaderResult is shared across threads. The source bundle does not identify CPEs, vendor products, package versions, or deployment contexts.

Exploitation context

The bundle does not report active exploitation, and KEV is false. This appears to be a dependency-level Rust soundness issue rather than a remotely exploitable product flaw based on the supplied evidence. Practical exploitability is not established in the sources.

Researcher notes

Evidence is sparse. The key technical fact is the incorrect Sync implementation for ReaderResult<T, E> with Send bounds. Further assessment should focus on crate version metadata, maintainer status, reachable concurrent use, and whether downstream code can trigger undefined behavior.

Mitigation direction

  • Inventory Rust projects for the lexer crate dependency.
  • Check RustSec and package maintainer guidance for fixed or recommended versions.
  • Remove or replace the dependency if no maintained safe version is available.
  • Avoid relying on ReaderResult in cross-thread sharing until remediated.

Validation and detection

  • Search dependency manifests and lockfiles for lexer crate usage.
  • Confirm whether any use involves ReaderResult in threaded code paths.
  • Review RustSec advisory RUSTSEC-2020-0138 for current package guidance.
  • Run dependency auditing tools that consume the RustSec advisory database.
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-36458 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.