Skip to content

Remote Input Injection Vulnerability in Air Keyboard iOS App... #1144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

carlospolop
Copy link
Collaborator

🤖 Automated Content Update

This PR was automatically generated by the HackTricks News Bot based on a technical blog post.

📝 Source Information

🎯 Content Summary

Remote Input Injection Vulnerability in Air Keyboard

1. Overview

On June 13, 2025, the CXSecurity advisory WLB-2025060015 disclosed a remote input injection vulnerability in the iOS version of Air Keyboard (App Store ID 6463187929). The app listens on TCP port 8888 without authentication or encryption, enabling any att...

🔧 Technical Details

The iOS input injection exploits an unauthenticated TCP listener on port 8888. By sending a length-prefixed frame ([2-byte length][1-byte device_id][ASCII keystrokes]) over a raw socket, an attacker can inject arbitrary keystrokes remotely, resulting in full input hijacking.

The Android DoS vector abuses the AES-ECB handshake on port 55535. Malformed payloads bypass the expected encrypted nonce, triggering an unhandled exception in the OpenSSL decryption routin...

🤖 Agent Actions

Added detailed coverage of Air Keyboard’s unauthenticated TCP listener vulnerability and Android DoS flaw:

  1. Created new page
    src/mobile-pentesting/ios-pentesting/air-keyboard-remote-input-injection.md
    • Explains protocol/frame format, PoC code, scanning, reverse-engineering insights, Android DoS vector, mitigations, detection cheatsheet, references.

  2. Linked the new content from related sections
    • Inserted reference in iOS pentesting README under a new “Interesting Vulnerabilities & Case Studies” section.
    • Inserted reference in Android app pentesting README under “Case Studies & Vulnerabilities”.

These updates integrate the new mobile input-injection technique into existing mobile-pentesting documentation with proper cross-linking and references.

✅ Review Checklist

  • Content is technically accurate
  • Formatting follows HackTricks style guidelines
  • Links and references are working
  • Content adds educational value
  • No sensitive information is exposed

This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.

@carlospolop
Copy link
Collaborator Author

🔗 Additional Context

Original Blog Post: https://www.mobile-hacker.com/2025/07/17/remote-input-injection-vulnerability-in-air-keyboard-ios-app-still-unpatched/

Content Categories: Based on the analysis, this content was categorized under "generic-hacking (or a new Mobile App Hacking / Reverse Engineering section)".

Repository Maintenance:

  • MD Files Formatting: 854 files processed

Review Notes:

  • This content was automatically processed and may require human review for accuracy
  • Check that the placement within the repository structure is appropriate
  • Verify that all technical details are correct and up-to-date
  • All .md files have been checked for proper formatting (headers, includes, etc.)

Bot Version: HackTricks News Bot v1.0

@carlospolop
Copy link
Collaborator Author

merge

@carlospolop carlospolop merged commit 7c71a1e into master Jul 19, 2025
@carlospolop carlospolop deleted the update_Remote_Input_Injection_Vulnerability_in_Air_Keyboa_20250717_123946 branch July 19, 2025 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant