Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Critical Rockwell Automation Flaw Exposes Water Systems to Cyberattacks
August 6, 2026
Vanta Stealer Drains Browser, Crypto, and Gaming Accounts
August 6, 2026
Critical Flaws in Anthropic, Google, OpenAI Coding Agents Allow RCE
August 6, 2026
Home/CyberSecurity News/Critical Akamai CVE-2024-20780 Lets Attackers Bypass DNS Filtering
CyberSecurity News

Critical Akamai CVE-2024-20780 Lets Attackers Bypass DNS Filtering

Key Takeaways A new technique called “Underminr” allows attackers to bypass protective DNS filtering by exploiting shared CDN infrastructure. The method enables malicious traffic to...

Emy Elsamnoudy
Emy Elsamnoudy
May 28, 2026 4 Min Read
57 0

Key Takeaways

  • A new technique called “Underminr” allows attackers to bypass protective DNS filtering by exploiting shared CDN infrastructure.
  • The method enables malicious traffic to masquerade as legitimate connections to trusted domains.
  • CVE-2024-20780 affects Akamai Prolexic and Kona Site Defender, rated with a CVSS score of 7.5 (High).
  • Attackers can use Underminr for C2 communication, data exfiltration, and policy circumvention.
  • Mitigation involves correlating DNS queries with actual connection endpoints and monitoring for suspicious activity.

Attackers Bypass DNS Filtering Using Shared CDN Infrastructure

Cybersecurity researchers at ADAMnetworks have unveiled a sophisticated method that allows malicious actors to circumvent protective DNS filtering by leveraging shared Content Delivery Network (CDN) infrastructure. This technique, dubbed “Underminr,” enables attackers to conceal nefarious traffic behind seemingly legitimate domains, posing a significant challenge to conventional network defenses.

Table Of Content

  • Key Takeaways
  • Attackers Bypass DNS Filtering Using Shared CDN Infrastructure
  • How Underminr Works
  • Impact and Attack Modes
  • Akamai Vulnerability CVE-2024-20780
  • What You Should Do

Underminr exploits vulnerabilities in how security systems validate DNS requests, TLS connections, and CDN edge routing. This allows attackers to establish connections that appear benign while secretly communicating with malicious destinations. The method targets a critical blind spot in enterprise security, where the actual encrypted connection can be redirected to a malicious domain, even if the initial DNS resolution points to a trusted site.

How Underminr Works

In typical scenarios, a user’s system might resolve a legitimate domain, such as whatismyipaddress.com, which is permitted by protective DNS (PDNS). However, Underminr redirects the subsequent encrypted connection to a different, malicious domain, for example, evilsite.ai, which shares the same CDN edge IP address. This redirection often goes unnoticed because many enterprise defenses primarily rely on DNS reputation or initial TLS inspection, failing to detect the mismatch between the resolved DNS and the final connection target.

Unlike older domain fronting techniques, which major cloud providers largely mitigated around 2018, Underminr manipulates Server Name Indication (SNI) and HTTP Host headers while utilizing authentic DNS responses. This makes detection and blocking considerably more difficult. ADAMnetworks researchers have observed that attackers can implement this technique using simple scripts, malware, or social engineering tactics like “ClickFix” attacks, which trick users into executing local commands.

Impact and Attack Modes

Once active, Underminr facilitates a wide array of malicious activities, including command-and-control (C2) communication, data exfiltration, VPN tunneling, and policy circumvention. All these activities appear as normal traffic to trusted services, making them difficult to flag. The research identifies four primary attack modes:

  • Simple Mode: Employs a deceptive SNI after a legitimate DNS lookup.
  • Split Mode: Initiates a benign connection, then switches to a malicious one to evade deep packet inspection (DPI).
  • ECH Mode: Utilizes Encrypted Client Hello (ECH) to completely obscure SNI details.
  • Direct-to-IP Mode: Bypasses DNS logging entirely by connecting directly to CDN edge IPs.

These techniques align with established MITRE ATT&CK methods, specifically protocol tunneling and the abuse of external remote services. Underminr has been linked to advanced persistent threat (APT) groups, including China-aligned actors such as Flax Typhoon and GALLIUM, who have historically used tools like SoftEther VPN for persistence and evasion.

The broader implications are substantial, as protective DNS, a cornerstone of many security strategies, can be rendered ineffective without more profound traffic correlation. ADAMnetworks warns that organizations relying solely on DNS filtering or partial TLS inspection are particularly susceptible, especially those without full proxying or traffic decryption capabilities.

Akamai Vulnerability CVE-2024-20780

Akamai has acknowledged a critical vulnerability, CVE-2024-20780, related to the Underminr technique. This flaw, with a CVSS score of 7.5 (High), affects Akamai Prolexic and Kona Site Defender. It specifically pertains to issues where the hostname presented in the SNI during a TLS handshake does not match the hostname in the HTTP Host header, allowing for the bypass of security policies.

Akamai has released updates to address CVE-2024-20780. Customers using Prolexic and Kona Site Defender should ensure their configurations are updated to the latest versions to mitigate this risk. The company advises customers to leverage the latest security rules and configurations to prevent policy bypasses.

What You Should Do

  • Correlate DNS and Connection Metadata: Implement systems that correlate DNS queries with actual connection metadata, including SNI and HTTP Host headers, to detect mismatches.
  • Monitor Connection Endpoints: Actively monitor the true endpoints of all network connections, rather than relying solely on initial DNS resolution.
  • Enable Full TLS Inspection: Deploy full TLS proxying or traffic decryption where feasible to gain visibility into encrypted traffic.
  • Stay Updated: Ensure all security products, especially those from Akamai (Prolexic, Kona Site Defender), are updated to the latest versions to address CVE-2024-20780.
  • Utilize Threat Intelligence: Leverage threat intelligence from initiatives like ADAMnetworks’ new sharing program to identify vulnerable domains or those being abused.
  • Educate Users: Implement robust user education programs to mitigate social engineering attacks like ClickFix, which can initiate Underminr techniques.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackExploitHackerMalwareSecurityThreat

Share Article

Emy Elsamnoudy

Emy Elsamnoudy

Emy is a cybersecurity analyst and reporter specializing in threat hunting, defense strategies, and industry trends. With expertise in proactive security measures, Emily covers the tools and techniques organizations use to detect and prevent cyber attacks. She is a regular speaker at security conferences and has contributed to industry reports on threat intelligence and security operations. Emily's reporting focuses on helping organizations improve their security posture through practical, actionable insights.

Previous Post

Critical Roundcube SQL Injection Vulnerability Patched

Next Post

GHOSTYNETWORKS, OMEGATECH Host Malware Infrastructure for JS Skimmer Attacks

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Critical Paperclip Flaws Let Attackers Gain Admin Access
August 6, 2026
Fake Movie Download Exposes Passwords, Payments, Crypto Assets
August 6, 2026
Critical Oracle Solaris CVE-2024-21013 Flaw Lets Attackers Remotely Control Servers
August 6, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us