Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐸 Frogbot] Update version of golang.org/x/net to 0.17.0 #2259

Merged

Conversation

github-actions[bot]
Copy link
Contributor

📦 Vulnerable Dependencies

✍️ Summary

SEVERITY DIRECT DEPENDENCIES IMPACTED DEPENDENCY FIXED VERSIONS CVES

Unknown
golang.org/x/net:v0.15.0
github.com/go-git/go-billy/v5:v5.5.0
github.com/go-git/go-git/v5:v5.9.0
github.com/jfrog/jfrog-cli-core/v2:v2.45.1
github.com/jfrog/jfrog-client-go:v1.34.2
golang.org/x/net:v0.15.0 [0.17.0] CVE-2023-39325

🔬 Research Details

Description:
A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new request while the existing one is still executing. With the fix applied, HTTP/2 servers now bound the number of simultaneously executing handler goroutines to the stream concurrency limit (MaxConcurrentStreams). New requests arriving when at the limit (which can only happen after the client has reset an existing, in-flight request) will be queued until a handler exits. If the request queue grows too large, the server will terminate the connection. This issue is also fixed in golang.org/x/net/http2 for users manually configuring HTTP/2. The default stream concurrency limit is 250 streams (requests) per HTTP/2 connection. This value may be adjusted using the golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams setting and the ConfigureServer function.


@eyalbe4 eyalbe4 added the safe to test Approve running integration tests on a pull request label Oct 13, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Oct 13, 2023
@eyalbe4 eyalbe4 added the safe to test Approve running integration tests on a pull request label Oct 13, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Oct 13, 2023
@eyalbe4 eyalbe4 closed this Oct 13, 2023
@eyalbe4 eyalbe4 reopened this Oct 13, 2023
@eyalbe4 eyalbe4 merged commit 99618b0 into dev Oct 13, 2023
65 of 119 checks passed
@yahavi yahavi deleted the frogbot-golang.org/x/net-f770f98dce7830cf1a17732ee8773ed5 branch October 24, 2023 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants