LiveActive security incident?Get immediate response
CVE Record

CVE-2019-19333: In all versions of libyang before 1.0-r5, a stack-based buffer overflow was discovered in the way libyang p...

In all versions of libyang before 1.0-r5, a stack-based buffer overflow was discovered in the way libyang parses YANG files with a leaf of type "bits". An application that uses libyang to parse untrusted YANG files may be vulnerable to this flaw, which would allow an attacker to cause a denial of service or possibly gain code execution.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

libyang had a high-severity memory corruption flaw before version 1.0-r5. If a system lets an attacker supply YANG files for parsing, a crafted file could crash the service or possibly allow code execution.

Executive priority

Prioritize patching internet-facing or externally fed systems that parse YANG content. Treat as high risk because the stated impact includes service disruption and possible code execution, even though exploitation evidence is not provided.

Technical view

CVE-2019-19333 is a CWE-121 stack-based buffer overflow in libyang parsing of YANG files containing a leaf of type "bits". The supplied CVSS v3.0 score is 8.1, with no privileges or user interaction required but high attack complexity.

Likely exposure

Exposure is likely limited to applications that use vulnerable libyang versions and parse untrusted YANG files. Systems with libyang installed but no attacker-controlled YANG parsing path have lower practical exposure.

Exploitation context

The source bundle does not show active exploitation, and KEV status is false. Sources state potential impact as denial of service or possible code execution, but do not provide evidence of weaponized exploitation.

Researcher notes

The key validation question is whether untrusted YANG reaches vulnerable parsing code. CVSS indicates network attack vector and severe confidentiality, integrity, and availability impact, but high attack complexity. The bundle names the fixing threshold as libyang 1.0-r5.

Mitigation direction

  • Upgrade libyang to 1.0-r5 or a vendor-fixed package.
  • Apply relevant Red Hat or Fedora security updates where applicable.
  • Restrict or disable parsing of untrusted YANG files until patched.
  • Check vendor guidance for product-specific remediation.
  • Retest dependent applications after updating libyang.

Validation and detection

  • Inventory systems and applications using libyang.
  • Confirm installed libyang versions are 1.0-r5 or vendor-fixed builds.
  • Identify any service path accepting user-supplied YANG files.
  • Verify Red Hat or Fedora advisory packages are installed where used.
  • Run non-offensive regression tests for YANG parsing functionality.
Prepared
Confidence
high
Sources
7

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.

cwe · low confidence lookup

CWE-121: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-19333 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
High
CVSS
8.1 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

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.

1CVSS vectors
0Timeline events
0ADP providers
6Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.1CVSS 3.0HighCVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H2.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

8.1High
CVSS 3.0 vector shape for CVE-2019-19333Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Red Hatlibyanglibyang all versions before 1.0-r5Listed
Weakness

CWE details

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

CWE-121 · source CWE mapping

Stack-based Buffer Overflow

Stack-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.