appsec.fyi

Mobile Security Resources

Post Share

A curated AppSec resource library covering XSS, SQLi, SSRF, IDOR, RCE, XXE, OSINT, and more.

Mobile Security

Mobile application security encompasses the unique attack surface of iOS and Android applications, including insecure local data storage, weak transport layer protection, insufficient binary protections, and client-side injection vulnerabilities. The OWASP Mobile Top 10 highlights risks such as improper platform usage, insecure data storage, insecure communication, insecure authentication, insufficient cryptography, and code tampering. Mobile apps face threats that web applications do not: reverse engineering of client-side code, certificate pinning bypass, inter-process communication attacks, and exploitation of platform-specific features like deep links, content providers, and keychain storage. Tools like Frida, objection, MobSF, and Jadx enable dynamic instrumentation and static analysis of mobile binaries, while proxy tools allow interception of API traffic for server-side testing.

Start here: the Mobile learning pathAn ordered route through this library — orientation, then methodology, then research. Read the Mobile guideA long-form, source-cited deep dive synthesized from every resource below. The comprehensive Mobile guide on chs.usA hand-written, in-depth practitioner guide — attacks, testing, and prevention.
Date Added Link Excerpt
2026-08-19 2026How a popular Android library silently exposed thousands of apps to Arbitrary File Overwrite (AFO). https://itis911.github.io/writeups/cropper-vulnerability.html intermediate 6 min readLibrary detailing an Arbitrary File Overwrite (AFO) vulnerability in the `com.canhub:android-image-cropper` library. The vulnerability arises from the library's default manifest configuration, specifically an `android:exported="true"` Activity and root-scoped `<paths>` in its `FileProvider`. This combination allows any installed app to craft an intent, providing a malicious source URI and an attacker-controlled output URI. The library then decodes an image, re-encodes it, and writes it to the specified output, effectively enabling file overwrites that could lead to account takeover via configuration corruption or, in specific non-standard loading scenarios, code execution by replacing native libraries.
2026-08-17 2026Why Protocol Matters: Evil PWA Attack on Casdoor advanced 3 min read API Sec AuthNWriteup detailing an "Evil PWA Attack" exploiting a vulnerability in Casdoor's origin validation. The technique bypasses checks on `redirect_uri` by leveraging custom protocol handlers within Progressive Web Apps (PWAs). This allows an attacker to trick users into installing a malicious PWA, which can then intercept authentication codes due to the improper validation of origins like `web+slonser://z.chromiumapp.org`, ultimately enabling user data theft across multiple platforms.
2026-08-12 2026Kimwolf v7: An Evolution of the Kimwolf Botnet advanced 11 min readLibrary detailing Kimwolf v7, an upgraded Android/IoT botnet that targets Android TV boxes and set-top boxes. Kimwolf v7 enhances distributed denial-of-service (DDoS) attacks with an HTTP/2 flood using the nghttp2 library, making attack traffic harder to distinguish from legitimate browsing. Its command-and-control (C2) infrastructure leverages hard-coded Ethereum Name Service (ENS) domains resolved via public Ethereum RPC endpoints, and includes a Tor .onion hidden service as a fallback. The malware spreads by exploiting unauthenticated Android Debug Bridge (ADB) instances on local networks. → unit42.paloaltonetworks.com
2026-08-08 2026TrustFall: When the Trusted Execution Environment Cannot Be Trusted news 12 min readLibrary for securing Trusted Execution Environments (TEEs) like OP-TEE, which protects sensitive data on Arm devices. It addresses vulnerabilities within the OP-TEE core, including a heap underwrite bug in the RSA NOPAD encryption path. This bug, triggered by an oversized input during modular exponentiation, allows an attacker to corrupt the heap by overwriting free list pointers, enabling a write-what-where primitive and subsequent code execution within the Secure World. The library details techniques for exploiting memory corruption, leaking addresses to defeat ASLR, and manipulating the BGET allocator's free list.
2026-08-07 2026PimpMyCaido #1: Hunt client-side vulnerabilities with DOMLogger++ intermediate XSSThis content introduces "PimpMyCaido #1," a guide focused on discovering client-side vulnerabilities. It specifically highlights the use of a tool called "DOMLogger++" as a key method for this process. The material aims to equip readers with the knowledge and techniques to effectively hunt for these types of security weaknesses. → yeswehack.com
2026-08-01 2026The Xcode Assassin Returns: A Deep Dive Into the Latest XCSSET Version advanced 17 min read Supply ChainAnalysis of XCSSET v40, a macOS malware, reveals its advanced stealth techniques including polymorphic payload generation, fileless persistence, and in-memory execution. This version, distributed through supply chain attacks via Xcode projects, features enhanced worming capabilities and a multi-layered cipher shift for obfuscation. Researchers used AI and pattern-matching to de-obfuscate its logic, uncovering new modules like a Chrome hijacking backdoor leveraging the Chrome DevTools Protocol (CDP) for arbitrary JavaScript execution and credential theft, and a Telegram trojanizer. XCSSET v40's infection chain involves four stages, culminating in memory-resident core modules that execute specialized components for browser hijacking, credential theft, and data exfiltration. → unit42.paloaltonetworks.com
2026-07-30 2026Reversing of Eufy Security Video Doorbell sync protocol and wifi creds decryption from flash memory advanced 27 min readLibrary for reversing the Eufy Security Video Doorbell. This work details the soundwave sync protocol, jamming capabilities by deauthenticating the device from its hidden Wi-Fi network, and the extraction and decryption of Wi-Fi credentials from flash memory. It targets the OCEAN_XXXXXX network used by the Homebase Station and doorbell, building on prior research into Eufy's proprietary protocols.
2026-07-29 2026PeekList: How Brave’s Playlist bypassed FaceID Protection for Private Tabs intermediate 4 min read AuthNWriteup detailing how Brave's Playlist feature on iOS bypassed Face ID/Passcode protection for Private Tabs. By adding media to a playlist and selecting "Open in a New Private Tab," users could bypass authentication, allowing unauthorized access to sensitive browsing history. Brave addressed this by integrating the `askForLocalAuthentication` prompt into the Playlist's tab opening mechanism. → infosecwriteups.com
2026-07-26 2026Android May Soon Restrict On-Device ADB news 10 min readReference on ADB security changes, this catalog entry discusses Google's potential restriction of on-device ADB connections. While intended to prevent privilege escalation exploits, specifically mentioning CVE-2026-0073's bypass, the proposed change could break legitimate workflows for developers and users of tools like Shizuku. The article highlights how on-device ADB, used via loopback connections, enables unique use cases and argues that malicious actors cannot establish such connections autonomously.
2026-07-09 20261 in 2 devices sold in Africa exfiltrate data to China news 9 min readWriteup detailing the reverse-engineering of Transsion's "Athena" and "oneID" telemetry frameworks, found on millions of TECNO, Infinix, and itel devices. The analysis reveals how embedded AES keys and a fixed IV within the client binary allow for decryption of sensitive data, including app network activity, foreground app status, precise location, and camera usage, all tied to permanent device identifiers. This research highlights significant mobile security risks stemming from hidden, first-party software collecting extensive user information without clear visibility.
2026-07-02 2026Is the Android Lock Screen an Illusion? A Critical Logical Bypass Discovered in the Gemini App intermediate 4 min read AIWriteup detailing a logical bypass vulnerability in the Gemini app on Android, discovered through a multi-touch interaction. This technique allowed unauthorized access to sensitive user data, including chat histories, NotebookLM notebooks, and Gmail drafts, by circumventing the Android Keyguard through context hijacking. The vulnerability stemmed from inadequate validation of concurrent UI interactions, creating a race condition that neutralized internal security controls. Google's VRP team confirmed and patched the issue. → infosecwriteups.com
2026-06-25 2026I Wasted 3 Days Intercepting a Flutter App. Here’s What Actually Works. intermediate BurpThe author spent three days attempting to intercept traffic from a Flutter app for a security assessment. Despite trying various methods like Objection, ReFlutter, custom CA installation, VPN interception, and Frida scripts, none were successful. The app consistently displayed a "no internet" error, rather than SSL or certificate warnings, hindering the interception process. No bounty payout amount was mentioned. → infosecwriteups.com
2026-06-12 2026Android App Penetration Testing: From APK Decompilation to Runtime Exploitation [Tools and Labs] beginnerThis article introduces the fundamentals of Android penetration testing, covering essential tools and their usage. It emphasizes the necessity of an Android virtual device or a physical device for practical application. The author, while not an expert, aims to provide a useful guide for beginners. The content highlights Android Studio as the official Integrated Development Environment (IDE) for this process. No bug bounty payout amounts are mentioned. → infosecwriteups.com
2026-06-11 2026Agentic Browser Security: 2025 Year-End Review intermediate 4 min read AISurvey of agentic browser security trends in 2025, detailing attacks like Zero-Interaction Exfiltration, Scamlexity targeting Perplexity's Comet, Gemini Trifecta, CometJacking, Tainted Memories CSRF in OpenAI Atlas, HashJack, and Task Injection in OpenAI Operator. It also covers defensive strategies emerging, including Human-in-the-Loop (HITL), Reinforcement Learning, Architectural Isolation, and Secondary LLM Critics, while noting Gartner's recommendation to block AI browser use and offering best practices for those experimenting with the technology. → wiz.io
2026-06-08 2026Operation FlutterBridge: macOS Malvertising Campaign Spreads New FlutterShell Backdoor news 18 min readLibrary for analyzing FlutterShell, a macOS backdoor deployed via Operation FlutterBridge malvertising. This payload, built with the Flutter framework, delivers adware with backdoor capabilities including shell command execution and file system manipulation. Some variants weaponize AI summarization features for data exfiltration. Operation FlutterBridge targets global audiences through Google Ads, employing shell companies to bypass vetting. The analysis details FlutterShell's WebView-based architecture, JavaScript-to-native bridge, and the challenges in dissecting Dart binaries. → unit42.paloaltonetworks.com
2026-06-08 2026A 0-click exploit chain for the Pixel 10: When a Door Closes, a Window Opens advanced 5 min read RCEToolchain detailing a 0-click to root exploit chain for Pixel 10, leveraging a 2026 Dolby UDC vulnerability (CVE-2025-54957) patched in early 2026, and a newly discovered VPU driver `mmap` vulnerability. The VPU bug allows arbitrary kernel read-write by mapping physical memory beyond its intended region, granting immediate kernel code execution. → projectzero.google
2026-05-22 2026Your iPhone Gets Stolen. Then the Hacking Begins beginner 5 min readAnalysis of a thriving underground ecosystem reveals how criminals are monetizing stolen iPhones by offering unlocking tools and sophisticated phishing kits, often mimicking Apple services. Researchers at Infoblox identified dozens of groups selling these services, many focusing on iPhones, and linked over 10,000 phishing websites to this activity, with traffic surging 350% last year. These illicit services commonly include tools for jailbreaking older devices, phishing kits to bypass "Find My iPhone" protections, and AI-powered voice changers for social engineering attacks, highlighting a lucrative market for stolen device access. → wired.com
2026-05-06 2026Critical Android vulnerability CVE-2026-0073 fixed by Google news 1 min read RCEReference to CVE-2026-0073, a critical remote code execution flaw in Android's System component affecting the Android Debug Bridge daemon (adbd). This vulnerability, patched by Google, allowed attackers to execute code as the shell user without privileges or user interaction. While not publicly exploited, it underscores ongoing security risks, similar to the previously exploited Qualcomm component vulnerability, CVE-2026-21385. → securityaffairs.com
2026-05-06 2026Critical Remote Code Execution Vulnerability Patched in Android news RCELibrary for patching CVE-2026-0073, a critical remote code execution flaw in the Android System component. This vulnerability in the Android Debug Bridge daemon allows exploitation without user interaction to execute code as the shell user. Google has released an update addressing this issue, noting no observed exploitation.
2026-05-05 2026Google Update: Android Flaw Could Put Billions of Devices at Risk news RCEGoogle Update: Android Flaw Could Put Billions of Devices at Risk https://ift.tt/hVIfD24 → techrepublic.com
2026-05-05 2026Android Zero-Click RCE Vulnerability Enables Remote Shell Access news 3 min read RCETool. This resource details CVE-2026-0073, a zero-click RCE vulnerability in Android's Debug Bridge daemon (adbd) affecting multiple OS versions, including Android 14-16. Exploitable from the same local network or physical proximity, it allows remote shell access without user interaction or elevated privileges, bypassing application sandboxing and potentially enabling persistence. Recommendations include timely patching, disabling USB debugging, restricting ADB access, network segmentation, and implementing zero trust policies. → esecurityplanet.com
2026-05-05 2026Google Confirms Critical Android 0-Click VulnerabilityUpdate Now news RCEGoogle Confirms Critical Android 0-Click Vulnerability—Update Now https://ift.tt/r9c8NaL
2026-05-05 2026Critical Remote Code Execution Vulnerability Patched in Android news 1 min read RCEVulnerability writeup detailing CVE-2026-0073, a critical remote code execution flaw in Android's System component affecting the Android Debug Bridge daemon ('adbd'). Exploitation allows an unauthenticated attacker to execute code as the shell user without requiring user interaction. The report notes this vulnerability has not been observed in the wild, unlike several other Android flaws from previous years such as CVE-2024-43093 and CVE‑2025‑27038. → securityweek.com
2026-05-04 2026Weekly Recap: AI-Powered Phishing Android Spying Tool Linux Exploit GitHub RCE & More news 19 min read AI RCELibrary for securing applications, this resource details ongoing threats and vulnerabilities. Key issues include active exploitation of a cPanel flaw (CVE-2026-41940) leading to authentication bypass and data wiping, and a Linux kernel vulnerability (CVE-2026-31431) enabling trivial privilege escalation. It also covers supply chain attacks via npm, PyPI, and Packagist by TeamPCP, a Python backdoor framework (DEEP#DOOR) for data theft and system manipulation, a critical GitHub flaw (CVE-2026-3854) allowing remote code execution, and the VECT 2.0 ransomware's destructive encryption method. → thehackernews.com
2026-04-29 202638 Vulnerabilities Found in OpenEMR Medical Software news 1 min read SQLiAnalysis of 38 vulnerabilities in OpenEMR, including critical SQL injection flaws (CVE-2026-24908, CVE-2026-23627) and authorization bypasses (CVE-2026-24487), reveals risks of PHI exfiltration and remote code execution. These patched issues, primarily stemming from authorization defects, were discovered by Aisle. → securityweek.com
2026-04-22 2026Root/Jailbreak Detection and SSL Pinning in KMM intermediate 8 min readLibrary implementing root/jailbreak detection and SSL pinning for Kotlin Multiplatform Mobile (KMM) applications. It details platform-specific techniques for detecting rooted Android devices by checking for the `su` binary or common root packages, and for jailbroken iOS devices by looking for Cydia or writable system directories. The library also covers SSL pinning using OkHttpClient on Android and a custom URLSessionDelegate with proxy detection on iOS to prevent man-in-the-middle attacks. The article further explores how attackers bypass these protections, particularly using Frida for dynamic instrumentation.
2026-04-22 2026Reversing Android Apps: Bypassing Detection Like a Pro intermediate 4 min readLibrary for bypassing common Android app detection mechanisms like Frida, root checks, and SSL pinning. Techniques include utilizing Magisk DenyList, employing Frida codeshare scripts, attaching Frida after app launch, static analysis with Jadx to identify and patch detection code, using Objection's `patchapk` feature, dumping loaded classes, tracing method calls, reversing native JNI code, and patching SSL pinning with `apk-mitm` for network traffic analysis.
2026-04-22 2026Reverse engineering and modifying Android apps with JADX and Frida intermediate 18 min readLibrary for reverse engineering and modifying Android applications, utilizing JADX for code extraction and Frida for dynamic instrumentation. This resource details how to decompile APKs, analyze Java source code generated by JADX, and write custom Frida scripts to bypass security measures like certificate pinning, enabling traffic interception with tools like HTTP Toolkit. It covers techniques applicable to understanding and altering app behavior beyond standard certificate pinning implementations.
2026-04-22 2026Common Vulnerabilities and Exposures Examples in Mobile Apps beginner 6 min readLibrary for validating mobile application CVEs, enabling security teams to reproduce exploits and analyze vulnerabilities in virtualized iOS and Android environments. It supports automated security assessments, real-time reporting, and tools like Frida for hooking and tracing behavior, addressing challenges posed by the rising volume of CVEs and the limitations of testing within app sandboxes. This approach moves beyond static CVE database entries to provide actionable insights into exploitable risks, exemplified by issues like CVE-2024-26131 in the Element Android App and the Operation Triangulation CVE chain impacting iOS.
2026-04-22 2026Bypassing iOS Frida Detection with LLDB and Frida intermediate 5 min readWriteup details bypassing iOS Frida detection using LLDB and Frida. The process involves jailbreaking an iPhone, setting up development tools like `libimobiledevice`, `frida-tools`, and LLDB, and then using `debugserver` for remote debugging. The author demonstrates how to find and breakpoint `FridaInTheMiddle.systemSanityCheck()` with LLDB to bypass detection, trace the `dummyFunction(flag:)` Swift function using `frida-trace` to get its mangled name, and finally hook this function with a Frida script to intercept and decode the Swift string argument, ultimately revealing the flag.
2026-04-22 2026frida-interception-and-unpinning: Scripts to MitM all HTTPS traffic intermediate 8 min readLibrary of Frida scripts automates HTTPS MitM interception on mobile devices by redirecting traffic to a proxy, injecting CA certificates into trust stores, and patching certificate pinning and transparency checks. It also handles fallback patching for obfuscated certificate pinning on Android, disables root/jailbreak detection, and blocks HTTP/3 connections. The scripts can be used independently or together to intercept HTTP(S) traffic on Android and iOS.
2026-04-22 2026Android Reports and Resources beginner 2 min readLibrary of Android security reports and resources detailing vulnerabilities such as CVE-2020-8913 in the Google Play Core library, path traversal, account takeover via deep links, sensitive information disclosure, arbitrary code execution in TikTok, memory corruption exploitation, SQL injection in Content Providers, and XSS via WebView. It includes resources on secure cryptography, WebResourceResponse configurations, and vendor-specific issues in Xiaomi and Samsung devices, alongside references to vulnerable Android applications like Oversecured, GoatDroid, and Sieve for educational purposes.
2026-04-22 2026iOS Security Testing - OWASP MASTG beginner 7 min readLibrary for iOS security testing, detailing environment setup with macOS hosts, jailbroken devices, and tools like Burp Suite or OWASP ZAP. It covers obtaining device UDIDs via Finder or command-line tools such as `idevice_id` and `instruments`, and contrasts iOS simulators with emulators, noting the simulator's limitations for reverse engineering. The library also explains jailbreaking concepts, contrasting them with Android rooting, and highlights the benefits of privileged access for security testers, including root file system access and unrestricted debugging. It further categorizes jailbreak types (tethered, semi-tethered, semi-untethered, untethered) and discusses the challenges of maintaining jailbroken devices due to Apple's security hardening and signing mechanisms, mentioning exploits like CVE-2015-6794 and CVE-2015-7037. → mas.owasp.org
2026-04-22 2026Android Security Bulletin - March 2026 news 6 min readBulletin detailing security vulnerabilities affecting Android devices, including critical remote code execution flaws in the System component. Patches are available for security patch levels 2026-03-01 and 2026-03-05, addressing issues in Framework, System, Kernel, and various vendor components like Arm, MediaTek, Unisoc, and Qualcomm. Android and Google Play Protect mitigations are discussed to enhance device security.
2026-04-22 2026Android Security Bulletin - April 2026 news 5 min readBulletin detailing critical vulnerabilities in Android Framework, potentially leading to local denial of service without requiring user interaction or execution privileges. It addresses issues with security patch levels 2026-04-01 and 2026-04-05, affecting components from Google, NXP, STMicroelectronics, and Thales. The document also covers Android and Google Play Protect mitigations, emphasizing the importance of updating to the latest Android versions.
2026-04-19 2026Zero-Day Vulnerabilities in Apple WebKit — CSA Singapore newsZero-Day Vulnerabilities in Apple WebKit — CSA Singapore
2026-04-19 2026Update Apple Devices: Actively Exploited CVE-2025-14174 & CVE-2025-43529 news 2 min readWriteup of CVE-2025-14174 and CVE-2025-43529, actively exploited WebKit vulnerabilities in Apple devices. CVE-2025-14174, an out-of-bounds memory access flaw in ANGLE for Chrome on Mac, and CVE-2025-43529, a WebKit vulnerability, may have been used in tandem to execute arbitrary code via crafted HTML pages. Both have been addressed in recent iOS, macOS, tvOS, watchOS, visionOS, and Safari updates, and CVE-2025-43529 is now on CISA's Known Exploited Vulnerabilities catalog. → helpnetsecurity.com
2026-04-19 2026Two Serious Vulnerabilities in Latest Android Security Update newsTwo Serious Vulnerabilities in Latest Android Security Update
2026-04-19 2026LANDFALL: New Commercial-Grade Android Spyware (CVE-2025-21042) news 23 min readAnalysis of LANDFALL, a commercial-grade Android spyware targeting Samsung Galaxy devices, details its exploitation of CVE-2025-21042, a zero-day vulnerability in Samsung’s image processing library. Delivered via malicious DNG image files, potentially through WhatsApp, LANDFALL facilitates comprehensive surveillance. This operation, active since mid-2024 and patched in April 2025, predates public disclosures of similar exploit chains involving CVE-2025-21043 and iOS vulnerabilities, suggesting links to private-sector offensive actors in the Middle East. → unit42.paloaltonetworks.com
2026-04-16 2026Awesome Android Reverse Engineering: Curated List beginner 5 min readLibrary of curated training, tools, and resources for Android reverse engineering, covering static and dynamic analysis techniques, decompilation with JADX and Ghidra, dynamic instrumentation with Frida and Objection, network analysis using Burp Suite and Wireshark, and popular tools like MobSF, QARK, and Androguard. It also lists resources for obfuscation, anti-reversing, firmware analysis, and includes CTFs and crackmes for hands-on practice.
2026-04-16 2026Android App Reverse Engineering 101 beginner 1 min readWorkshop slides introduce static analysis techniques for reverse engineering Android applications, focusing on understanding code without execution. Exercises are performed within a provided Ubuntu 18.04 VM pre-loaded with necessary tools, with a username of "AndroidAppRE" and password "android." This resource builds foundational skills applicable to areas like Android malware analysis and vulnerability hunting.
2026-04-16 2026Exploiting Android Fingerprint Authentication intermediateExploiting Android Fingerprint Authentication
2026-04-16 2026Android Keystore Pitfalls and Best Practices intermediate 15 min readLibrary detailing Android Keystore pitfalls, this resource examines the complexities of mobile biometric authentication within the Android ecosystem. It highlights how half of tested Android apps fail OWASP AUTH-2 standards and how many fingerprint authentications can be bypassed. Best practices are discussed, emphasizing the importance of `UserAuthenticationRequired` for cryptographic keys and proper utilization of `CryptoObject` for secure data encryption/decryption, contrasting with insecure event-based or non-cryptographic implementations.
2026-04-16 2026Frida's Impact on Mobile Security and How to Fight Back intermediateFrida's Impact on Mobile Security and How to Fight Back
2026-04-16 2026From an Android Hook to RCE: $5000 Bounty intermediateFrom an Android Hook to RCE: $5000 Bounty
2026-04-16 2026iOS Reverse Engineering: Defeating Anti-Debug and Extracting Hidden Flag intermediate 4 min readWalkthrough of bypassing anti-debug and anti-Frida mechanisms in an iOS application to extract a hidden flag. This process involves static analysis using `rabin2` to find relevant strings, dynamic analysis with `FridaGadget` embedded via `insert_dylib`, and runtime instrumentation with a custom Frida script. The technique leverages `TrollStore` for installation and `FridaGadget.dylib` to bypass runtime detection and hook `UILabel` updates, ultimately revealing the flag.
2026-04-16 2026DarkSword iOS Exploit Chain Adopted by Multiple Threat Actors - Google news 20 min readLibrary for detecting and analyzing the DarkSword iOS exploit chain, which leverages multiple zero-day vulnerabilities to compromise devices. It details its use by various threat actors, including UNC6748, against targets in Saudi Arabia, Turkey, Malaysia, and Ukraine. The library identifies specific vulnerabilities like CVE-2025-31277 and CVE-2026-20700, and the deployed malware families GHOSTBLADE, GHOSTKNIFE, and GHOSTSABER, supporting iOS versions 18.4 through 18.7. → cloud.google.com
2026-04-16 2026Inside DarkSword: A New iOS Exploit Kit - iVerify news 11 min readLibrary detailing the DarkSword iOS exploit kit, a JavaScript-based framework delivered via waterhole attacks targeting iPhones running iOS 18.4 through 18.6.2. The kit includes Safari exploits, sandbox escapes, privilege escalation, and in-memory implants for data exfiltration, leveraging vulnerabilities patched by Apple in iOS 26.1, 26.2, and 26.3. The analysis uncovered infrastructure in Estonia and Ukraine, with code comments in Russian and English, and identified specific exploit stages such as `rce_loader.js`, `rce_worker_18.6.js`, `/sbx0_main_18.4.js`, and `/pe_main.js` targeting the `mediaplaybackd` daemon.
2026-04-16 2026DarkSword iOS Exploit Kit: 6 Flaws and 3 Zero-Days for Full Takeover advanced 6 min readLibrary leveraging six iOS vulnerabilities, including zero-days CVE-2026-20700, CVE-2025-43529, and CVE-2025-14174, to steal sensitive data from iPhones running iOS 18.4 through 18.7. This JavaScript-based exploit chain, dubbed DarkSword, achieves code execution via JavaScriptCore vulnerabilities like CVE-2025-31277, escapes sandboxes through GPU processes, and escalates privileges via kernel flaws like CVE-2025-43520, ultimately exfiltrating information within minutes. → thehackernews.com
2026-04-13 2026Google Blocks 2.36 Million Risky Android Apps from Play Store in 2024 news 5 min readAnalysis of Google's 2024 Android app security initiatives reveals a proactive stance against 2.36 million risky app submissions, aided by AI-powered reviews in 92% of cases. Google also banned 158,000 developer accounts, prevented 1.3 million apps from gaining excessive permissions, and enhanced Google Play Protect with daily scans of over 200 billion apps. Developer tools, including an expanded Play SDK index and increased Play Integrity API adoption, further bolster security, while an untrusted APK installation blocking system was rolled out to multiple countries.

Frequently Asked Questions

What is the OWASP Mobile Top 10?
The OWASP Mobile Top 10 covers the most critical mobile application security risks: Improper Credential Usage, Inadequate Supply Chain Security, Insecure Authentication/Authorization, Insufficient Input/Output Validation, Insecure Communication, Inadequate Privacy Controls, Insufficient Binary Protections, Security Misconfiguration, Insecure Data Storage, and Insufficient Cryptography.
What tools are used for mobile app security testing?
Essential tools include Frida and objection for dynamic instrumentation, MobSF for automated static and dynamic analysis, Jadx and apktool for Android reverse engineering, Hopper and Ghidra for iOS binary analysis, and proxy tools like Burp Suite or mitmproxy for intercepting API traffic with certificate pinning bypass.
How is mobile security testing different from web testing?
Mobile testing adds client-side concerns: local data storage, binary protections, certificate pinning, inter-app communication, and platform-specific features. You must analyze the compiled binary, not just network traffic. Reverse engineering reveals hardcoded secrets, hidden endpoints, and client-side logic that attackers can manipulate.

Weekly AppSec Digest

Get new resources delivered every Monday.