]> git.proxmox.com Git - grub2.git/commit
fs/ntfs: Fix various OOB reads and writes (CVE-2023-4692, CVE-2023-4693)
authorMate Kukri <mate.kukri@canonical.com>
Thu, 28 Sep 2023 08:44:20 +0000 (09:44 +0100)
committerJulian Andres Klode <julian.klode@canonical.com>
Mon, 2 Oct 2023 14:09:16 +0000 (16:09 +0200)
commit279cc2d193c6b9d69a0e486247eb465785fb5718
tree1ce7b983a57c70f82ddb42edfa1856dbd3a4201e
parentf64f291a7434e88c12bc2bda087d02962b79db2e
fs/ntfs: Fix various OOB reads and writes (CVE-2023-4692, CVE-2023-4693)

This fixes the two CVEs and various other OOB bugs in the ntfs driver.

Reported-by: Maxim Suhanov <dfirblog@gmail.com>
debian/patches/ntfs-cve-fixes/fs-ntfs-Fix-an-OOB-read-when-parsing-a-volume-label.patch [new file with mode: 0644]
debian/patches/ntfs-cve-fixes/fs-ntfs-Fix-an-OOB-read-when-parsing-bitmaps-for-index-at.patch [new file with mode: 0644]
debian/patches/ntfs-cve-fixes/fs-ntfs-Fix-an-OOB-read-when-parsing-directory-entries-fr.patch [new file with mode: 0644]
debian/patches/ntfs-cve-fixes/fs-ntfs-Fix-an-OOB-read-when-reading-data-from-the-reside.patch [new file with mode: 0644]
debian/patches/ntfs-cve-fixes/fs-ntfs-Fix-an-OOB-write-when-parsing-the-ATTRIBUTE_LIST-.patch [new file with mode: 0644]
debian/patches/ntfs-cve-fixes/fs-ntfs-Make-code-more-readable.patch [new file with mode: 0644]
debian/patches/series