LiveActive security incident?Get immediate response
CVE Record

CVE-2019-1010183: serde serde_yaml 0.6.0 to 0.8.3 is affected by: Uncontrolled Recursion.

serde serde_yaml 0.6.0 to 0.8.3 is affected by: Uncontrolled Recursion. The impact is: Denial of service by aborting. The component is: from_* functions (all deserialization functions). The attack vector is: Parsing a malicious YAML file. The fixed version is: 0.8.4 and later.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE affects Rust applications that use vulnerable serde_yaml versions to parse YAML. A malicious YAML file can trigger uncontrolled recursion and abort the process, causing denial of service. The cited record names a fixed version, but provides no CVSS score or evidence of active exploitation.

Executive priority

Treat as a targeted availability risk. Prioritize systems that parse external YAML or process customer-supplied configuration. Upgrade is straightforward if dependency constraints allow, but urgency depends on whether untrusted YAML reaches vulnerable parsing paths.

Technical view

serde_yaml 0.6.0 through 0.8.3 is affected in all from_* deserialization functions. Parsing malicious YAML can cause uncontrolled recursion and process abort. The source bundle identifies 0.8.4 and later as fixed. No CWE, CVSS vector, or KEV listing is provided.

Likely exposure

Exposure is likely limited to Rust services, tools, or pipelines using serde_yaml 0.6.0-0.8.3 and deserializing YAML that may be attacker-controlled or supplied by untrusted users.

Exploitation context

The documented attack vector is parsing a malicious YAML file. The sources do not show public weaponization details or active exploitation, and the CVE is not listed as KEV in the provided bundle.

Researcher notes

The record is specific about versions, component, impact, attack vector, and fixed release. It lacks CVSS, CWE mapping, exploit status, and broader product context. Avoid assuming remote exploitability unless the application exposes YAML parsing to an attacker.

Mitigation direction

  • Upgrade serde_yaml to version 0.8.4 or later.
  • Identify services that parse untrusted YAML input.
  • Check vendor or maintainer guidance for any additional recommendations.
  • Reduce or reject untrusted YAML parsing where upgrade is delayed.

Validation and detection

  • Inventory Rust dependencies for serde_yaml versions 0.6.0 through 0.8.3.
  • Review code paths using serde_yaml from_* deserialization functions.
  • Confirm deployed builds use serde_yaml 0.8.4 or later.
  • Assess whether YAML inputs can come from untrusted sources.
Prepared
Confidence
medium
Sources
3

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-2019-1010183 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
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
serdeserde_yaml0.6.0 to 0.8.3 [fixed: 0.8.4 and later]Listed
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.