Traefik HTTP/3 Request Read Timeout Bypass Through Version 3... - #2772
Open
carlospolop wants to merge 1 commit into
Open
Traefik HTTP/3 Request Read Timeout Bypass Through Version 3...#2772carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://bishopfox.com/blog/traefik-version-through-3-7-11 Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting > 80,443 - Pentesting Web Methodology > Traefik / HTTP/3 and QUIC slow-body resource exhaustion". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview
Bishop Fox discovered a remotely exploitable, medium-severity uncontrolled resource-consumption vulnerability in Traefik's HTTP/3 request path. The issue is tracked as GHSA-7ghq-v6jf-g56c; no CVE had been assigned at publication. It is classified as CWE-770: Allocation of Resources Without Limits or Throttling with CVSS 3.1 score 5.3 and vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L. Exploitation is remote,...🔧 Technical Details
HTTP/3 slow-body resource exhaustion: When a reverse proxy implements incoming-request deadlines on TCP connections, independently test its HTTP/3/QUIC path. If the HTTP/3 server reuses only an HTTP handler and does not implement equivalent QUIC-stream or request-body deadlines, an attacker can send a valid body one byte every few seconds—or stop sending without closing the stream—to keep requests open indefinitely. Where the proxy streams the body to an upstream application that waits for completion, each request can pin one backend connection, enabling low-bandwidth exhaustion of bounded connection pools.
Protocol-differential timeout testing: Send the same slow upload over HTTP/1.1 and HTTP/3 against the same process and configuration, ensuring that the upload duration exceeds the configured timeout. Use HTTP/1.1 as the control to prove that the setting is active. Measure the upstream connection lifetime at a backend that reads the complete...
🤖 Agent Actions
Implemented the HackTricks update.
Changes
src/network-services-pentesting/pentesting-web/traefik.mdsrc/network-services-pentesting/pentesting-web/README.mdsrc/SUMMARY.mdValidation
git diff --checkpassed.SUMMARY.mdlocal links resolve.mdbookwas unavailable in the environment, so a full build was not run.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.