Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2022-32947 PoC — Apple watchOS 安全漏洞

Source
Associated Vulnerability
Title:Apple watchOS 安全漏洞 (CVE-2022-32947)
Description:The issue was addressed with improved memory handling. This issue is fixed in iOS 16.1 and iPadOS 16, macOS Ventura 13, watchOS 9.1. An app may be able to execute arbitrary code with kernel privileges.
Description
CVE-2022-32947 walkthough and demo
Readme
# CVE-2022-32947 presentation and demo

Watch the live stream presentation with Lina and Cyan [here](https://www.youtube.com/watch?v=hDek2cp0dmI)!!! ✨

日本語の配信は[こちら](https://www.youtube.com/watch?v=IazTJ_eHVxY)!! ✨
File Snapshot

[4.0K] /data/pocs/bd4693f38185403a6628a6e329bb88122338a570 ├── [4.0K] demo_exploit │   ├── [4.7K] constants.h │   ├── [ 370] hvcall.h │   ├── [5.5K] main.c │   ├── [ 390] Makefile │   ├── [1.4K] ops.h │   ├── [ 936] runner.h │   ├── [9.2K] runner.m │   ├── [ 26K] shaders.metal │   ├── [ 350] types.h │   ├── [ 744] utils.c │   └── [ 41] utils.h ├── [1.1K] LICENSE ├── [ 244] README.md └── [4.0K] slides ├── [4.0K] css │   └── [7.4K] sky2.css ├── [4.0K] dist │   ├── [ 871] reset.css │   ├── [ 46K] reveal.css │   ├── [142K] reveal.js │   └── [602K] reveal.js.map ├── [4.0K] img │   ├── [ 70K] callret_1.svg │   ├── [111K] callret2_bad0.svg │   ├── [111K] callret2_bad1.svg │   ├── [111K] callret2_bad2.svg │   ├── [113K] callret2_bad3.svg │   ├── [114K] callret2_bad4.svg │   ├── [114K] callret2_bad5.svg │   ├── [114K] callret2_good0.svg │   ├── [114K] callret2_good10.svg │   ├── [114K] callret2_good1.svg │   ├── [114K] callret2_good2.svg │   ├── [114K] callret2_good3.svg │   ├── [114K] callret2_good4.svg │   ├── [114K] callret2_good5.svg │   ├── [114K] callret2_good6.svg │   ├── [114K] callret2_good7.svg │   ├── [114K] callret2_good8.svg │   ├── [114K] callret2_good9.svg │   ├── [ 70K] callret_2.svg │   ├── [111K] callret2.svg │   ├── [ 70K] callret_3.svg │   ├── [ 70K] callret_4.svg │   ├── [ 70K] callret_5.svg │   ├── [ 71K] callret_6.svg │   ├── [ 71K] callret_7.svg │   ├── [ 70K] callret.svg │   ├── [ 79K] cmdbuf_1.svg │   ├── [ 79K] cmdbuf_2.svg │   ├── [ 79K] cmdbuf_3.svg │   ├── [ 79K] cmdbuf.svg │   ├── [ 81K] cpugpukpt.svg │   ├── [ 76K] cpugpuproc_1.svg │   ├── [ 76K] cpugpuproc_2.svg │   ├── [ 76K] cpugpuproc.svg │   ├── [ 86K] cpugpupt.svg │   ├── [ 68K] cpugpu.svg │   ├── [ 78K] gpufwhw.svg │   ├── [244K] letsgo.png │   ├── [100K] lina_notices_1.svg │   ├── [ 47K] lina_notices_2.svg │   ├── [ 62K] lina_notices_3.svg │   ├── [ 47K] lina_notices_4.svg │   ├── [ 46K] lina_notices_5.svg │   ├── [2.5M] lina_notices.png │   ├── [127K] lina_notices.svg │   ├── [ 79K] multiply.svg │   ├── [ 94K] pagetables2.svg │   ├── [ 94K] pagetables.svg │   ├── [ 61K] pt_big2.svg │   ├── [ 61K] pt_big.svg │   ├── [ 73K] pt_permissions.svg │   ├── [284K] pt_translation.svg │   ├── [109K] pt_tree.svg │   ├── [196K] root.png │   ├── [142K] rop_0.svg │   ├── [149K] rop_10.svg │   ├── [142K] rop_1.svg │   ├── [142K] rop1.svg │   ├── [142K] rop_2.svg │   ├── [142K] rop_3.svg │   ├── [142K] rop_4.svg │   ├── [142K] rop_5.svg │   ├── [142K] rop_6.svg │   ├── [142K] rop_7.svg │   ├── [142K] rop_8.svg │   ├── [142K] rop_9.svg │   ├── [100K] rop_regs0.svg │   ├── [100K] rop_regs1.svg │   ├── [102K] rop_regs2.svg │   ├── [100K] rop.svg │   ├── [ 55K] selfmod.svg │   ├── [ 79K] ttbat.svg │   ├── [108K] uat_space.svg │   ├── [ 78K] uppl_1.svg │   ├── [ 81K] uppl.svg │   ├── [ 88K] virtualmemory2.svg │   └── [ 90K] virtualmemory.svg ├── [ 27K] index.html ├── [4.0K] js │   ├── [1.0M] capstone-arm64.min.js │   ├── [ 14K] emu.js │   ├── [ 29K] exploit_code.js │   ├── [ 85K] jquery-3.7.1.min.js │   ├── [ 10M] memory.js │   ├── [5.9K] symbols.js │   └── [3.6M] unicorn-aarch64.min.js ├── [1.1K] LICENSE ├── [4.0K] plugin │   ├── [4.0K] highlight │   │   ├── [918K] highlight.js │   │   ├── [ 940] monokai.css │   │   ├── [ 16K] plugin.js │   │   └── [ 947] zenburn.css │   ├── [4.0K] markdown │   │   ├── [ 89K] markdown.js │   │   └── [ 13K] plugin.js │   └── [4.0K] notes │   ├── [102K] notes.js │   ├── [5.9K] plugin.js │   └── [ 23K] speaker-view.html └── [3.2K] README.md 10 directories, 114 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →