A fuzzy issue of responsible disclosure
A fuzzy issue of responsible disclosure
Posted Aug 16, 2022 15:12 UTC (Tue) by sandeen (guest, #42852)In reply to: A fuzzy issue of responsible disclosure by developer122
Parent article: A fuzzy issue of responsible disclosure
Absolutely. Modern XFS, for example, has checksums on every piece of metadata, and has metadata verifiers to functionally validate every bit of metadata read from and written to disk. So the current version of the XFS on-disk structure is fairly resistant to casual fuzzing. But then fuzzing adapts, and begins to write invalid metadata with a valid checksum, and the arms race continues (as it should, I suppose.)