Skip to main content

PEAP-MSCHAPv2: Warum es immer noch verbreitet ist, warum es riskant ist und wie der Umstieg gelingt

Ein umfassender technischer Leitfaden, der die kritischen Sicherheitslücken von PEAP-MSCHAPv2 detailliert beschreibt, einschließlich Evil-Twin-Angriffen und dem Abgreifen von Anmeldedaten. Er bietet IT-Teams eine praxisnahe, herstellerneutrale Roadmap für die Migration von Enterprise WiFi-Netzwerken auf die sichere, zertifikatsbasierte EAP-TLS-Authentifizierung.

📖 5 Min. Lesezeit📝 1,170 Wörter🔧 2 Beispiele3 Fragen📚 8 Schlüsselbegriffe

🎧 Diesen Leitfaden anhören

Transkript anzeigen
Hello, and welcome to this Purple technical briefing. I'm your host, and today we're tackling a subject that sits at the intersection of network architecture, security compliance, and, frankly, legacy technical debt. We are talking about PEAP-MSCHAPv2. Specifically, we're looking at why it is still the most common authentication method in enterprise WiFi, why it is fundamentally risky in today's threat landscape, and, most importantly, how you can practically move your organisation onto something better. Let's start with the context. If you are an IT director or network architect at a hotel, a retail chain, or a large public venue, the chances are very high that your staff WiFi network—and perhaps your corporate devices—are authenticating using PEAP-MSCHAPv2. It has been the default standard for WPA2-Enterprise networks for nearly two decades. Why? Because it's incredibly easy to deploy. It hooks straight into Active Directory via a RADIUS server, and users just type in their standard Windows username and password. No certificates to manage, no complex public key infrastructure to build. It just works. But "just working" is no longer enough. The security architecture underpinning PEAP-MSCHAPv2 is, to put it bluntly, broken. Let's dive into the technical reality. MSCHAPv2 relies on the MD4 hashing algorithm and DES encryption. Both of these cryptographic standards were designed in the 1990s and have been considered weak for over a decade. Back in 2012, at the DEF CON security conference, researcher Moxie Marlinspike demonstrated that the MSCHAPv2 handshake could be cracked deterministically. He released a tool that reduced the cracking process to a single DES key crack, meaning an attacker with modest computing power—or access to a cloud cracking service—could recover a user's plaintext Active Directory password from a captured handshake in a matter of hours, if not minutes. So, how does an attacker actually capture that handshake in the real world? This brings us to the "Evil Twin" attack. Imagine a corporate office or a hotel back-of-house area. An attacker walks in with a rogue access point—often something as small as a Wi-Fi Pineapple in their backpack. They configure this rogue AP to broadcast the exact same SSID as your corporate network, say, "Staff-WiFi." They boost the signal strength so that nearby devices naturally prefer it over your legitimate access points. When an employee's laptop or phone tries to connect, the rogue AP acts as the authenticator and points to a fake RADIUS server controlled by the attacker. The employee's device initiates the PEAP tunnel. Now, here is the critical failure point: PEAP relies on the client device verifying the server's digital certificate to ensure it's talking to the real corporate RADIUS server. However, in the vast majority of deployments, client devices are either misconfigured, or users are simply prompted with a pop-up saying "Do you trust this certificate?" and they click "Yes" just to get online. Once that fake certificate is accepted, the device sends the MSCHAPv2 challenge-response through the tunnel. The attacker captures it, walks away, and cracks the hash offline. They now have valid Active Directory credentials, which they can use to log into your VPN, your email system, or any other corporate service. This isn't a theoretical risk. It is a standard operational procedure for penetration testers and malicious actors alike. And if you are subject to compliance frameworks like PCI DSS or GDPR, relying on a compromised authentication protocol is a significant liability. So, if the risks are so high, why haven't we all moved on? The answer is usually a mix of perceived complexity and legacy hardware. Moving away from PEAP means moving towards certificate-based authentication, specifically EAP-TLS. EAP-TLS is the gold standard. It requires both the server and the client device to present a valid digital certificate. There are no passwords transmitted, hashed or otherwise. It is completely immune to offline dictionary attacks and highly resistant to Evil Twin attacks because the client will silently reject any fake RADIUS server that doesn't have a certificate signed by your trusted Certificate Authority. But deploying EAP-TLS means you need a Public Key Infrastructure, or PKI. You need a way to generate certificates and securely distribute them to every laptop, phone, and tablet in your fleet. Five years ago, building a Microsoft Active Directory Certificate Services infrastructure was a daunting, expensive project. Today, however, the landscape has changed. The implementation path is much clearer. If you are planning a migration, here is the pragmatic approach we recommend to our clients at Purple. First, you don't have to do a hard cutover. Modern RADIUS servers—whether that's Cisco ISE, Aruba ClearPass, or cloud-native solutions—allow you to run PEAP-MSCHAPv2 and EAP-TLS concurrently on the same SSID. Step one is deploying your PKI. You don't necessarily need to build this on-premise anymore. Cloud PKI solutions integrate directly with your identity provider—like Entra ID or Google Workspace—and your Mobile Device Management platforms like Intune or Jamf. Step two is using your MDM to silently push client certificates to your managed devices. You can configure the WiFi profile via MDM to prefer EAP-TLS. This means your corporate laptops will automatically switch to the secure, certificate-based method without any user interaction. Step three is the transition phase. You monitor your RADIUS logs. You'll see your managed devices authenticating via EAP-TLS, while unmanaged or legacy devices continue to use PEAP. This brings us to the common pitfall: legacy devices. What do you do with the ten-year-old barcode scanners in your warehouse, or the older point-of-sale terminals that simply don't support EAP-TLS? The solution is segmentation. You should never degrade the security of your primary staff network to accommodate the lowest common denominator. Instead, isolate those legacy devices onto a dedicated VLAN. You can use MAC-based authentication combined with strict network access controls, ensuring those devices can only talk to the specific internal servers they need, and absolutely nothing else. Once your managed fleet is fully migrated to EAP-TLS, you can finally disable PEAP-MSCHAPv2 on your main corporate SSID, closing the vulnerability window for good. Let's do a quick rapid-fire Q&A based on the most common questions we get from IT directors. Question one: "Does WPA3 fix the PEAP-MSCHAPv2 problem?" Answer: No. WPA3 improves the encryption over the air, but the underlying EAP authentication method remains the same. If you use WPA3-Enterprise with PEAP-MSCHAPv2, you are still vulnerable to credential capture via an Evil Twin if the client doesn't strictly validate the server certificate. Question two: "What about EAP-TTLS?" Answer: EAP-TTLS is better than PEAP because it tunnels the authentication, often using PAP instead of MSCHAPv2, which avoids the specific cryptographic weaknesses of MSCHAPv2. However, it still relies on passwords and is still vulnerable if the server certificate isn't validated. It's a stepping stone, but EAP-TLS should be the end goal. Question three: "How does this impact our Purple guest WiFi?" Answer: It doesn't directly. Guest WiFi typically uses open networks with captive portals or WPA2/3-Personal, which are separate from your 802.1X enterprise authentication. However, securing your back-of-house network is critical to protecting the infrastructure that supports all your venue operations, including your guest services and analytics platforms. To summarise: PEAP-MSCHAPv2 has served us well, but its time has passed. The cryptographic flaws are public, and the attack tools are automated. The migration to EAP-TLS is no longer a bleeding-edge project; it is a standard, achievable upgrade, made significantly easier by modern MDM and cloud PKI solutions. The risk of doing nothing—a compromised Active Directory password leading to a wider network breach—far outweighs the operational effort of the migration. Start with an audit of your RADIUS logs today, identify your legacy devices, and begin mapping your transition to certificate-based authentication. Thank you for listening to this Purple technical briefing. For more detailed deployment guides and architecture diagrams, be sure to read the full technical reference guide accompanying this podcast.

