Skip to main content
Proximity ProtocolsEvidence Pack· 6 min read· in Technology

The Evidence Pack: How Researchers Uncovered Proximity Flaws in AirDrop and Quick Share

Security researchers have identified six vulnerabilities in Apple's AirDrop and Android's Quick Share, prompting swift patches to secure billions of devices against nearby denial-of-service attacks.

By Diego Navarro

Security Researchers 40%Consumer Tech Advocates 35%Threat Intelligence Analysts 25%
Security Researchers
Focuses on the structural vulnerabilities of proximity protocols that prioritize convenience over rigorous authentication.
Consumer Tech Advocates
Emphasizes practical mitigation strategies for users, such as adjusting visibility settings to protect devices immediately.
Threat Intelligence Analysts
Analyzes the massive scale of the attack surface, noting that billions of devices are potentially exposed in crowded environments.

Perspectives this story doesn't cover

  • Enterprise IT Administrators
  • Public Wi-Fi Providers

Key points

  • Researchers discovered six vulnerabilities in AirDrop and Quick Share affecting billions of devices.
  • The flaws allow nearby attackers to crash sharing services or bypass authentication handshakes.
  • Apple and Google have already begun rolling out patches for the most critical vulnerabilities.
  • Users can immediately protect themselves by setting their sharing visibility to 'Contacts Only'.

The modern smartphone ecosystem relies heavily on seamless proximity sharing. Features like Apple's AirDrop and Android's Quick Share allow users to beam photos and documents across a room without cables or paired connections. These protocols are deeply ingrained in the daily habits of billions of users, prioritizing frictionless convenience above all else. However, this seamless experience requires devices to constantly listen for incoming connections, creating a massive, always-on attack surface.[1][2]

In a major win for proactive cybersecurity, researchers at the CISPA Helmholtz Center for Information Security have systematically mapped this attack surface. Their investigation uncovered six previously undocumented vulnerabilities across macOS, iOS, Android, and Windows. By reverse-engineering the application-layer protocols of both AirDrop and Quick Share, the team demonstrated how an attacker within 10 to 30 meters could crash critical system services or bypass authentication checks.

The significance of this discovery lies in its sheer scale. Apple reports over 2.2 billion active devices running its sharing daemon, while Google tracks more than 3 billion Android devices equipped with Quick Share. Because these protocols operate at a highly privileged level within the operating system, vulnerabilities here can have cascading effects on other continuity features. The CISPA researchers' work provides a critical evidence pack for understanding how proximity protocols balance usability with security.[1][2]

The first major claim in the evidence pack centers on Apple's ecosystem: AirDrop is susceptible to remote denial-of-service attacks that can disable multiple features simultaneously. The researchers identified three distinct vulnerabilities in sharingd, the background daemon responsible for AirDrop on macOS and iOS. Because this single daemon also manages AirPlay, Handoff, Universal Clipboard, and Continuity Camera, a successful crash takes all these interconnected services offline at once.[2]

How proximity protocols respond to unauthenticated requests before verifying the sender.

The evidence for this claim is rooted in how the daemon handles unexpected inputs. The most straightforward of these AirDrop flaws involves an unhandled HTTP path fatal error. The sharing daemon utilizes a Swift path router that triggers a fatal error when it receives an HTTP request directed to an unknown URI. An unauthenticated attacker within wireless range can simply post to an unrecognized path, causing the process to abort immediately. If sent in a continuous loop, this attack holds the services down indefinitely, creating a persistent denial-of-service condition.

Further evidence from the CISPA team documented an unbounded XML property list recursion vulnerability. Apple's Foundation framework parses nested dictionary structures without a depth limit, meaning a maliciously crafted AirDrop discovery request with roughly 200 levels of nesting will exhaust the thread stack and crash the process. A third flaw involves a NULL-pointer dereference in the HTTP/1.1 parser, triggered by malformed framing such as negative chunk sizes.

The second major claim focuses on Android's Quick Share, which contains logic bypasses that allow attackers to interact with the protocol state machine before authentication. While Apple's flaws primarily result in crashes, the vulnerabilities discovered in Samsung and Google's implementations involve bypassing critical security handshakes. These flaws allow an unverified device to drive the connection process before any encryption is established.[2]

While Apple's flaws primarily result in crashes, the vulnerabilities discovered in Samsung and Google's implementations involve bypassing critical security handshakes.

The evidence for the Quick Share vulnerabilities highlights structural sequencing issues. In Samsung's implementation, the system begins dispatching application frames immediately after an initial connection request, entirely bypassing the UKEY2 key exchange that is supposed to secure the session. Furthermore, even after a secure session is established, certain control messages are still accepted in plaintext. This allows an attacker on the same Wi-Fi network to inject unencrypted control frames, potentially forcing connections into an accepted state or keeping them alive artificially.[2]

Over 5 billion active devices globally run background sharing daemons.

The research also uncovered a memory corruption vulnerability—specifically a use-after-free bug—in Google's Quick Share client for Windows. Triggered by a race condition, this flaw was assessed by the researchers as potentially leading to full remote code execution. Google has since patched this vulnerability and awarded the researchers a bug bounty for their responsible disclosure, effectively neutralizing the most severe threat in the evidence pack.[1]

To uncover these vulnerabilities, researchers Arash Ale Ebrahim and Nils Ole Tippenhauer built a custom fuzzer dubbed AIRFUZZ. By mutating raw archive content before data compression, the fuzzer dramatically increased the percentage of inputs accepted by the server from a tiny fraction to over 90 percent. This allowed the researchers to probe deep into the archive-handling code of both ecosystems, exposing flaws that standard testing methodologies had missed.

The technology industry has responded swiftly to these findings, demonstrating the value of coordinated vulnerability disclosure. Apple has already patched one of the three AirDrop vulnerabilities in a recent software update and assigned it a CVE identifier. Google has deployed a code fix for the Windows Quick Share client, while the remaining Apple and Samsung issues are currently under active investigation and remediation.

Despite the comprehensive nature of this research, transparent uncertainty remains regarding the deployment timeline for the remaining patches. It is currently unclear when the fixes for the outstanding Apple and Samsung vulnerabilities will be publicly rolled out to all users. Furthermore, while the researchers have proven these exploits in a controlled environment, there are no public reports of these specific vulnerabilities being exploited in the wild by malicious actors.[1]

The structural challenge highlighted by this evidence pack is the inherent tension between seamless discovery and rigorous authentication. Both Apple and Google arrived at similar classes of weaknesses despite sharing almost no underlying code. By prioritizing a frictionless user experience—where devices respond to nearby pings before verifying the sender's identity—platform vendors inadvertently created pre-authentication attack surfaces.[1]

Changing visibility settings to 'Contacts Only' immediately mitigates the risk of proximity attacks.

Fortunately, users do not have to wait for software updates to secure their devices. The most effective defense against these proximity attacks is simply adjusting device visibility settings. By changing AirDrop or Quick Share preferences from 'Everyone' to 'Contacts Only,' users effectively close the door on unauthenticated connection requests from unknown devices in public spaces, neutralizing the attack vectors outlined in the research.[2]

This research ultimately serves as a positive milestone in mobile security. By identifying and responsibly disclosing these structural flaws, the CISPA team has allowed Apple, Google, and Samsung to fortify the digital infrastructure relied upon by billions. It underscores the critical role of independent security research in ensuring that the convenience of modern technology does not come at the expense of user safety.

Key terms

Daemon
A background process or service in an operating system that runs continuously to handle requests, such as Apple's sharingd for AirDrop.
Denial-of-Service (DoS)
A cyberattack that disrupts a service or network, making it unavailable to its intended users by overwhelming it or triggering a crash.
Fuzzer
An automated software testing tool that inputs massive amounts of random or malformed data into a system to uncover coding errors and security loopholes.
UKEY2
A cryptographic key exchange protocol developed by Google, used to establish secure, authenticated connections between nearby devices.

Sources

Source coverage

2 outlets

3 viewpoints surfaced

Security Researchers 40%Consumer Tech Advocates 35%Threat Intelligence Analysts 25%
  1. [1]CybernewsThreat Intelligence Analysts

    Five billion iPhones and Android phones are listening for potential file drops via AirDrop and Quick Share

    Read on Cybernews
  2. [2]PhoneArenaConsumer Tech Advocates

    AirDrop and Quick Share vulnerabilities could expose billions of devices — how to lock yours down

    Read on PhoneArena

Comments

Stay informed

Every angle. Every day.

Get Technology stories with full source coverage and perspective breakdowns delivered to your inbox.