Vulnerability Description
A stack overflow vulnerability was found in gfs2-utils. The hash table traversal code in metawalk.c uses alloca() with an exponentially-derived size from the untrusted on-disk di_depth field without bounds validation. A crafted GFS2 filesystem image with a large di_depth value causes stack exhaustion and a denial of service when processed by fsck.gfs2, gfs2_edit, or savemeta.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://access.redhat.com/security/cve/CVE-2026-71219
- https://bugzilla.redhat.com/show_bug.cgi?id=2507750
FAQ
What is CVE-2026-71219?
CVE-2026-71219 is a vulnerability with a CVSS score of 4.7 (MEDIUM). A stack overflow vulnerability was found in gfs2-utils. The hash table traversal code in metawalk.c uses alloca() with an exponentially-derived size from the untrusted on-disk di_depth field without b...
How severe is CVE-2026-71219?
CVE-2026-71219 has been rated MEDIUM with a CVSS base score of 4.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-71219?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.