Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: UaF in boot-manifest-hash fallback #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Apr 27, 2023

CFDataGetBytePtr doesn't return a copy. Somehow it happened to work fine up until iOS 16.3.1, but on iOS 16.4+ the early CFRelease causes the result to be all zeroes.

This isn't critical as it's just a fallback if it fails to get root-snapshot-name and that still works fine, but it's worth fixing anyway.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CFDataGetBytePtr doesn't return a copy. Somehow it happened to work fine
up until iOS 16.3.1, but on iOS 16.4+ the early CFRelease causes the
result to be all zeroes.

This isn't critical as it's just a fallback if it fails to get
root-snapshot-name and that still works fine, but it's worth fixing
anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant