Add content: CVE-2024-44236 Remote Code Execution in Apple macOS sips Uti... #1041
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview
An out-of-bounds write in Apple’s
sips
utility (macOS 15.0.1, sips-307) occurs due to improper validation of thelutAToBType
andlutBToAType
ICC profile tag types (CVE-2024-44236
). A crafted ICC file can trigger reads and zero-writes up to 16 bytes past the heap buffer, enabling arbitrary code execution under user privileges.ICC Profile Format
🔧 Technical Details
An out-of-bounds write vulnerability in Apple’s
sips
ICC profile parser arises from insufficient validation of theOffset to CLUT
field inlutAToBType
andlutBToAType
tags: the parser reads and zero-writes 16 bytes starting at this attacker-controlled offset without ensuring it lies within the tagged element data, enabling heap buffer overflow.By crafting an ICC profile where the tag’s
offsetToCLUT
equals itstagDat...
🤖 Agent Actions
I’ve added a new exploit write-up under the Arbitrary Write → Exec section:
• src/binary-exploitation/arbitrary-write-2-exec/aw2exec-sips-icc-profile.md
This documents the CVE-2024-44236 OOB write in Apple’s sips ICC parser, covers vulnerable code, exploitation steps, impact, detection guidance, and references. Let me know if you’d like any adjustments!
✅ Review Checklist
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.
📚 Repository Maintenance
All .md files have been checked for proper formatting (headers, includes, etc.).