Find, fix and prevent vulnerabilities in your code.
high severity
- Vulnerable module: commons-lang:commons-lang
- Introduced through: org.constretto:constretto-core@2.2.3, org.constretto:constretto-spring@2.2.3 and others
Detailed paths
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-core@2.2.3 › org.constretto:constretto-api@2.2.3 › commons-lang:commons-lang@2.6
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.constretto:constretto-api@2.2.3 › commons-lang:commons-lang@2.6
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › com.netflix.hystrix:hystrix-core@1.5.18 › com.netflix.archaius:archaius-core@0.4.1 › commons-configuration:commons-configuration@1.8 › commons-lang:commons-lang@2.6
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.constretto:constretto-core@2.2.3 › org.constretto:constretto-api@2.2.3 › commons-lang:commons-lang@2.6
Overview
Affected versions of this package are vulnerable to Uncontrolled Recursion via the ClassUtils.getClass
function. An attacker can cause the application to terminate unexpectedly by providing excessively long input values.
Remediation
There is no fixed version for commons-lang:commons-lang
.
References
high severity
- Vulnerable module: net.minidev:json-smart
- Introduced through: com.jayway.jsonpath:json-path@2.9.0
Detailed paths
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › com.jayway.jsonpath:json-path@2.9.0 › net.minidev:json-smart@2.5.0
Overview
net.minidev:json-smart is a Java JSON parser.
Affected versions of this package are vulnerable to Denial of Service (DoS). An attacker can cause a stack exhaustion and subsequent service disruption by providing JSON input with an excessive number of nested {
.
Note:
This issue exists because of an incomplete fix for CVE-2023-1370.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
ws
package
Remediation
Upgrade net.minidev:json-smart
to version 2.5.2 or higher.
References
high severity
new
- Vulnerable module: org.springframework:spring-beans
- Introduced through: org.springframework:spring-beans@5.3.39, org.springframework:spring-context@5.3.39 and others
Detailed paths
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-beans@5.3.39Remediation: Upgrade to org.springframework:spring-beans@6.2.10.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-context@5.3.39 › org.springframework:spring-beans@5.3.39Remediation: Upgrade to org.springframework:spring-context@6.2.10.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-beans@5.3.39
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-web@5.3.39 › org.springframework:spring-beans@5.3.39Remediation: Upgrade to org.springframework:spring-web@6.2.10.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-context@5.3.39 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-beans@5.3.39Remediation: Upgrade to org.springframework:spring-context@6.2.10.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-beans@5.3.39
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-context@5.3.39 › org.springframework:spring-beans@5.3.39
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-context@5.3.39 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-beans@5.3.39
Overview
org.springframework:spring-beans is a package that is the basis for Spring Framework's IoC container. The BeanFactory interface provides an advanced configuration mechanism capable of managing any type of object.
Affected versions of this package are vulnerable to Relative Path Traversal when deployed on non-compliant Servlet containers. An unauthenticated attacker could gain access to files and directories outside the intended web root.
Notes:
This is only exploitable if the application is deployed as a WAR or with an embedded Servlet container, the Servlet container does not reject suspicious sequences and the application serves static resources with Spring resource handling.
Applications deployed on Apache Tomcat or Eclipse Jetty are not vulnerable, as long as default security features are not disabled in the configuration.
This vulnerability was also fixed in the commercial versions 6.1.22 and 5.3.44.
Remediation
Upgrade org.springframework:spring-beans
to version 6.2.10 or higher.
References
medium severity
- Vulnerable module: commons-configuration:commons-configuration
- Introduced through: com.netflix.hystrix:hystrix-core@1.5.18
Detailed paths
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › com.netflix.hystrix:hystrix-core@1.5.18 › com.netflix.archaius:archaius-core@0.4.1 › commons-configuration:commons-configuration@1.8
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling due several issues in the loading of untrusted configurations. An attacker can cause excessive resource consumption by manipulating the configuration data or introducing unexpected usage patterns. Users affected by this issue are recommended to upgrade to the 2.x version line org.apache.commons:commons-configuration2
, which fixes these issues.
Note: This is only exploitable if the application is configured to load untrusted configurations.
Remediation
There is no fixed version for commons-configuration:commons-configuration
.
References
medium severity
- Vulnerable module: com.google.code.gson:gson
- Introduced through: org.constretto:constretto-core@2.2.3 and org.constretto:constretto-spring@2.2.3
Detailed paths
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-core@2.2.3 › com.google.code.gson:gson@2.2.4
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.constretto:constretto-core@2.2.3 › com.google.code.gson:gson@2.2.4
Overview
Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the writeReplace()
method in internal classes, which may allow a denial of service attack if combined with another exploit.
Details
Serialization is a process of converting an object into a sequence of bytes which can be persisted to a disk or database or can be sent through streams. The reverse process of creating object from sequence of bytes is called deserialization. Serialization is commonly used for communication (sharing objects between multiple hosts) and persistence (store the object state in a file or a database). It is an integral part of popular protocols like Remote Method Invocation (RMI), Java Management Extension (JMX), Java Messaging System (JMS), Action Message Format (AMF), Java Server Faces (JSF) ViewState, etc.
Deserialization of untrusted data (CWE-502), is when the application deserializes untrusted data without sufficiently verifying that the resulting data will be valid, letting the attacker to control the state or the flow of the execution.
Java deserialization issues have been known for years. However, interest in the issue intensified greatly in 2015, when classes that could be abused to achieve remote code execution were found in a popular library (Apache Commons Collection). These classes were used in zero-days affecting IBM WebSphere, Oracle WebLogic and many other products.
An attacker just needs to identify a piece of software that has both a vulnerable class on its path, and performs deserialization on untrusted data. Then all they need to do is send the payload into the deserializer, getting the command executed.
Developers put too much trust in Java Object Serialization. Some even de-serialize objects pre-authentication. When deserializing an Object in Java you typically cast it to an expected type, and therefore Java's strict type system will ensure you only get valid object trees. Unfortunately, by the time the type checking happens, platform code has already created and executed significant logic. So, before the final type is checked a lot of code is executed from the readObject() methods of various objects, all of which is out of the developer's control. By combining the readObject() methods of various classes which are available on the classpath of the vulnerable application, an attacker can execute functions (including calling Runtime.exec() to execute local OS commands).
Remediation
Upgrade com.google.code.gson:gson
to version 2.8.9 or higher.
References
medium severity
- Module: ch.qos.logback:logback-classic
- Introduced through: ch.qos.logback:logback-classic@1.5.18
Detailed paths
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › ch.qos.logback:logback-classic@1.5.18
Dual license: EPL-1.0, LGPL-2.1
medium severity
- Module: ch.qos.logback:logback-core
- Introduced through: ch.qos.logback:logback-classic@1.5.18
Detailed paths
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › ch.qos.logback:logback-classic@1.5.18 › ch.qos.logback:logback-core@1.5.18
Dual license: EPL-1.0, LGPL-2.1
medium severity
- Module: junit:junit
- Introduced through: org.constretto:constretto-core@2.2.3, org.constretto:constretto-spring@2.2.3 and others
Detailed paths
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-core@2.2.3 › junit:junit@4.12
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › junit:junit@4.12
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-core@2.2.3 › org.constretto:constretto-api@2.2.3 › junit:junit@4.12
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.constretto:constretto-api@2.2.3 › junit:junit@4.12
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.constretto:constretto-core@2.2.3 › junit:junit@4.12
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.mapdb:mapdb@3.1.0 › org.eclipse.collections:eclipse-collections-forkjoin@10.4.0 › junit:junit@4.12
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.constretto:constretto-core@2.2.3 › org.constretto:constretto-api@2.2.3 › junit:junit@4.12
EPL-1.0 license
medium severity
- Module: org.aspectj:aspectjweaver
- Introduced through: org.constretto:constretto-spring@2.2.3
Detailed paths
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.aspectj:aspectjweaver@1.7.4
EPL-1.0 license
low severity
- Vulnerable module: org.jetbrains.kotlin:kotlin-stdlib
- Introduced through: org.mapdb:mapdb@3.1.0
Detailed paths
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.mapdb:mapdb@3.1.0 › org.jetbrains.kotlin:kotlin-stdlib@1.9.25
Overview
org.jetbrains.kotlin:kotlin-stdlib is a Kotlin Standard Library for JVM.
Affected versions of this package are vulnerable to Information Exposure. A Kotlin application using createTempDir
or createTempFile
and placing sensitive information within either of these locations would be leaking this information in a read-only way to other users also on this system.
Note: As of version 1.4.21, the vulnerable functions have been marked as deprecated. Due to still being usable, this advisory is kept as "unfixed".
PoC by JLLeitschuh
package org.jlleitschuh.sandbox
import org.junit.jupiter.api.Test
import java.io.BufferedReader
import java.io.File
import java.io.IOException
import java.io.InputStreamReader
import java.nio.file.Files
class KotlinTempDirectoryPermissionCheck {
@Test
fun `kotlin check default directory permissions`() {
val dir = createTempDir()
runLS(dir.parentFile, dir) // Prints drwxr-xr-x
}
@Test
fun `Files check default directory permissions`() {
val dir = Files.createTempDirectory("random-directory")
runLS(dir.toFile().parentFile, dir.toFile()) // Prints drwx------
}
@Test
fun `kotlin check default file permissions`() {
val file = createTempFile()
runLS(file.parentFile, file) // Prints -rw-r--r--
}
@Test
fun `Files check default file permissions`() {
val file = Files.createTempFile("random-file", ".txt")
runLS(file.toFile().parentFile, file.toFile()) // Prints -rw-------
}
private fun runLS(file: File, lookingFor: File) {
val processBuilder = ProcessBuilder()
processBuilder.command("ls", "-l", file.absolutePath)
try {
val process = processBuilder.start()
val output = StringBuilder()
val reader = BufferedReader(
InputStreamReader(process.inputStream)
)
reader.lines().forEach { line ->
if (line.contains("total")) {
output.append(line).append('\n')
}
if (line.contains(lookingFor.name)) {
output.append(line).append('\n')
}
}
val exitVal = process.waitFor()
if (exitVal == 0) {
println("Success!")
println(output)
} else {
//abnormal...
}
} catch (e: IOException) {
e.printStackTrace()
} catch (e: InterruptedException) {
e.printStackTrace()
}
}
}
Remediation
Upgrade org.jetbrains.kotlin:kotlin-stdlib
to version 2.1.0 or higher.
References
low severity
- Vulnerable module: junit:junit
- Introduced through: org.constretto:constretto-core@2.2.3, org.constretto:constretto-spring@2.2.3 and others
Detailed paths
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-core@2.2.3 › junit:junit@4.12Remediation: Upgrade to org.constretto:constretto-core@2.2.3.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › junit:junit@4.12Remediation: Upgrade to org.constretto:constretto-spring@2.2.3.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-core@2.2.3 › org.constretto:constretto-api@2.2.3 › junit:junit@4.12Remediation: Upgrade to org.constretto:constretto-core@2.2.3.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.constretto:constretto-api@2.2.3 › junit:junit@4.12Remediation: Upgrade to org.constretto:constretto-spring@2.2.3.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.constretto:constretto-core@2.2.3 › junit:junit@4.12Remediation: Upgrade to org.constretto:constretto-spring@2.2.3.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.mapdb:mapdb@3.1.0 › org.eclipse.collections:eclipse-collections-forkjoin@10.4.0 › junit:junit@4.12Remediation: Upgrade to org.mapdb:mapdb@3.1.0.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.constretto:constretto-core@2.2.3 › org.constretto:constretto-api@2.2.3 › junit:junit@4.12Remediation: Upgrade to org.constretto:constretto-spring@2.2.3.
Overview
junit:junit is an unit testing framework for Java
Affected versions of this package are vulnerable to Information Exposure. The JUnit4 test rule TemporaryFolder
contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default, readable by other users on that same system.
Note: This vulnerability does not allow other users to overwrite the contents of these directories or files. This only affects Unix like systems.
Remediation
Upgrade junit:junit
to version 4.13.1 or higher.
References
low severity
- Vulnerable module: org.springframework:spring-context
- Introduced through: org.springframework:spring-context@5.3.39 and org.constretto:constretto-spring@2.2.3
Detailed paths
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-context@5.3.39Remediation: Upgrade to org.springframework:spring-context@6.1.14.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-context@5.3.39
Overview
Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity due to String.toLowerCase()
having some Locale dependent exceptions that could potentially result in fields not protected as expected.
Note:
The fix for CVE-2022-22968 made disallowedFields
patterns in DataBinder
case insensitive.
This vulnerability was also fixed in commercial versions 5.3.41 and 6.0.25.
Remediation
Upgrade org.springframework:spring-context
to version 6.1.14 or higher.
References
low severity
- Vulnerable module: org.springframework:spring-core
- Introduced through: org.springframework:spring-core@5.3.39, org.springframework:spring-beans@5.3.39 and others
Detailed paths
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-core@6.1.14.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-beans@6.1.14.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-context@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-context@6.1.14.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-web@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-web@6.1.14.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.glassfish.jersey.ext:jersey-spring4@2.47 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-context@5.3.39 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-context@6.1.14.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-web@5.3.39 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-web@6.1.14.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-context@5.3.39 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-context@6.1.14.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-context@5.3.39 › org.springframework:spring-expression@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-context@6.1.14.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-context@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.glassfish.jersey.ext:jersey-spring4@2.47 › org.springframework:spring-web@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-context@5.3.39 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-context@6.1.14.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-context@5.3.39 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-context@5.3.39 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-context@5.3.39 › org.springframework:spring-expression@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-context@5.3.39 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39
Overview
org.springframework:spring-core is a core package within the spring-framework that contains multiple classes and utilities.
Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity due to String.toLowerCase()
having some Locale dependent exceptions that could potentially result in fields not protected as expected.
Note:
The fix for CVE-2022-22968 made disallowedFields
patterns in DataBinder
case insensitive.
This vulnerability was also fixed in commercial versions 5.3.41 and 6.0.25.
Remediation
Upgrade org.springframework:spring-core
to version 6.1.14 or higher.
References
low severity
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.springframework:spring-web@5.3.39 and org.glassfish.jersey.ext:jersey-spring4@2.47
Detailed paths
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.springframework:spring-web@5.3.39Remediation: Upgrade to org.springframework:spring-web@6.1.14.
-
Introduced through: Cantara/microservice-baseline@Cantara/microservice-baseline#9b8ea6a61685c8716fb50ed62a9bf9ec4ed40653 › org.glassfish.jersey.ext:jersey-spring4@2.47 › org.springframework:spring-web@5.3.39
Overview
org.springframework:spring-web is a package that provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity due to String.toLowerCase()
having some Locale dependent exceptions that could potentially result in fields not protected as expected.
Note:
The fix for CVE-2022-22968 made disallowedFields
patterns in DataBinder
case insensitive.
This vulnerability was also fixed in commercial versions 5.3.41 and 6.0.25.
Remediation
Upgrade org.springframework:spring-web
to version 6.1.14 or higher.