📧 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 Pharmaceutical HIGH 1h Global vulnerability Technology, Artificial Intelligence CRITICAL 1h Global vulnerability Information Technology CRITICAL 1h Global phishing Gaming and Entertainment HIGH 2h Global vulnerability Information Technology CRITICAL 2h Global phishing Law Enforcement, Cybercrime HIGH 2h Global vulnerability Artificial Intelligence MEDIUM 2h Global vulnerability Government CRITICAL 3h Global data_breach Government HIGH 4h Global vulnerability Enterprise Software / ERP Systems CRITICAL 4h Global data_breach Pharmaceutical HIGH 1h Global vulnerability Technology, Artificial Intelligence CRITICAL 1h Global vulnerability Information Technology CRITICAL 1h Global phishing Gaming and Entertainment HIGH 2h Global vulnerability Information Technology CRITICAL 2h Global phishing Law Enforcement, Cybercrime HIGH 2h Global vulnerability Artificial Intelligence MEDIUM 2h Global vulnerability Government CRITICAL 3h Global data_breach Government HIGH 4h Global vulnerability Enterprise Software / ERP Systems CRITICAL 4h Global data_breach Pharmaceutical HIGH 1h Global vulnerability Technology, Artificial Intelligence CRITICAL 1h Global vulnerability Information Technology CRITICAL 1h Global phishing Gaming and Entertainment HIGH 2h Global vulnerability Information Technology CRITICAL 2h Global phishing Law Enforcement, Cybercrime HIGH 2h Global vulnerability Artificial Intelligence MEDIUM 2h Global vulnerability Government CRITICAL 3h Global data_breach Government HIGH 4h Global vulnerability Enterprise Software / ERP Systems CRITICAL 4h
Vulnerabilities

CVE-2026-33814

High
CWE-835 — Weakness Type
Published: May 7, 2026  ·  Modified: May 14, 2026  ·  Source: NVD
CVSS v3
7.5
🔗 NVD Official
📄 Description (English)

When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.

🤖 AI Executive Summary

CVE-2026-33814 is a denial-of-service vulnerability in Go's HTTP/2 implementation that causes an infinite loop when processing malformed SETTINGS frames with SETTINGS_MAX_FRAME_SIZE set to 0. This affects Go runtime and the http2 library, potentially impacting any service built with Go that handles HTTP/2 traffic. The vulnerability can be exploited remotely without authentication to exhaust server resources and cause service unavailability.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: May 13, 2026 20:34
🇸🇦 Saudi Arabia Impact Assessment
This vulnerability poses significant risk to Saudi organizations running Go-based services, particularly: Banking sector (SAMA-regulated fintech platforms, payment gateways, and digital banking services), Government agencies (NCA-regulated digital services, e-government platforms), Telecommunications (STC, Mobily, Zain infrastructure), Energy sector (ARAMCO digital systems, oil & gas operations), and Healthcare providers. Any organization with public-facing Go HTTP/2 services is vulnerable to remote DoS attacks that could disrupt critical operations without requiring authentication.
🏢 Affected Saudi Sectors
Banking and Financial Services Government and Public Administration Telecommunications Energy and Oil & Gas Healthcare E-commerce Cloud Service Providers
⚖️ Saudi Risk Score (AI)
7.8
/ 10.0
🔧 Remediation Steps (English)
Immediate Actions:
1. Identify all Go-based services in your infrastructure using 'go version' and check if HTTP/2 is enabled
2. Implement rate limiting and connection limits on HTTP/2 endpoints to mitigate DoS impact
3. Deploy WAF rules to detect and block malformed SETTINGS frames with MAX_FRAME_SIZE=0

Patching Guidance:
1. Update Go runtime to patched versions (1.22.x, 1.23.x with security fixes)
2. Update golang.org/x/net/http2 package to latest patched version
3. Rebuild and redeploy all Go applications
4. Test HTTP/2 functionality post-patch in staging environment

Compensating Controls:
1. Disable HTTP/2 if not required and use HTTP/1.1 only
2. Implement connection timeouts and resource limits per connection
3. Monitor CPU and memory usage for anomalous patterns
4. Use reverse proxy (nginx, HAProxy) with HTTP/2 validation

Detection Rules:
1. Monitor for sustained high CPU usage on Go processes handling HTTP/2
2. Alert on rapid increase in CONTINUATION frame processing
3. Log and alert on SETTINGS frames with MAX_FRAME_SIZE=0
4. Track connection states for hung/zombie connections
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. حدد جميع الخدمات المبنية على Go في البنية التحتية الخاصة بك باستخدام 'go version' وتحقق مما إذا كان HTTP/2 مفعلاً
2. طبق تحديد معدل الطلبات وحدود الاتصال على نقاط نهاية HTTP/2 للتخفيف من تأثير حجب الخدمة
3. نشر قواعد جدار الحماية لاكتشاف وحظر إطارات SETTINGS المشوهة مع MAX_FRAME_SIZE=0

إرشادات التصحيح:
1. قم بتحديث وقت تشغيل Go إلى الإصدارات المصححة (1.22.x، 1.23.x مع إصلاحات الأمان)
2. قم بتحديث حزمة golang.org/x/net/http2 إلى أحدث إصدار مصحح
3. أعد بناء ونشر جميع تطبيقات Go
4. اختبر وظيفة HTTP/2 بعد التصحيح في بيئة التجريب

الضوابط البديلة:
1. عطل HTTP/2 إذا لم تكن مطلوبة واستخدم HTTP/1.1 فقط
2. طبق مهل زمنية للاتصال وحدود الموارد لكل اتصال
3. راقب استخدام وحدة المعالجة المركزية والذاكرة للأنماط الشاذة
4. استخدم وكيل عكسي (nginx، HAProxy) مع التحقق من صحة HTTP/2

قواعد الكشف:
1. راقب استخدام وحدة المعالجة المركزية المرتفع المستمر على عمليات Go التي تتعامل مع HTTP/2
2. تنبيه عند الزيادة السريعة في معالجة إطارات CONTINUATION
3. تسجيل والتنبيه على إطارات SETTINGS مع MAX_FRAME_SIZE=0
4. تتبع حالات الاتصال للاتصالات المعلقة/الزومبي
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
ECC 2024 A.12.6.1 - Management of technical vulnerabilities ECC 2024 A.12.2.1 - Change management procedures ECC 2024 A.14.2.1 - Secure development policy
🔵 SAMA CSF
SAMA CSF ID.BE-3.1 - Organizational resilience SAMA CSF PR.IP-12 - Software development and quality assurance SAMA CSF DE.CM-1 - Detection processes and tools
🟡 ISO 27001:2022
ISO 27001:2022 A.12.6.1 - Management of technical vulnerabilities ISO 27001:2022 A.14.2.1 - Secure development, implementation and maintenance ISO 27001:2022 A.8.1.3 - Segregation of duties
🟣 PCI DSS v4.0.1
PCI DSS 6.2 - Security patches and updates PCI DSS 11.2 - Vulnerability scanning
📦 Affected Products / CPE 3 entries
golang:go
golang:go
golang:http2
📊 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-835
EPSS0.03%
Exploit No
Patch ✓ Yes
Published 2026-05-07
Source Feed nvd
🇸🇦 Saudi Risk Score
7.8
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
patch-available CWE-835
Share this CVE
📣 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.