📧 info@ciso.sa | 📱 +966550939344 | Riyadh, Kingdom of Saudi Arabia
🔧 Scheduled Maintenance — Saturday 2:00-4:00 AM AST. Some features may be temporarily unavailable.    ●   
💎
Pro Plan 50% Off Unlock all AI features, unlimited reports, and priority support. Upgrade
Search Center
ESC to close
Global data_breach Government HIGH 47m Global malware Software Development CRITICAL 56m Global phishing Multiple Sectors HIGH 1h Global vulnerability Web Applications CRITICAL 2h Global apt Critical Infrastructure CRITICAL 2h Global ransomware Multiple sectors CRITICAL 2h Global supply_chain Software Development, IT Infrastructure, Technology CRITICAL 3h Global vulnerability,data_breach,general Technology, Industrial Control Systems, Telecommunications HIGH 4h Global general Consumer Electronics and Retail MEDIUM 6h Global supply_chain Software Development and Technology HIGH 6h Global data_breach Government HIGH 47m Global malware Software Development CRITICAL 56m Global phishing Multiple Sectors HIGH 1h Global vulnerability Web Applications CRITICAL 2h Global apt Critical Infrastructure CRITICAL 2h Global ransomware Multiple sectors CRITICAL 2h Global supply_chain Software Development, IT Infrastructure, Technology CRITICAL 3h Global vulnerability,data_breach,general Technology, Industrial Control Systems, Telecommunications HIGH 4h Global general Consumer Electronics and Retail MEDIUM 6h Global supply_chain Software Development and Technology HIGH 6h Global data_breach Government HIGH 47m Global malware Software Development CRITICAL 56m Global phishing Multiple Sectors HIGH 1h Global vulnerability Web Applications CRITICAL 2h Global apt Critical Infrastructure CRITICAL 2h Global ransomware Multiple sectors CRITICAL 2h Global supply_chain Software Development, IT Infrastructure, Technology CRITICAL 3h Global vulnerability,data_breach,general Technology, Industrial Control Systems, Telecommunications HIGH 4h Global general Consumer Electronics and Retail MEDIUM 6h Global supply_chain Software Development and Technology HIGH 6h
Vulnerabilities

CVE-2026-32934

High ⚡ Exploit Available
CWE-770 — Weakness Type
Published: May 5, 2026  ·  Modified: May 12, 2026  ·  Source: NVD
CVSS v3
7.5
🔗 NVD Official
📄 Description (English)

CoreDNS is a DNS server that chains plugins. In versions prior to 1.14.3, the DNS-over-QUIC (DoQ) server can be driven into unbounded goroutine and memory growth by a remote client that opens many QUIC streams and sends only 1 byte per stream. When the worker pool is full, CoreDNS still spawns a goroutine per accepted stream to wait for a worker token. Additionally, active workers block indefinitely in io.ReadFull() with no per-stream read deadline, allowing an attacker to pin all workers by sending a single byte so the read blocks waiting for the second byte of the DoQ length prefix. This enables an unauthenticated remote attacker to cause memory exhaustion and OOM-kill. This issue has been fixed in version 1.14.3. No known workarounds exist.

🤖 AI Executive Summary

