Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

It was recently confirmed that Spring4Shell has at least one RCE vulnerability in the Spring framerwork.

...

  • .

...


Is Kantega SSO Enterprise affected?

Kantega SSO Enterprise is built with JDK 8 packaged as a .jar, and we do not use spring-core, spring-webmvc or spring-webflux. From our intital analyses, Kantega SSO Enterprise is NOT not affected by Spring4Shell CVE-2022-22965.

Is my Atlassian Data Center / Server system affected?


You should await advice from Atlassian on how to mitigate in your scenario or consult your own security team. If you run package scans on your system, you will likely find some Spring packages. Whether your system is vulnerable will likely depend on what version of Jira/Confluence/Bitbucket you’re running, and likely also what JVM version you’re running in your system. You should keep checking for important security updates of your Atlassian host systems. If you have questions about thisWe recommend running package scans on your system to start analyzing and consult with your security team whether any packages are insecure, and keep following updates on the CVE and Spring’s documentation for updates about more attack vectors.
Keep checking for important security version updates on your system.
If you have questions, please refer to Atlassian support for assistance: https://support.atlassian.com/, or await their .
Stay tuned for Atlassian’s public security advisories, which are usually posted here: https://confluence.atlassian.com/security/articles-951406100.html, and their FAQ’s which are usually posted here: https://confluence.atlassian.com/kb/atlassian-knowledge-base-179443510.html

...

  • Running JDK 9 or higher

  • Apache Tomcat as the Servlet container

  • Packaged as WAR

  • spring-webmvc or spring-webflux dependency:

    • Uses Spring MVC (5.3.15 and at least down to 4.3.0, possibly further)

  • Endpoint using @RequestMapping, aka. Spring parameter binding

  • Request parameter is of type object which maps to a POJO

    • Vulnerable: @NotNull DataObject data

    • Not vulnerable: @NotNull String string

...

Info

Changelog

  • Initial publication 20:30 CET