430,000 FortiGate Devices Exposed in FortiBleed Ransomware Link|Adobe fixed multiple maximum-severity flaws in ColdFusion and Campaign Classic|Alleged Scattered Spider Hacker Extradited to U.S. to Face Cybercrime Charges|Oracle E-Business Suite Flaw Under Active Attack, 950 Systems Exposed|Azure CLI Targeted in LSHIY Password Spray Campaign Across 64 Orgs|CISA Warns BlueHammer Flaw Is Now Exploited in Ransomware Attacks|RustDuck: The Botnet That’s Still Small but Engineering Like It Plans to Grow|GuardFall Flaw Hits 10 of 11 Popular Open-Source AI Agents|XSS.is, The Forum That Ran the Ransomware Supply Chain Is Down. The Market Isn’t|U.S. CISA adds SimpleHelp flaw to its Known Exploited Vulnerabilities catalog|Hackers Steal Data of 4.38 Million Aflac Japan Customers|Apple Fixes WebKit Flaws in iOS and macOS, With Help From AI Tools|430,000 FortiGate Devices Exposed in FortiBleed Ransomware Link|Adobe fixed multiple maximum-severity flaws in ColdFusion and Campaign Classic|Alleged Scattered Spider Hacker Extradited to U.S. to Face Cybercrime Charges|Oracle E-Business Suite Flaw Under Active Attack, 950 Systems Exposed|Azure CLI Targeted in LSHIY Password Spray Campaign Across 64 Orgs|CISA Warns BlueHammer Flaw Is Now Exploited in Ransomware Attacks|RustDuck: The Botnet That’s Still Small but Engineering Like It Plans to Grow|GuardFall Flaw Hits 10 of 11 Popular Open-Source AI Agents|XSS.is, The Forum That Ran the Ransomware Supply Chain Is Down. The Market Isn’t|U.S. CISA adds SimpleHelp flaw to its Known Exploited Vulnerabilities catalog|Hackers Steal Data of 4.38 Million Aflac Japan Customers|Apple Fixes WebKit Flaws in iOS and macOS, With Help From AI Tools|
Advertisement

Ad Placeholder

Full Width × 90

Breaking News

Flaw in 802.11n opens wireless networks to remote attacks

Researchers discovered a vulnerability in the 802.11n wireless networking standard that could be exploited by a remote attacker to target wireless networks. According to researchers from the Expertise Centre for Digital Media at the Hasselt University in Belgium, the frame aggregation mechanism implemented by the 802.11n wireless networking standard is affected by a security a […]

Flaw in 802.11n opens wireless networks to remote attacks

Researchers discovered a vulnerability in the 802.11n wireless networking standard that could be exploited by a remote attacker to target wireless networks.

According to researchers from the Expertise Centre for Digital Media at the Hasselt University in Belgium, the frame aggregation mechanism implemented by the 802.11n wireless networking standard is affected by a security a vulnerability that can be exploited by a remote attacker.

The 802.11n standard is designed to increase the improve network throughput of wireless networks, their reliability and of course their security. The standard extends the range of wireless transmissions and implements a frame aggregation mechanism to the media access control (MAC) layer that reduces the overheads and increases throughput by sending two or more data frames in a single transmission.

802.11n wireless

The researchers illustrated a technique dubbed Packet-In-Packet (PIP) to inject arbitrary frames into wireless networks and interact with services on the internal network.

“The idea is this: Layer 1 radio protocols are vulnerable injections similar to those that plague naively implemented SQL websites. You can place one packet inside of another packet and have the inner packet drop out to become a frame of its own. We call the technique Packet-in-Packet, or PIP for short. ” wrote Travis Goodspeed in a blog Post.

The researchers published a research paper and a proof-of-concept (PoC) for the attack.

By exploiting the vulnerability an attacker implementing the Packet-In-Packet (PIP) technique can perform a number of malicious activities, including inject malicious beacon frames, bypass firewall rules, deauthenticate clients, scan host and ports, and execute Address Resolution Protocol (ARP) spoofing. The unique information requested to the attackers, in some attack scenarios, is the MAC address of the targeted access point.

The researchers explained that by exploiting the Packet-In-Packet (PIP) technique it is possible to inject malicious frame in every kind of payload, including images and videos.

“Author of the paper here. One of the more important improvements compared to other methods is that you can inject the frames remotely and without a Wi-Fi device. As a practical example, you could upload an image to imgur (as long as the service does not compress the images; this would change the data) and send a link of the image to a victim. Downloading the image would then result in frames being injected on the network as long as the network is open and supports aggregation. In the paper I provide an example how you could do a host scan in this manner, but that’s more tricky to pull off because many firewalls block egress traffic when there is no matching incoming request.explained one of the experts in a discussion on Reddit. 

The attack works against almost any Wi-Fi chipset if the victims are connected to an open network and most important is that the attack can be launched without being in proximity of the targeted wireless networks and without requiring a wireless interface card.

Let’s analyze a real world scenario, let’s say that a local vulnerable device in a LAN, maybe an unpatched printer. The attacker just by loading a prepared image over an open WiFi can inject malicious traffic that allows the execution of arbitrary code remotely on the vulnerable device, even if the image is requested by another client in the network that will never notice the attack.

“Yes, you are right; this should work. What will happen is: the AP will aggregate the image data intended for the original client (laptop). If the printer supports 802.11n it will still need to check all of these frames to see whether there are any destined for it’s MAC address (or the broadcast MAC address, which worked in the cases I tested). If corruption causes the malicious inner frame to be interpreted it will be accepted by the printer and you could exploit the code execution hole.” continues the researcher on Reddit.

Fortunately, there are several methods to mitigate the attacks, including MAC layer encryption, disabling Aggregated Mac Protocol Data Unit (A-MPDU) frame aggregation, configuring the system to drop corrupted A-MPDUs, the use of Language-theoretic security (LangSec) stacks, modulation switching, and the use of deep packet inspection.

Pierluigi Paganini

(Security Affairs –802.11n wireless networking standard, hacking)