header_image.png

Management-Zusammenfassung

Trotz gut dokumentierter kryptografischer Schwachstellen bleibt PEAP-MSCHAPv2 die am weitesten verbreitete EAP-Methode für die WiFi-Authentifizierung in Unternehmen im Gastgewerbe, im Einzelhandel und im öffentlichen Sektor. Die anhaltende Verbreitung ist eher auf die einfache Bereitstellung zurückzuführen – insbesondere auf die native Integration in Active Directory – als auf die Sicherheitseffektivität. Das Risikoprofil hat sich jedoch dramatisch verändert. Automatisierte Exploitation-Tools haben den „Evil Twin“-Angriff zu einer Massenbedrohung gemacht, die es Angreifern ermöglicht, MSCHAPv2-Challenge-Response-Hashes mit minimalem Aufwand abzugreifen und zu knacken, was direkt zu kompromittierten Active Directory-Anmeldedaten führt.

Für IT-Leiter und Netzwerkarchitekten ist der Auftrag klar: PEAP-MSCHAPv2 ist in Umgebungen, die Compliance-Frameworks wie PCI DSS oder GDPR unterliegen, nicht mehr zweckmäßig. Dieser Leitfaden bietet eine kritische Analyse der spezifischen Angriffsvektoren auf PEAP-MSCHAPv2 und skizziert einen pragmatischen, phasenweisen Migrationspfad zu EAP-TLS. Durch den Einsatz moderner Mobile Device Management (MDM)- und Cloud-Public-Key-Infrastructure (PKI)-Lösungen können Unternehmen auf eine robuste, zertifikatsbasierte Authentifizierung umsteigen, ohne den Geschäftsbetrieb zu stören oder ältere Geräte auszuschließen.

Technischer Deep-Dive: Anatomie der Schwachstelle

Um zu verstehen, warum PEAP-MSCHAPv2 abgelöst werden muss, muss man seine zugrunde liegende kryptografische Architektur untersuchen. MSCHAPv2 (Microsoft Challenge Handshake Authentication Protocol Version 2) wurde Ende der 1990er Jahre entwickelt und basiert auf dem MD4-Hashing-Algorithmus und dem Data Encryption Standard (DES) [1]. Beide gelten nach modernen kryptografischen Standards als veraltet.

Die kryptografische Schwachstelle

Die grundlegende Schwäche liegt darin, wie MSCHAPv2 den NT-Hash des Benutzerpassworts verarbeitet. Das Protokoll teilt einen vom NT-Hash abgeleiteten 21-Byte-Schlüssel in drei 7-Byte-DES-Schlüssel auf. Entscheidend ist, dass der dritte Schlüssel nur zwei signifikante Bytes des Hashes verwendet und den Rest mit Null-Bytes auffüllt. Dieser strukturelle Fehler reduziert die kryptografische Komplexität exponentiell.

Im Jahr 2012 demonstrierte der Sicherheitsforscher Moxie Marlinspike, dass der MSCHAPv2-Handshake deterministisch geknackt werden kann, indem das Problem auf das Knacken eines einzelnen DES-Schlüssels reduziert wird [2]. Mit Cloud-basierten Cracking-Diensten oder modernen GPU-Rigs, auf denen Tools wie hashcat laufen, kann ein Angreifer das Active Directory-Passwort im Klartext aus einem abgefangenen Handshake innerhalb weniger Stunden wiederherstellen, unabhängig von der Passwortkomplexität.

Der Angriffsvektor: Evil Twin

Die kryptografische Schwachstelle wird in der Praxis über den „Evil Twin“-Angriff ausgenutzt. In einem typischen Szenario in einem Büro oder einem Hospitality -Standort:

  1. Bereitstellung eines Rogue AP: Der Angreifer installiert einen bösartigen Access Point, der die Ziel-SSID des Unternehmens ausstrahlt (z. B. „Staff-WiFi“).
  2. Signaldominanz: Der Rogue AP arbeitet mit einer höheren Sendeleistung und zwingt Client-Geräte in der Nähe, sich mit ihm statt mit der legitimen Infrastruktur zu verbinden.
  3. Gefälschte RADIUS-Authentifizierung: Wenn der Client den PEAP-Tunnel initiiert, leitet der Rogue AP die Anfrage an einen vom Angreifer kontrollierten RADIUS-Server (wie hostapd-wpe) weiter.
  4. Fehlgeschlagene Zertifikatsvalidierung: Der bösartige RADIUS-Server präsentiert ein selbstsigniertes oder nicht verifiziertes digitales Zertifikat. Wenn das Client-Gerät so konfiguriert ist, dass es die strikte Serverzertifikatsvalidierung umgeht – oder wenn der Benutzer einfach auf „Akzeptieren“ klickt – wird der Tunnel aufgebaut.
  5. Erfassung von Anmeldedaten: Der Client überträgt die MSCHAPv2-Challenge-Response durch den kompromittierten Tunnel. Der Angreifer fängt den Hash ab und beendet die Verbindung.

evil_twin_attack_diagram.png

Ohne eine strikte Serverzertifikatsvalidierung auf Endpunktebene ist jedes Gerät, das PEAP-MSCHAPv2 verwendet, anfällig für diese Technik zum Abgreifen von Anmeldedaten. Dies ist besonders besorgniserregend für Retail -Umgebungen, in denen Back-of-House-Netzwerke oft in physischer Nähe zu öffentlichen Bereichen liegen.

Implementierungsleitfaden: Migration zu EAP-TLS

Die definitive Lösung für MSCHAPv2-Schwachstellen ist die Migration zu EAP-TLS (Extensible Authentication Protocol-Transport Layer Security). EAP-TLS schreibt eine gegenseitige Authentifizierung vor: Sowohl der RADIUS-Server als auch das Client-Gerät müssen gültige digitale Zertifikate vorlegen. Da während des Handshakes keine Passwörter übertragen oder gehasht werden, ist EAP-TLS völlig immun gegen Offline-Wörterbuchangriffe und hochgradig resistent gegen Evil-Twin-Spoofing.

In der Vergangenheit war die Hürde für die Einführung von EAP-TLS die Komplexität der Bereitstellung einer lokalen Public Key Infrastructure (PKI). Heute haben Cloud-PKI und moderne MDM-Integrationen diesen Prozess rationalisiert.

Phase 1: Audit und Inventur

Bevor Sie die Authentifizierungsrichtlinien ändern, führen Sie ein umfassendes Audit Ihrer aktuellen RADIUS-Protokolle durch (z. B. Cisco ISE, Aruba ClearPass oder Windows NPS). Identifizieren Sie alle Geräte, die sich derzeit über PEAP authentifizieren. Kategorisieren Sie diese Geräte in zwei Gruppen:

  • Verwaltete Geräte: Laptops, Tablets und Smartphones des Unternehmens, die in einer MDM-Plattform (z. B. Intune, Jamf) registriert sind.
  • Unverwaltete/Legacy-Geräte: IoT-Sensoren, ältere Point-of-Sale-Terminals, Barcodescanner oder BYOD-Geräte, die keine Zertifikatsregistrierung unterstützen.

Phase 2: PKI-Bereitstellung und RADIUS-Konfiguration

Stellen Sie eine PKI-Lösung bereit, um Client- und Serverzertifikate auszustellen. Cloud-native PKI-Plattformen können direkt in Entra ID oder Google Workspace integriert werden, wodurch eine umfangreiche lokale Microsoft AD CS-Infrastruktur überflüssig wird. Konfigurieren Sie Ihren RADIUS-Server so, dass er die EAP-TLS-Authentifizierung akzeptiert. Wichtig: Konfigurieren Sie die Netzwerkrichtlinie so, dass während der Übergangsphase sowohl PEAP als auch EAP-TLS gleichzeitig auf derselben SSID unterstützt werden.

eap_comparison_chart.png

Phase 3: Zertifikatsverteilung via MDM

