Proximity ProtocolsEvidence PackJul 1, 2026, 5:20 AM· 6 min read· #3 of 3 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 Factlen Editorial Team

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.

What's not represented

  • · Enterprise IT Administrators
  • · Public Wi-Fi Providers

Why this matters

Billions of smartphones rely on AirDrop and Quick Share for seamless file transfers. Understanding how to configure these settings to 'Contacts Only' immediately protects your device from nearby disruptions while platform vendors roll out permanent fixes.

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'.
5.2 billion
Active devices running AirDrop or Quick Share
6
Proximity-based vulnerabilities discovered
10–30 meters
Required physical range for an attacker

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.
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.
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.
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.

How we got here

  1. Late June 2026

    CISPA researchers finalize their paper detailing six vulnerabilities across AirDrop and Quick Share.

  2. June 30, 2026

    The vulnerabilities are publicly disclosed alongside the release of the AIRFUZZ testing tool.

  3. July 1, 2026

    Apple and Google confirm initial patches have been deployed, with remaining fixes under coordinated disclosure.

Viewpoints in depth

Security Researchers

Focuses on the structural vulnerabilities of proximity protocols that prioritize convenience over rigorous authentication.

Security researchers emphasize that the flaws in AirDrop and Quick Share are not merely coding errors, but structural consequences of prioritizing seamless user experiences. By designing protocols that respond to nearby devices before verifying their identity, platform vendors inherently created a pre-authentication attack surface. Researchers argue that this trade-off between convenience and security must be re-evaluated, especially as proximity features become deeply integrated into billions of devices.

Platform Vendors

Focuses on rapidly patching the vulnerabilities and maintaining seamless user experiences.

For Apple, Google, and Samsung, the priority is deploying silent, over-the-air updates that neutralize the threat without disrupting the user experience. Vendors point out that while the vulnerabilities are technically severe, they require physical proximity and have not been exploited in the wild. Their response highlights the effectiveness of coordinated vulnerability disclosure and bug bounty programs in identifying and fixing flaws before they can be weaponized.

Consumer Tech Advocates

Emphasizes practical mitigation strategies for users to protect their devices immediately.

Consumer advocates stress that users possess the tools to protect themselves immediately, without waiting for firmware updates. By simply changing device settings from 'Everyone' to 'Contacts Only,' users can effectively eliminate the attack vector. These advocates argue for better default settings from manufacturers, suggesting that 'Everyone' mode should automatically disable itself after a few minutes to prevent devices from constantly broadcasting their availability in public spaces.

What we don't know

  • When the remaining patches for Apple and Samsung devices will be publicly deployed to all users.
  • Whether similar pre-authentication vulnerabilities exist in other proximity protocols like Bluetooth Low Energy pairing.
  • If any sophisticated threat actors discovered and utilized these flaws before they were publicly disclosed.

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.

Frequently asked

Can these vulnerabilities steal my personal data?

No. The discovered flaws primarily cause denial-of-service crashes or bypass authentication handshakes. There is no evidence they can be used to silently extract photos or files from your device.

How close does a hacker need to be?

An attacker needs to be within standard Wi-Fi or Bluetooth range, typically 10 to 30 meters (about 30 to 100 feet), to execute these proximity-based attacks.

How can I protect my phone right now?

Open your device settings and change your AirDrop or Quick Share visibility from 'Everyone' to 'Contacts Only' or turn receiving off completely when not in use.

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
Stay informed

Every angle. Every day.

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