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

Privilege Escalation SNYK-JAVA-ORGECLIPSEJETTY-1021614 #201

Closed
github-actions bot opened this issue May 17, 2021 · 0 comments
Closed

Privilege Escalation SNYK-JAVA-ORGECLIPSEJETTY-1021614 #201

github-actions bot opened this issue May 17, 2021 · 0 comments
Labels

Comments

@github-actions
Copy link

Overview

org.eclipse.jetty:jetty-webapp is a maven plugin for Jetty web application support.

Affected versions of this package are vulnerable to Privilege Escalation. The system's temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. If the attacker wins the race then they will have read and write permission to the subdirectory used to unpack web applications, including their WEB-INF/lib jar files and JSP files. If any code is ever executed out of this temporary directory, this can lead to a local privilege escalation vulnerability.

Remediation

Upgrade org.eclipse.jetty:jetty-webapp to version 9.4.33.v20201020, jetty-10.0.0.beta3, 11.0.0.beta3 or higher.

References

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

No branches or pull requests

1 participant