Nutzen Sie Ihre MDM-Plattform, um Client-Zertifikate geräuschlos über Protokolle wie SCEP (Simple Certificate Enrollment Protocol) an verwaltete Geräte zu verteilen. Pushen Sie gleichzeitig eine aktualisierte WiFi-Profil-Payload über das MDM, die die Geräte anweist, EAP-TLS für die Unternehmens-SSID zu priorisieren. Dies gewährleistet einen Zero-Touch-Übergang für die Endbenutzer.

Phase 4: Umgang mit Legacy-Geräten

Legacy-Geräte, die EAP-TLS nicht unterstützen, sollten niemals die Sicherheitslage des primären Unternehmensnetzwerks bestimmen. Segmentieren Sie diese Geräte stattdessen in ein dediziertes VLAN. Implementieren Sie MAC-based Authentication Bypass (MAB) in Kombination mit strikten Access Control Lists (ACLs), um sicherzustellen, dass diese Geräte nur mit den spezifischen internen Servern kommunizieren können, die für ihre Funktion erforderlich sind.

migration_roadmap.png

Best Practices und Compliance

Die Aufrechterhaltung einer sicheren Wireless-Umgebung in Unternehmen erfordert die kontinuierliche Einhaltung von Industriestandards.

  • Serverzertifikatsvalidierung erzwingen: Wenn Sie PEAP-MSCHAPv2 vorübergehend beibehalten müssen, verwenden Sie MDM, um ein striktes Server-Certificate-Pinning auf allen Endpunkten zu erzwingen. Verhindern Sie, dass Benutzer unbekannten Zertifikaten manuell vertrauen.
  • WPA2-Personal ablösen: Stellen Sie sicher, dass der gesamte Unternehmenszugriff auf 802.1X (WPA2/WPA3-Enterprise) basiert. Pre-Shared Keys (PSK) sollten strikt auf isolierte IoT-Netzwerke beschränkt sein.
  • Anpassung an PCI DSS: Für Standorte, die Zahlungen verarbeiten, schreibt die PCI DSS-Anforderung 4 eine starke Kryptografie für die Übertragung von Karteninhaberdaten über drahtlose Netzwerke vor. Der PCI Security Standards Council empfiehlt ausdrücklich EAP-TLS für eine robuste Authentifizierung [3].
  • Analysen überwachen: Nutzen Sie Plattformen wie die WiFi-Analysen von Purple, um den Netzwerkzustand zu überwachen, anomale Verbindungsmuster zu identifizieren und sicherzustellen, dass Legacy-Geräte nicht versuchen, auf eingeschränkte Subnetze zuzugreifen.

ROI & geschäftliche Auswirkungen

Der Return on Investment für die Migration zu EAP-TLS bemisst sich in erster Linie an der Risikominderung. Ein erfolgreicher Evil-Twin-Angriff auf PEAP-MSCHAPv2 liefert gültige Active Directory-Anmeldedaten und ermöglicht Angreifern den Erstzugriff auf das Unternehmensnetzwerk. Die finanziellen Auswirkungen einer daraus resultierenden Datenschutzverletzung, einer Ransomware-Attacke oder einer behördlichen Geldstrafe (z. B. gemäß GDPR) übersteigen die Betriebskosten für die Bereitstellung einer Cloud-PKI und die Aktualisierung von MDM-Profilen bei weitem.

Darüber hinaus reduziert die zertifikatsbasierte Authentifizierung das Ticketaufkommen im Helpdesk im Zusammenhang mit Passwortabläufen und Sperrungen erheblich. Durch den Umstieg auf EAP-TLS eliminieren IT-Teams die Reibungsverluste beim passwortbasierten WiFi-Zugang und bieten ein nahtloses, sicheres Konnektivitätserlebnis, das moderne Zero-Trust-Netzwerkarchitekturen unterstützt.

Referenzen

[1] Microsoft Security Response Center. „Schwachstellen in der MS-CHAPv2-Authentifizierung.“ August 2012. [2] Marlinspike, Moxie. „Defeating PPTP VPNs and WPA2 Enterprise with MS-CHAPv2.“ DEF CON 20, 2012. [3] PCI Security Standards Council. „Informationsergänzung: PCI DSS Wireless-Richtlinien.“

