Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 14:04
69d8cbc

UEFI NTFS drivers v1.7

  • This version, based on NTFS-3G 2023.06.13, fixes minor issues such as errno not always being properly set and a potential use after free.
  • The UEFI code is also improved to prevent a potential crash when using the driver in a DEBUG environment (therefore not something that will happen on real consumer hardware) [#5], as well as improve the mapping of errno codes to UEFI error codes.
  • None of the issues being fixed/improved upon are expected to be exploitable as security vulnerabilities.
  • The binaries were built in a fully transparent manner through GitHub Actions at https://github.com/pbatard/ntfs-3g/actions/runs/5631047056.
    You can validate that the SHA-256 of the binaries below match the ones displayed in the GitHub Actions build report.
  • The _signed binaries are the Secure Boot signed versions of the READ-ONLY drivers (Intended for use with the Secure Boot signed UEFI:NTFS binaries found here)
  • Note that the 32-bit ARM version is not Secure Boot signed, as Microsoft's current policies require additional validation for the signing of 32-bit ARM UEFI binaries.