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

Race Condition SNYK-JAVA-IOUNDERTOW-7707751 #931

Open
github-actions bot opened this issue Aug 19, 2024 · 0 comments
Open

Race Condition SNYK-JAVA-IOUNDERTOW-7707751 #931

github-actions bot opened this issue Aug 19, 2024 · 0 comments

Comments

@github-actions
Copy link

Overview

io.undertow:undertow-core is a Java web server based on non-blocking IO.

Affected versions of this package are vulnerable to Race Condition due to the reuse of the StringBuilder instance in the ProxyProtocolReadListener across multiple requests. An attacker can access data from previous requests or responses by exploiting the shared usage of the StringBuilder.

This vulnerability primarily results in errors and connection termination but creates a risk of data leakage in multi-request environments.

Remediation

There is no fixed version for io.undertow:undertow-core.

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants