惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
J
Java Code Geeks
D
DataBreaches.Net
B
Blog RSS Feed
D
Docker
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
F
Fortinet All Blogs
Y
Y Combinator Blog
A
About on SuperTechFans
V
V2EX
罗磊的独立博客
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
MongoDB | Blog
MongoDB | Blog
博客园 - 【当耐特】
Last Week in AI
Last Week in AI
S
SegmentFault 最新的问题
月光博客
月光博客
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
阮一峰的网络日志
阮一峰的网络日志

Okta Security RSS Feed

Hunting Vulnerabilities Using Frontier Models OpenSSL HollowByte: A DoS Hiding in 11 Bytes Datadog and Okta Combine for New Customer Detections Detecting OpenClaw at Sign-In Okta Hardening Guide Updated to Secure Non-Human Identities Okta Pooled Security Audits: a One-Year Retrospective Account Recovery, without Password Resets Okta’s Response to React2Shell Uncloaking VoidProxy: a Novel and Evasive Phishing-as-a-Service Framework Attackers Target Hotelier Accounts in Malvertising and Phishing Campaign Using Auth0 Logs for Proactive Threat Detection Controlling Cross-App Data Sprawl in Google Workspace How this ClickFix campaign leads to Redline Stealer Paving the Path: Pooled Audits with Okta Security Building Confidence in Support Comms with Caller Verify at Okta Enabling ISO/IEC 27001:2022 Compliance with Okta Okta’s Secure by Design Pledge - One Year On Leveraging Okta System Logs for Proactive Threat Detection Enhancing Customer Trust Through a Comprehensive Audit Program Okta's new Security Technical Implementation Guide (STIG) A Guide to DORA Compliance with Okta How AI services power the DPRK’s IT contracting scams Detect and Prevent Cross Device Authentication How Responsible Disclosures are Shaping a Safer Cyberspace Cybersecurity’s Next Gen Next.js CVE-2025-29927 CSO Conversations: Matthew Hansen, Regional CSO of Americas West Empowering Security with Customer Trust Solutions Putting Security First with Secure Development One trick finds the root of any Okta troubles
HTTP/2 Crash: A Denial of Service (DoS) in HTTP/2 Flow Co...
Okta, Inc. · 2026-08-03 · via Okta Security RSS Feed

At a glance

On April 7, 2026, the Okta Red Team reported a denial-of-service condition in HTTP/2 flow control via VINCE that could allow a remote, unauthenticated threat actor to exhaust server memory and disrupt service. This attack uses a setting that is valid under the HTTP/2 specification, where no malformed frames or protocol violations are required.

When the server can’t send

HTTP/2 allows a client to tell a server how much response data it is ready to receive. By setting SETTINGS_INITIAL_WINDOW_SIZE to zero, a threat actor can prevent the server from sending response data while continuing to issue requests.

The server must honor that instruction. It can continue processing requests, but it cannot transmit the resulting response data until the client opens the flow-control window. If the server does not impose its own limits or timeouts, those responses remain in memory while the threat actor keeps the connection open.

By requesting large resources across many streams, a threat actor can make response data accumulate rapidly while using very little bandwidth. In testing, a single machine was able to create significant memory and swap pressure. When the connection closed, releasing the blocked data also caused sharp CPU and I/O spikes, potentially resulting in a complete service outage.

A protocol-level consideration

Recent HTTP/2 denial-of-service vulnerabilities have often been addressed with implementation-level safeguards, such as stricter timeouts or stream limits. This issue is different: the behavior follows the protocol as written.

RFC 9113 permits a zero-sized flow-control window but does not require a memory cap, timeout, or maximum lifetime for streams whose responses cannot be sent. HTTP/2-enabled application servers, proxies, and load balancers may therefore need to account for this condition independently.

It’s recommended that operators assess HTTP/2 implementations for memory growth when response data is flow-control blocked. Relevant safeguards may include connection, stream, buffering, and timeout limits, along with monitoring for unusual zero-window connections.

For more background, see RFC 9113, including its sections on flow control and HTTP/2 settings. For vulnerability-related details, see the related CVE records:

Advancing security through collaboration

This research was conducted to explore an emerging security challenge and help strengthen the resilience of the broader cyber community, as part of Okta’s broader commitment to secure identity. Through the Okta Secure Identity Commitment (OSIC), we’re raising the bar for the industry by investing in stronger protections, greater transparency, and collaboration across the security community.

Okta also participates in the broader ethical security community through its Bugcrowd security research engagement, and welcomes collaboration with security researchers and supports disclosure reporting through its Responsible Disclosure Program.