Lucene search

K
cvelistMitreCVELIST:CVE-2021-33285
HistorySep 07, 2021 - 12:00 a.m.

CVE-2021-33285

2021-09-0700:00:00
mitre
www.cve.org
4
ntfs-3g
heap buffer overflow
memory disclosure
denial of service
out-of-bound buffer access
crafted ntfs partition
mft record.

AI Score

8

Confidence

High

EPSS

0.001

Percentile

21.0%

In NTFS-3G versions < 2021.8.22, when a specially crafted NTFS attribute is supplied to the function ntfs_get_attribute_value, a heap buffer overflow can occur allowing for memory disclosure or denial of service. The vulnerability is caused by an out-of-bound buffer access which can be triggered by mounting a crafted ntfs partition. The root cause is a missing consistency check after reading an MFT record : the “bytes_in_use” field should be less than the “bytes_allocated” field. When it is not, the parsing of the records proceeds into the wild.