CoreDNS versions prior to 1.14.3 are vulnerable to a denial-of-service attack via DNS-over-QUIC (DoQ) that allows unauthenticated remote attackers to exhaust memory and cause system crashes. An attacker can open multiple QUIC streams and send minimal data to trigger unbounded goroutine creation and memory growth, leading to out-of-memory conditions. This vulnerability is particularly critical for organizations running CoreDNS as their primary DNS infrastructure, with active exploits already available in the wild.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: May 9, 2026 14:26
🇸🇦 Saudi Arabia Impact Assessment
Saudi organizations using CoreDNS as DNS infrastructure face critical risk, particularly: (1) Government entities and NCA-regulated organizations relying on CoreDNS for internal DNS services; (2) Telecom operators (STC, Mobily, Zain) using CoreDNS in their network infrastructure; (3) Banking sector institutions (SAMA-regulated) with CoreDNS deployments for DNS resolution; (4) Energy sector (ARAMCO, SEC) with critical infrastructure DNS services; (5) Healthcare providers using CoreDNS for network services. The vulnerability enables complete denial of service with no authentication required, making it a critical threat to business continuity across all sectors.
🏢 Affected Saudi Sectors
Government Banking Telecommunications Energy Healthcare Critical Infrastructure
⚖️ Saudi Risk Score (AI)
8.8
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all CoreDNS instances in your environment and document their versions using: coredns -version
2. Disable DNS-over-QUIC (DoQ) protocol immediately if not essential: remove 'quic' plugin from Corefile configuration
3. Implement network-level rate limiting on DNS queries (port 53 UDP/TCP and QUIC port 853) using firewall rules
4. Monitor memory usage and goroutine count on CoreDNS instances using: curl localhost:6379/metrics | grep goroutine

PATCHING GUIDANCE:
1. Upgrade CoreDNS to version 1.14.3 or later immediately
2. For deployment via Kubernetes: update CoreDNS image to coredns:1.14.3 or later in kube-system namespace
3. Test in non-production environment first to ensure DNS resolution stability
4. Plan maintenance window for production upgrades with DNS failover capability

COMPENSATING CONTROLS (if immediate patching not possible):
1. Implement connection limits per source IP using iptables or cloud WAF
2. Deploy reverse proxy (nginx/HAProxy) in front of CoreDNS with connection pooling and timeouts
3. Set read timeouts at OS level: sysctl -w net.ipv4.tcp_fin_timeout=30
4. Use resource limits in container/VM: memory limit to prevent OOM-kill cascade
5. Implement DNS query rate limiting per client IP (max 100 queries/second)

DETECTION RULES:
1. Alert on goroutine count exceeding baseline by >50%: prometheus query 'go_goroutines > baseline_value'
2. Monitor for multiple QUIC connections from single source IP with minimal data transfer
3. Alert on CoreDNS memory usage exceeding 80% of allocated limit
4. Log and alert on QUIC stream errors and connection resets
5. Implement IDS signature for DoQ protocol anomalies (incomplete length prefix patterns)
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. حدد جميع مثيلات CoreDNS في بيئتك وتوثيق إصداراتها باستخدام: coredns -version
2. عطّل بروتوكول DNS-over-QUIC (DoQ) فوراً إذا لم يكن ضرورياً: أزل مكون 'quic' من ملف Corefile
3. طبّق تحديد معدل على مستوى الشبكة لاستعلامات DNS (المنفذ 53 UDP/TCP ومنفذ QUIC 853) باستخدام قواعد جدار الحماية
4. راقب استخدام الذاكرة وعدد goroutine على مثيلات CoreDNS باستخدام: curl localhost:6379/metrics | grep goroutine

إرشادات التصحيح:
1. ترقية CoreDNS إلى الإصدار 1.14.3 أو أحدث فوراً
2. للنشر عبر Kubernetes: حدّث صورة CoreDNS إلى coredns:1.14.3 أو أحدث في مساحة الاسم kube-system
3. اختبر في بيئة غير الإنتاج أولاً للتأكد من استقرار دقة DNS
4. خطط نافذة صيانة للترقيات الإنتاجية مع قدرة المحاولة الاحتياطية لـ DNS

الضوابط التعويضية:
1. طبّق حدود الاتصال لكل عنوان IP مصدر باستخدام iptables أو cloud WAF
2. نشر وكيل عكسي (nginx/HAProxy) أمام CoreDNS مع تجميع الاتصالات والمهل الزمنية
3. عيّن مهل زمنية القراءة على مستوى نظام التشغيل: sysctl -w net.ipv4.tcp_fin_timeout=30
4. استخدم حدود الموارد في الحاوية/VM: حد الذاكرة لمنع تسلسل OOM-kill
5. طبّق تحديد معدل استعلام DNS لكل عنوان IP عميل (الحد الأقصى 100 استعلام/ثانية)

قواعد الكشف:
1. تنبيه عند تجاوز عدد goroutine للخط الأساسي بنسبة >50%: prometheus query 'go_goroutines > baseline_value'
2. راقب اتصالات QUIC المتعددة من عنوان IP مصدر واحد مع نقل بيانات قليل
3. تنبيه عند تجاوز استخدام ذاكرة CoreDNS 80% من الحد المخصص
4. سجل وتنبيه على أخطاء تدفق QUIC وإعادة تعيين الاتصال
5. طبّق توقيع IDS لشذوذ بروتوكول DoQ (أنماط بادئة الطول غير المكتملة)
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
ECC 2024 A.12.6.1 - Management of technical vulnerabilities ECC 2024 A.12.2.1 - Monitoring and testing of information systems ECC 2024 A.13.1.3 - Segregation of networks ECC 2024 A.14.2.1 - Secure development policy
🔵 SAMA CSF
SAMA CSF ID.BE-5 - Organizational resilience objectives SAMA CSF PR.DS-6 - Data is protected from unauthorized access SAMA CSF DE.CM-1 - The network is monitored to detect potential cybersecurity events SAMA CSF RS.MI-1 - Incidents are contained
🟡 ISO 27001:2022
ISO 27001:2022 A.12.2.1 - Change management ISO 27001:2022 A.12.6.1 - Management of technical vulnerabilities ISO 27001:2022 A.8.1.1 - Inventory of assets ISO 27001:2022 A.5.23 - Information security for supplier relationships
🟣 PCI DSS v4.0.1
PCI DSS 6.2 - Security patches and updates PCI DSS 11.2 - Vulnerability scanning PCI DSS 12.2 - Configuration standards
📦 Affected Products / CPE 1 entries
coredns.io:coredns
📊 CVSS Score
7.5
/ 10.0 — High
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredN — None / Network
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityN — None / Network
IntegrityN — None / Network
AvailabilityH — High
📋 Quick Facts
Severity High
CVSS Score7.5
CWECWE-770
EPSS0.18%
Exploit ✓ Yes
Patch ✗ No
Published 2026-05-05
Source Feed nvd
🇸🇦 Saudi Risk Score
8.8
/ 10.0 — Saudi Risk
Priority: CRITICAL
🏷️ Tags
exploit-available CWE-770
Share this CVE

💬 Comments

0
Loading comments
📣 Found this valuable?
Share it with your cybersecurity network
in LinkedIn 𝕏 X / Twitter 💬 WhatsApp ✈ Telegram
🍪 Privacy Preferences
CISO Consulting — Compliant with Saudi Personal Data Protection Law (PDPL)
We use cookies and similar technologies to provide the best experience on our platform. You can choose which types you accept.
🔒
Essential Always On
Required for the website to function properly. Cannot be disabled.
📋 Sessions, CSRF tokens, authentication, language preferences
📊
Analytics
Help us understand how visitors use the site and improve performance.
📋 Page views, session duration, traffic sources, performance metrics
⚙️
Functional
Enable enhanced features like content personalization and preferences.
📋 Dark/light theme, font size, custom dashboards, saved filters
📣
Marketing
Used to deliver content and ads relevant to your interests.
📋 Campaign tracking, retargeting, social media analytics
Privacy Policy →
CISO AI Assistant
Ask anything · Documents · Support
🔐

Introduce Yourself

Enter your details to access the full assistant

Your info is private and never shared
💬
CyberAssist
Online · responds in seconds
5 / 5
🔐 Verify Your Identity

Enter your email to receive a verification code before submitting a support request.

Enter to send · / for commands 0 / 2000
CISO AI · Powered by Anthropic Claude
✦ Quick Survey Help Us Improve CISO Consulting Your feedback shapes the future of our platform — takes less than 2 minutes.
⚠ Please answer this question to continue

How would you rate your overall experience with our platform?

Rate from 1 (poor) to 5 (excellent)

🎉
Thank you!
Your response has been recorded.