First published: Mon Apr 30 2012(Updated: )
Gabriel Vlasiu reported that xfs_metadump, part of the xfsprogs suite of tools for the XFS filesystem, did not properly obfuscate data. xfs_metadump properly obfuscates active metadata, but the rest of the space within that fs block comes through in the clear. This could lead to exposure of stale disk data via the produced metadump image. The expectation of xfs_metadump is to obfuscate all but the shortest names in the metadata, as noted in the manpage: By default, xfs_metadump obfuscates most file (regular file, directory and symbolic link) names and extended attribute names to allow the dumps to be sent without revealing confidential information. Extended attribute values are zeroed and no data is copied. The only exceptions are file or attribute names that are 4 or less characters in length. Also file names that span extents (this can only occur with the mkfs.xfs(8) options where -n size > -b size) are not obfuscated. Names between 5 and 8 characters in length inclusively are partially obfuscated. While the xfs_metadump tool can be run by unprivileged users, it requires appropriate permissions to access block devices (such as root) where the sensitive data might be dumped. An unprivileged user, without access to the block device, could not use this flaw to obtain sensitive data they would not otherwise have permission to access.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/xfsprogs | <3.2.4 | 3.2.4 |
Sgi Xfsprogs | <=3.2.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2012-2150 is considered a medium severity vulnerability due to potential exposure of sensitive stale data.
To fix CVE-2012-2150, upgrade xfsprogs to version 3.2.4 or later.
CVE-2012-2150 affects xfsprogs versions up to 3.2.3 and all versions below 3.2.4.
CVE-2012-2150 can lead to the exposure of stale metadata that is not properly obfuscated.
Yes, CVE-2012-2150 specifically affects the XFS filesystem tools in the xfsprogs suite.