Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
pois0nSword — A demonstration of read write using cve-2025-43529 on iOS 26.1 | Kitploit
उपकरण/GitHubGitHub/genericcoding/pois0nsword
Exploit FrameworksiOS SecurityVulnerability AnalysisExploitationReverse EngineeringMobile SecurityPayload DevelopmentBinary Exploitation
GitHubgenericcoding/pois0nsword

pois0nSword

A demonstration of read write using cve-2025-43529 on iOS 26.1

रिपॉजिटरी देखें
581525 दिन पहलेKitploit द्वारा समीक्षित

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें
अनुरोधित भाषा में सामग्री उपलब्ध नहीं है। अंग्रेज़ी संस्करण दिखाया जा रहा है।

pois0nSword

In development, not currently useful for users.

pois0nSword is an iOS project with the goal of eventually enabling user interface customization.

Currently a demonstration of arbitrary webcontent read write using cve-2025-43529 on iOS 26.1. As well as a PAC bypass utilizing CVE-2026-20700. Credits:

GenericCoding - main developer varik - main developer

zeroxjf - fixing webcontent r/w and debugging

  • R/W primatives
  • PAC bypass / offsets
  • GC disabling
  • JitAllowList overwrite
  • Get slide
  • Get correct vtable for web worker
  • Initial work on creating the web worker for dlopen
  • Most iPhone 15 plus offsets for 26.1
  • Patch offsets with slide
  • Get JSC_base address
  • Angle-OOB sandbox escape
  • Most of the code comes from cve-2025-43529 POC by jir4vv1t and the darksword web implementation. (https://github.com/ghh-jb/DarkSword/)

    Write-up

    For PAC bypass write up see: https://varik.dev/blog/jsc/pois0nsword-native-calls

    For arbitrary webcontent r/w see: https://varik.dev/blog/jsc/jsc-exploitation-primitives-part-1

    This repo utilizes the Darksword scribble method to obtain read/write64 primatives on iOS 26.1 after bootstrapping addrof and fakeobj primatives, and then disables garbage collection (See WIP branch) with write8 after obtaining the heap and VM addresses.

    Regarding the related ANGLE-OOB bug: The way the OOB referenced in @zeroxjf's analysis repo, is related and is used in DarkSword, however it is used after IPC port which is opened using read / write and offsets, and requires the PAC bypass. Hence why @zeroxjf couldn't verify the OOB fully, without a way of transmitting messages between the OOB and an IPC port; the OOB isn't of use to us at all.

    टूल डाउनलोड करें