Schlüsselbegriffe & Definitionen

PEAP (Protected Extensible Authentication Protocol)

An EAP method that encapsulates the authentication process within a secure TLS tunnel to protect the inner authentication credentials from being intercepted over the air.

Widely used because it only requires a server-side certificate, making it easier to deploy than mutually authenticated methods.

MSCHAPv2

The inner authentication protocol commonly used inside a PEAP tunnel, which relies on a challenge-response mechanism using the NT hash of the user's password.

The primary source of vulnerability in PEAP deployments due to its reliance on outdated MD4 hashing and DES encryption.

EAP-TLS

An EAP method requiring mutual authentication, where both the RADIUS server and the client device present digital certificates to prove their identity.

The industry gold standard for enterprise WiFi security, immune to offline dictionary and evil twin attacks.

Evil Twin Attack

A wireless attack where a rogue access point mimics a legitimate corporate SSID to trick client devices into connecting, allowing the attacker to intercept traffic or capture authentication credentials.

The primary vector used by attackers to capture MSCHAPv2 handshakes from vulnerable PEAP deployments.

RADIUS (Remote Authentication Dial-In User Service)

A networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) management for users who connect and use a network service.

The core server infrastructure (like Cisco ISE or NPS) that processes 802.1X authentication requests from access points.

PKI (Public Key Infrastructure)

A set of roles, policies, hardware, software, and procedures needed to create, manage, distribute, use, store, and revoke digital certificates.

The foundational infrastructure required to deploy EAP-TLS, increasingly delivered via cloud-native SaaS platforms.

MDM (Mobile Device Management)

Software that allows IT administrators to control, secure, and enforce policies on smartphones, tablets, and endpoints.

Essential for EAP-TLS migrations, as it is used to silently push client certificates and strict WiFi profiles to corporate devices.

MAB (MAC Authentication Bypass)

A port-based access control method that authenticates devices based on their MAC address rather than requiring a username/password or certificate.

Used as a fallback mechanism to authenticate legacy 'headless' devices (like printers) that cannot support 802.1X protocols.

Fallstudien

A 400-room hotel chain is currently using PEAP-MSCHAPv2 for its back-of-house staff network. The IT director wants to migrate to EAP-TLS but is concerned about 50 legacy handheld inventory scanners that run an outdated OS and do not support certificate enrollment. How should the network architect handle this migration without breaking inventory operations?

The network architect should implement a segmented approach. First, deploy a cloud PKI and configure the central RADIUS server to accept both EAP-TLS and PEAP-MSCHAPv2. Use the hotel's MDM platform to push client certificates and an updated EAP-TLS WiFi profile to all modern staff laptops and tablets. For the 50 legacy scanners, create a dedicated, hidden SSID mapped to an isolated VLAN. Configure MAC-based Authentication Bypass (MAB) for these specific scanner MAC addresses on the RADIUS server. Apply strict network ACLs to this VLAN so the scanners can only reach the inventory database server and nothing else. Once all modern devices are using EAP-TLS, disable PEAP-MSCHAPv2 on the primary staff network.

Implementierungshinweise: This approach perfectly balances robust security for the majority of the fleet with operational continuity for legacy hardware. By isolating the legacy devices onto a restricted VLAN, the architect mitigates the risk of those devices being used as a pivot point if compromised, while successfully eliminating the PEAP-MSCHAPv2 vulnerability from the primary corporate network.

A retail organisation has rolled out Windows 11 22H2 to its corporate fleet. The IT helpdesk is suddenly receiving tickets that users cannot connect to the corporate WPA2-Enterprise WiFi network, which uses PEAP-MSCHAPv2. What is the likely cause, and what is the immediate remediation?

