LiveActive security incident?Get immediate response
CVE Record

CVE-2021-38188: An issue was discovered in the iced-x86 crate through 1.10.3 for Rust.

An issue was discovered in the iced-x86 crate through 1.10.3 for Rust. In Decoder::new(), slice.get_unchecked(slice.length()) is used unsafely.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2021-38188 is a Rust crate issue in iced-x86 through 1.10.3. The reported bug involves unsafe memory access inside Decoder::new(). Business urgency depends on whether your software uses this crate to process untrusted instruction bytes. No CVSS score or active exploitation evidence is provided.

Executive priority

Handle as a dependency hygiene and exposure-confirmation item, not an emergency based on current evidence. Escalate if the crate is used in internet-facing or security-analysis workflows that parse untrusted binaries.

Technical view

The source states Decoder::new() unsafely calls slice.get_unchecked(slice.length()), which addresses one element past the slice boundary. In Rust, unsafe unchecked access can create undefined behavior. The bundle does not provide impact details, exploitability conditions, CWE mapping, or a fixed version.

Likely exposure

Exposure is most likely in Rust applications or services that depend on iced-x86 through 1.10.3, especially if they decode attacker-controlled x86 byte streams. The provided affected-product metadata is incomplete.

Exploitation context

The bundle does not cite active exploitation, public exploit code, KEV listing, or weaponized use. Treat exploitation status as unconfirmed. Practical risk depends on whether untrusted input can reach Decoder::new().

Researcher notes

Evidence is sparse: no CVSS, CWE, affected CPEs, exploit status, or fixed version appears in the supplied bundle. The core concern is unsafe unchecked slice access at slice.length(), implying an out-of-bounds/undefined-behavior condition.

Mitigation direction

  • Inventory Rust projects for iced-x86 dependency versions through 1.10.3.
  • Check RustSec and maintainer guidance for patched or non-affected versions.
  • Upgrade or replace the crate where vendor guidance identifies a safe version.
  • Restrict untrusted byte streams from reaching affected decoding paths.
  • Rebuild and redeploy affected Rust binaries after dependency remediation.

Validation and detection

  • Review Cargo.lock for iced-x86 and the resolved version.
  • Search code for Decoder::new() usage in application and library paths.
  • Confirm whether decoded byte slices can be attacker-controlled.
  • Run dependency audit tooling against RustSec advisory RUSTSEC-2021-0068.
  • Verify remediation by confirming no affected version remains resolved.
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-2021-38188 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.