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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
rmg-s9180-fzg1 — Root My Galaxy SM-S9180 (dm3q) S9180ZHS8FZG1 payload port - CVE-2026-43499 + KernelSU LKM | Kitploit
उपकरण/GitHubGitHub/hackyangwen-lgtm/rmg-s9180-fzg1
Android SecurityPrivilege EscalationExploitationReverse EngineeringMobile SecurityPayload DevelopmentBinary Exploitation
GitHubhackyangwen-lgtm/rmg-s9180-fzg1

rmg-s9180-fzg1

Root My Galaxy SM-S9180 (dm3q) S9180ZHS8FZG1 payload port - CVE-2026-43499 + KernelSU LKM

रिपॉजिटरी देखें
41316 दिन पहलेअभी तक समीक्षित नहीं

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

सभी देखें →

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

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

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

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

Root My Galaxy SM-S9180 (dm3q) — FZG1 payload ports

Ports of the CVE-2026-43499 payload (UAF → KernelSU LKM temporary root) for Samsung Galaxy S23 Ultra SM-S9180 (dm3q).

Hong Kong (TGY) — S9180ZHS8FZG1

  • Kernel: 5.15.189-android13-8-33413713-abS9180ZHS8FZG1 (2026-07-05 security patch)
  • Root method: CVE-2026-43499 UAF exploit + KernelSU LKM (temporary root, lost on reboot)
  • Status: working — su -c id → uid=0(root) context=u:r:ksu:s0, ksud 3.2.5
FileDescription
RootMyGalaxy-S9180-FZG1.apkSigned APK (v3, CN=RMG), installable, contains payload
cve-2026-43499-app.soPatched payload, md5 ad6306e330897aa6b85b8badea1d60f7
fzg1-patch-spec.json6 movz patches applied to the FZF5 fork payload
target.hFZG1 target profile with corrected offsets
ISSUE.mdIssue/port report for the upstream repo (BuSung-dev/Root-My-Galaxy-Payloads)

Key finding

Only 3 data symbols changed between FZF5 and FZG1 (all shifted +0x5c0):

All other symbols (ashmem family, init_task, prepare_kernel_cred, etc.) are unchanged. The movz migration is only 6 patches:

root@kitploit:~
0x0067ec: 0xd238 -> 0xd7f8   (ashmem_fops)
0x007470: 0xf1e0 -> 0xf7a0   (anon_pipe_buf_ops)
0x00754c: 0xf1e0 -> 0xf7a0   (anon_pipe_buf_ops)
0x00765c: 0xf1e0 -> 0xf7a0   (anon_pipe_buf_ops)
0x0078ac: 0x41f8 -> 0x47b8   (kmalloc_caches)
0x007af4: 0xf1e0 -> 0xf7a0   (anon_pipe_buf_ops)

China (CHC) — S9180ZCS8FZG1

Working port for the Chinese firmware — see CHC-README.md for the full port notes, including the CHC kallsyms off-by-one name-shift trap and the 10 corrected data-symbol addresses.

FileDescription
  • Kernel: 5.15.189-android13-8-3251900-abS9180ZCS8FZG1 (build 3251900)
  • Status: working — exploit succeeds on attempt 1; Chinese negative screen (三星智慧主页) + Google GMS coexist on the same ROM.

Install & run

root@kitploit:~
# 1. Install the APK (pick your region variant)
adb install -r RootMyGalaxy-S9180-FZG1.apk   # TGY
adb install -r RootMyGalaxy-S9180-CHC.apk    # CHC

# 2. Launch the app and run the exploit (one attempt)
# Root is temporary: re-run the exploit after every full reboot.

Caveats

  • Temporary root only (KernelSU LKM): lost on full reboot, re-obtained by re-running the exploit.
  • KernelSU soft-reboot preserves root.
  • Never use the in-app "update" button for modules — always install zips manually.
  • On CHC: the kernel-context UMH daemon (u:r:kernel:s0) is blocked by Samsung DEFEX from running pm install (SIGKILL) — use KernelSU su (u:r:ksu:s0).
टूल डाउनलोड करें
SymbolFZF5FZG1
kmalloc_caches0x020641f80x020647b8
anon_pipe_buf_ops0x01e7f1e00x01e7f7a0
ashmem_fops0x0200d2380x0200d7f8
RootMyGalaxy-S9180-CHC.apkSigned APK (v3, CN=RMG), installable, contains the CHC payload
cve-2026-43499-chc-app.soPatched CHC payload, md5 5292cdf88e64cf54bd1b4b44f63e45ed
chc-patch-spec.json10 movz patches applied to the working TGY FZG1 payload
chc-target.hCHC target profile with corrected offsets