The likely cause is the introduction of Windows Defender Credential Guard, which is enabled by default in Windows 11 22H2 and newer. Credential Guard isolates and protects NTLM password hashes and Kerberos Ticket Granting Tickets. Because PEAP-MSCHAPv2 requires access to the NT hash to generate the challenge-response, Credential Guard intentionally breaks this authentication method to prevent credential theft. The immediate remediation is to accelerate the migration to EAP-TLS, which uses certificate-based authentication and is fully compatible with Credential Guard. A temporary, less secure workaround would be disabling Credential Guard via Group Policy, but this is strongly discouraged as it weakens the overall OS security posture.

Implementierungshinweise: This scenario highlights a critical modern operational driver for migrating away from PEAP. Microsoft's own OS security enhancements are actively deprecating access to the legacy hashes required by MSCHAPv2. The solution correctly identifies EAP-TLS as the permanent fix rather than relying on insecure OS downgrades.

Szenarioanalyse

Q1. You are auditing a newly acquired subsidiary's wireless network. They use PEAP-MSCHAPv2. The IT manager claims they are secure from evil twin attacks because they have hidden the SSID and disabled SSID broadcasting. Is their network secure from credential capture?

💡 Hinweis:Consider how client devices behave when configured to connect to hidden networks, and whether hiding an SSID prevents a rogue AP from spoofing it.

Empfohlenen Ansatz anzeigen

No, the network is not secure. Hiding the SSID (disabling beacon frames) provides zero cryptographic security. In fact, devices configured to connect to hidden networks actively broadcast probe requests containing the SSID name, effectively announcing the hidden network to any attacker listening. An attacker can easily capture the SSID name, spin up an evil twin AP broadcasting that exact SSID, and execute the standard MSCHAPv2 credential capture attack. The only defense is strict server certificate validation or migrating to EAP-TLS.

Q2. During an EAP-TLS migration pilot, you push client certificates to 20 Windows laptops via Intune. However, authentication fails for all 20 devices. The RADIUS server logs show 'Client Certificate Not Trusted'. The client certificates were issued by your new Cloud PKI. What critical configuration step was missed?

💡 Hinweis:For mutual authentication to work, both sides must trust the entity that issued the other side's certificate.

Empfohlenen Ansatz anzeigen

The RADIUS server has not been configured to trust the Root CA of the new Cloud PKI. While the laptops have the correct client certificates, when they present them to the RADIUS server, the server rejects them because it does not have the Cloud PKI's Root/Intermediate certificates in its local trust store. You must import the public Root CA certificate of the Cloud PKI into the RADIUS server's trusted certificate authorities store.

Q3. Your organisation mandates EAP-TLS for the corporate WiFi. A senior executive insists on connecting their personal, unmanaged iPad to the corporate network to access internal financial dashboards. How do you accommodate this request while maintaining the EAP-TLS security posture?

💡 Hinweis:Consider the prerequisites for EAP-TLS and the definition of a 'managed' device.

Empfohlenen Ansatz anzeigen

You cannot securely accommodate this request on the primary corporate network without compromising the EAP-TLS architecture. EAP-TLS requires a client certificate. Because the iPad is unmanaged (BYOD), the IT department cannot securely push a certificate via MDM. Allowing the executive to manually install a certificate introduces significant risk and administrative overhead. The correct approach is to deny access to the corporate SSID. Instead, the executive should connect to the Guest WiFi and use a secure corporate VPN (which supports modern MFA/SAML authentication) to access internal resources, or the device must be enrolled in the corporate MDM to receive a certificate.

Wichtigste Erkenntnisse

  • PEAP-MSCHAPv2 relies on obsolete cryptography (MD4 and DES) that can be trivially cracked offline.
  • The protocol is highly vulnerable to 'Evil Twin' attacks if endpoint devices do not strictly validate the RADIUS server certificate.
  • Modern Windows updates (Credential Guard) are actively breaking MSCHAPv2 authentication to prevent hash theft.
  • EAP-TLS is the definitive replacement, offering mutual authentication via digital certificates and immunity to offline cracking.
  • Cloud PKI and modern MDM platforms have drastically reduced the complexity and cost of deploying EAP-TLS.
  • Legacy devices incompatible with EAP-TLS must be segmented onto dedicated, restricted VLANs rather than degrading primary network security.