CVE-2026-71221
Received Received - Intake

Stack Out-of-Bounds Write in gfs2-utils savemeta

Vulnerability report for CVE-2026-71221, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: redhat-SADP

Description

A stack out-of-bounds write vulnerability was found in gfs2-utils. In savemeta, the height value from on-disk inode metadata is used as a loop bound without bounds checking, causing a stack buffer overflow that may lead to arbitrary code execution when processing crafted GFS2 filesystem images.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-03
AI Q&A
2026-09-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
redhat gfs2-utils *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a stack out-of-bounds write vulnerability in gfs2-utils, specifically in the savemeta function. It occurs when processing crafted GFS2 filesystem images where the height value from on-disk inode metadata is used as a loop bound without bounds checking. This causes a stack buffer overflow that may lead to arbitrary code execution.

Detection Guidance

Detecting this vulnerability requires checking for the presence of gfs2-utils and examining filesystem images processed by savemeta. Look for gfs2-utils installations and review logs for savemeta usage. No direct detection commands are provided in the resources, but monitoring for crashes or unusual behavior when processing GFS2 images may indicate exploitation.

Impact Analysis

Exploitation requires local access and user interaction, such as an administrator running savemeta on a crafted GFS2 image. Successful exploitation could allow arbitrary code execution, leading to potential system compromise, data theft, or further attacks. The vulnerability has a CVSS score of 7.0, indicating high impact on confidentiality, integrity, and availability.

Compliance Impact

This vulnerability could lead to unauthorized code execution, potentially causing data breaches or system compromises. Such incidents may violate compliance requirements under GDPR or HIPAA, depending on the data involved. Organizations should mitigate risks by avoiding untrusted images and using isolated environments.

Mitigation Strategies

Avoid running gfs2-utils savemeta on untrusted GFS2 filesystem images. Process untrusted images in isolated environments like containers or VMs. Disable automatic fsck at boot for GFS2 filesystems by setting fs_passno to 0 in /etc/fstab. Update gfs2-utils to a patched version if available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-71221. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart