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

推荐订阅源

博客园 - 司徒正美
M
MIT News - Artificial intelligence
博客园_首页
IT之家
IT之家
L
LangChain Blog
D
DataBreaches.Net
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
人人都是产品经理
人人都是产品经理
博客园 - Franky
云风的 BLOG
云风的 BLOG
罗磊的独立博客
量子位
G
Google Developers Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
博客园 - 叶小钗
S
SegmentFault 最新的问题
Stack Overflow Blog
Stack Overflow Blog
B
Blog
T
Tailwind CSS Blog
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

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.