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

[ISSUE-2395]SynchronossPartHttpMessageReader should only create temp directory when needed/CVE-2022-22965 #2397

Closed
wants to merge 1 commit into from

Commits on Jul 1, 2022

  1. create temp directory and RCE

    spring-projects/spring-framework#27092
    1 . SynchronossPartHttpMessageReader should only create temp directory when needed 
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22965
    2. A Spring MVC or Spring WebFlux application running on JDK 9+ may be vulnerable to remote code execution (RCE) via data binding. The specific exploit requires the application to run on Tomcat as a WAR deployment. If the application is deployed as a Spring Boot executable jar, i.e. the default, it is not vulnerable to the exploit. However, the nature of the vulnerability is more general, and there may be other ways to exploit it.
    duhanmin committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    176954d View commit details
    Browse the repository at this point in the history