VYPR
Unrated severityNVD Advisory· Published Jan 27, 2020· Updated Aug 5, 2024

CVE-2019-20424

CVE-2019-20424

Description

In the Lustre file system before 2.12.3, mdt_object_remote in the mdt module has a NULL pointer dereference and panic due to the lack of validation for specific fields of packets sent by a client.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Lustre file system before 2.12.3 has a NULL pointer dereference in mdt_object_remote due to missing packet validation, leading to a kernel panic.

Vulnerability

In the Lustre file system before version 2.12.3, the mdt_object_remote function in the mdt module lacks validation for specific fields of packets sent by a client. This oversight can trigger a NULL pointer dereference when processing maliciously crafted packets. The vulnerability affects MDS (Metadata Server) nodes and can lead to a kernel panic. Versions prior to 2.12.3 are impacted, including 2.13.0 as noted in references [2].

Exploitation

An attacker with network access to the Lustre file system can send a crafted packet to the MDS. The packet must contain fields that, when processed by mdt_object_remote, cause the code to dereference a NULL pointer. No authentication is required, as the vulnerability is triggered during initial packet handling. The kernel panic trace from [2] shows the crash occurs in mdt_object_lock_internal, called from mdt_object_remote.

Impact

Successful exploitation causes a kernel panic on the MDS, resulting in a denial of service. The system crashes and must be rebooted. There is no indication of privilege escalation or data loss beyond the service disruption.

Mitigation

The issue is fixed in Lustre 2.12.3, released on or before January 27, 2020 [1]. Users should upgrade to version 2.12.3 or later. No workarounds are documented in the available references.

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2
  • Lustre/Lustre file systemdescription
  • Lustre/Lustrellm-fuzzy
    Range: <2.12.3

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

4

News mentions

0

No linked articles in our index yet.