
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-71223 is an integer overflow vulnerability in gfs2-utils affecting 32-bit platform builds. In rgrp.c, the resource group (rgrp) allocation size is computed as ri_length * sizeof(struct), where ri_length is a uint32_t value read from on-disk metadata. On 32-bit platforms, this multiplication can overflow uint32_t, resulting in an undersized malloc allocation followed by heap out-of-bounds writes when processing crafted GFS2 filesystem images. The vulnerability was reported on 2026-08-05 and published on 2026-09-03, and does not affect 64-bit builds (x86_64, aarch64, ppc64le, s390x). It carries a CVSS v3.1 base score of 7.0 (High) (Red Hat CVE, Red Hat Bugzilla).
The root cause is an integer overflow (CWE-190) in the resource group allocation logic within rgrp.c of gfs2-utils. The value ri_length, sourced from on-disk GFS2 filesystem metadata, is a uint32_t. On 32-bit platforms where size_t is also 32 bits, multiplying ri_length by sizeof(struct) can wrap around, producing a value smaller than required and causing malloc to allocate an undersized buffer. Subsequent writes of resource group data then extend past the allocated buffer boundary, resulting in heap corruption with attacker-influenced data. Exploitation requires a user to process a specially crafted GFS2 filesystem image, making user interaction a prerequisite (Red Hat CVE, Red Hat Bugzilla).
Successful exploitation on a vulnerable 32-bit build of gfs2-utils can lead to heap corruption with controlled out-of-bounds writes, potentially enabling arbitrary code execution in the context of the process handling the filesystem image. The vulnerability carries high confidentiality, integrity, and availability impacts. Red Hat notes that on affected 32-bit platforms, the controlled heap writes could potentially enable code execution, though the vulnerability is assessed as Moderate impact overall due to the narrow scope of affected platforms (legacy 32-bit or embedded environments only) (Red Hat CVE).
The CVE status is currently "Reserved" with no public exploit code or proof-of-concept reported at this time. Exploitation requires local access, high attack complexity, no privileges, and user interaction (i.e., a user must process a crafted GFS2 image). There is no evidence of in-the-wild exploitation, no known threat actor attribution, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The vulnerability was discovered and reported by Tristan Madani of Talence Security (Red Hat CVE, Red Hat Bugzilla).
rgrp) entry where ri_length is set to a large value that, when multiplied by sizeof(struct gfs2_rgrp_list) (or equivalent struct size) on a 32-bit platform, overflows uint32_t and produces a small result (e.g., ri_length = 0x10000001 causing the product to wrap to a small value).fsck.gfs2, gfs2_tool, or a mount operation).rgrp.c, the overflowed multiplication causes malloc to allocate a buffer smaller than needed.Red Hat's primary mitigation is to use 64-bit builds of gfs2-utils, which are the default on all RHEL 8+ supported architectures (x86_64, aarch64, ppc64le, s390x) and are not affected by this vulnerability. Organizations should avoid building or running gfs2-utils in 32-bit mode when processing untrusted GFS2 filesystem images. A patch is tracked under Red Hat Bugzilla bug 2511400; users should monitor Red Hat advisories for an official errata release (Red Hat CVE, Red Hat Bugzilla).
Red Hat Product Security has acknowledged the vulnerability and credited Tristan Madani of Talence Security for the discovery. Red Hat assessed the impact as Moderate, noting that all standard RHEL 8+ architectures are 64-bit and unaffected, limiting the practical risk to legacy 32-bit or embedded environments (Red Hat CVE). No broader community or media coverage has been identified at this time.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."