Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • O OS Core Lib Azure
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe Software
  • Platform
  • System
  • Lib
  • cloud
  • azure
  • OS Core Lib Azure
  • Merge requests
  • !206

Fixing CVE-2022-22965 by upgrading spring-beans

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Khilesh Sahu requested to merge CVE-2022-22965-for-spring-beans-fix-slb into master May 12, 2022
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 1

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.

The vulnerability in Spring Beans allows attackers under certain circumstances to achieve remote code execution (RCE).

Fixing this issue : #21

More details can be found here: https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement https://www.whitesourcesoftware.com/vulnerability-database/CVE-2022-22965

Edited May 12, 2022 by Khilesh Sahu
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: CVE-2022-22965-for-spring-beans-fix-slb