Vulnerabilities

9 via 36 paths

Dependencies

43

Source

GitHub

Commit

416e792f

Find, fix and prevent vulnerabilities in your code.

Severity
  • 3
  • 2
  • 4
Status
  • 9
  • 0
  • 0

high severity

Uncontrolled Recursion

  • Vulnerable module: org.apache.commons:commons-lang3
  • Introduced through: org.apache.commons:commons-lang3@3.14.0

Detailed paths

  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 org.apache.commons:commons-lang3@3.14.0
    Remediation: Upgrade to org.apache.commons:commons-lang3@3.18.0.

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

Upgrade org.apache.commons:commons-lang3 to version 3.18.0 or higher.

References

high severity

Incorrect Authorization

  • Vulnerable module: org.springframework:spring-core
  • Introduced through: org.springframework:spring-web@5.3.34 and com.marklogic:ml-javaclient-util@4.8.0

Detailed paths

  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 org.springframework:spring-web@5.3.34 org.springframework:spring-core@5.3.34
    Remediation: Upgrade to org.springframework:spring-web@6.2.11.
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 org.springframework:spring-web@5.3.34 org.springframework:spring-beans@5.3.34 org.springframework:spring-core@5.3.34
    Remediation: Upgrade to org.springframework:spring-web@6.2.11.
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 org.springframework:spring-context@5.3.34 org.springframework:spring-core@5.3.34
    Remediation: Upgrade to com.marklogic:ml-javaclient-util@6.0.1.
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 org.springframework:spring-context@5.3.34 org.springframework:spring-beans@5.3.34 org.springframework:spring-core@5.3.34
    Remediation: Upgrade to com.marklogic:ml-javaclient-util@6.0.1.
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 org.springframework:spring-context@5.3.34 org.springframework:spring-aop@5.3.34 org.springframework:spring-core@5.3.34
    Remediation: Upgrade to com.marklogic:ml-javaclient-util@6.0.1.
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 org.springframework:spring-context@5.3.34 org.springframework:spring-expression@5.3.34 org.springframework:spring-core@5.3.34
    Remediation: Upgrade to com.marklogic:ml-javaclient-util@6.0.1.
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 org.springframework:spring-context@5.3.34 org.springframework:spring-aop@5.3.34 org.springframework:spring-beans@5.3.34 org.springframework:spring-core@5.3.34
    Remediation: Upgrade to com.marklogic:ml-javaclient-util@6.0.1.

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 Incorrect Authorization via the AnnotationsScanner and AnnotatedMethod class. An attacker can gain unauthorized access to sensitive information by exploiting improper resolution of annotations on methods within type hierarchies that use parameterized supertypes with unbounded generics.

Note: This is only exploitable if security annotations are used on methods in generic superclasses or generic interfaces and the @EnableMethodSecurity feature is enabled.

Remediation

Upgrade org.springframework:spring-core to version 6.2.11 or higher.

References

high severity

Relative Path Traversal

  • Vulnerable module: org.springframework:spring-beans
  • Introduced through: org.springframework:spring-web@5.3.34 and com.marklogic:ml-javaclient-util@4.8.0

Detailed paths

  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 org.springframework:spring-web@5.3.34 org.springframework:spring-beans@5.3.34
    Remediation: Upgrade to org.springframework:spring-web@6.2.10.
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 org.springframework:spring-context@5.3.34 org.springframework:spring-beans@5.3.34
    Remediation: Upgrade to com.marklogic:ml-javaclient-util@6.0.1.
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 org.springframework:spring-context@5.3.34 org.springframework:spring-aop@5.3.34 org.springframework:spring-beans@5.3.34
    Remediation: Upgrade to com.marklogic:ml-javaclient-util@6.0.1.

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:

  1. 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.

  2. Applications deployed on Apache Tomcat or Eclipse Jetty are not vulnerable, as long as default security features are not disabled in the configuration.

  3. 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

Denial of Service (DoS)

  • Vulnerable module: org.springframework:spring-web
  • Introduced through: org.springframework:spring-web@5.3.34

Detailed paths

  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 org.springframework:spring-web@5.3.34
    Remediation: Upgrade to org.springframework:spring-web@5.3.38.

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 Denial of Service (DoS) in the form of improper ETag prefix validation when parsing ETags from the If-Match or If-None-Match request headers. An attacker can exploit this vulnerability to cause denial of service by sending a maliciously crafted conditional HTTP request.

Workaround

Users of older, unsupported versions could enforce a size limit on If-Match and If-None-Match headers, e.g. through a Filter.

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 org.springframework:spring-web to version 5.3.38, 6.0.23, 6.1.12 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.springframework:spring-expression
  • Introduced through: com.marklogic:ml-javaclient-util@4.8.0

Detailed paths

  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 org.springframework:spring-context@5.3.34 org.springframework:spring-expression@5.3.34
    Remediation: Upgrade to com.marklogic:ml-javaclient-util@5.0.0.

Overview

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling. Note: An application is vulnerable when the following is true:

The application evaluates user-supplied SpEL expressions.

Workaround

Evaluation of user-supplied SpEL expressions should be avoided when possible; otherwise, user-supplied SpEL expressions should be evaluated with a SimpleEvaluationContext in read-only mode. No other steps are necessary.

Remediation

Upgrade org.springframework:spring-expression to version 5.3.39 or higher.

References

low severity

Information Exposure

  • Vulnerable module: org.jetbrains.kotlin:kotlin-stdlib
  • Introduced through: com.marklogic:ml-javaclient-util@4.8.0

Detailed paths

  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 com.marklogic:marklogic-client-api@6.6.0 com.squareup.okhttp3:okhttp@4.12.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 com.marklogic:marklogic-client-api@6.6.0 com.squareup.okhttp3:logging-interceptor@4.12.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 com.marklogic:marklogic-client-api@6.6.0 com.squareup.okhttp3:okhttp@4.12.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib-jdk7@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 com.marklogic:marklogic-client-api@6.6.0 com.squareup.okhttp3:logging-interceptor@4.12.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib-jdk7@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 com.marklogic:marklogic-client-api@6.6.0 com.squareup.okhttp3:logging-interceptor@4.12.0 com.squareup.okhttp3:okhttp@4.12.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 com.marklogic:marklogic-client-api@6.6.0 io.github.rburgst:okhttp-digest@2.7 com.squareup.okhttp3:okhttp@4.12.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 com.marklogic:marklogic-client-api@6.6.0 com.squareup.okhttp3:logging-interceptor@4.12.0 com.squareup.okhttp3:okhttp@4.12.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib-jdk7@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 com.marklogic:marklogic-client-api@6.6.0 io.github.rburgst:okhttp-digest@2.7 com.squareup.okhttp3:okhttp@4.12.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib-jdk7@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 com.marklogic:marklogic-client-api@6.6.0 com.squareup.okhttp3:okhttp@4.12.0 com.squareup.okio:okio@3.6.0 com.squareup.okio:okio-jvm@3.6.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 com.marklogic:marklogic-client-api@6.6.0 com.squareup.okhttp3:okhttp@4.12.0 com.squareup.okio:okio@3.6.0 com.squareup.okio:okio-jvm@3.6.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib-jdk7@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 com.marklogic:marklogic-client-api@6.6.0 com.squareup.okhttp3:logging-interceptor@4.12.0 com.squareup.okhttp3:okhttp@4.12.0 com.squareup.okio:okio@3.6.0 com.squareup.okio:okio-jvm@3.6.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 com.marklogic:marklogic-client-api@6.6.0 io.github.rburgst:okhttp-digest@2.7 com.squareup.okhttp3:okhttp@4.12.0 com.squareup.okio:okio@3.6.0 com.squareup.okio:okio-jvm@3.6.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 com.marklogic:marklogic-client-api@6.6.0 com.squareup.okhttp3:logging-interceptor@4.12.0 com.squareup.okhttp3:okhttp@4.12.0 com.squareup.okio:okio@3.6.0 com.squareup.okio:okio-jvm@3.6.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib-jdk7@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 com.marklogic:marklogic-client-api@6.6.0 io.github.rburgst:okhttp-digest@2.7 com.squareup.okhttp3:okhttp@4.12.0 com.squareup.okio:okio@3.6.0 com.squareup.okio:okio-jvm@3.6.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib-jdk7@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21

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

Improper Handling of Case Sensitivity

  • Vulnerable module: org.springframework:spring-context
  • Introduced through: com.marklogic:ml-javaclient-util@4.8.0

Detailed paths

  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 org.springframework:spring-context@5.3.34
    Remediation: Upgrade to com.marklogic:ml-javaclient-util@6.0.0.

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

Improper Handling of Case Sensitivity

  • Vulnerable module: org.springframework:spring-core
  • Introduced through: org.springframework:spring-web@5.3.34 and com.marklogic:ml-javaclient-util@4.8.0

Detailed paths

  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 org.springframework:spring-web@5.3.34 org.springframework:spring-core@5.3.34
    Remediation: Upgrade to org.springframework:spring-web@6.1.14.
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 org.springframework:spring-web@5.3.34 org.springframework:spring-beans@5.3.34 org.springframework:spring-core@5.3.34
    Remediation: Upgrade to org.springframework:spring-web@6.1.14.
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 org.springframework:spring-context@5.3.34 org.springframework:spring-core@5.3.34
    Remediation: Upgrade to com.marklogic:ml-javaclient-util@6.0.0.
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 org.springframework:spring-context@5.3.34 org.springframework:spring-beans@5.3.34 org.springframework:spring-core@5.3.34
    Remediation: Upgrade to com.marklogic:ml-javaclient-util@6.0.0.
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 org.springframework:spring-context@5.3.34 org.springframework:spring-aop@5.3.34 org.springframework:spring-core@5.3.34
    Remediation: Upgrade to com.marklogic:ml-javaclient-util@6.0.0.
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 org.springframework:spring-context@5.3.34 org.springframework:spring-expression@5.3.34 org.springframework:spring-core@5.3.34
    Remediation: Upgrade to com.marklogic:ml-javaclient-util@6.0.0.
  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 com.marklogic:ml-javaclient-util@4.8.0 org.springframework:spring-context@5.3.34 org.springframework:spring-aop@5.3.34 org.springframework:spring-beans@5.3.34 org.springframework:spring-core@5.3.34
    Remediation: Upgrade to com.marklogic:ml-javaclient-util@6.0.0.

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

Improper Handling of Case Sensitivity

  • Vulnerable module: org.springframework:spring-web
  • Introduced through: org.springframework:spring-web@5.3.34

Detailed paths

  • Introduced through: marklogic/ml-app-deployer@marklogic/ml-app-deployer#416e792f144e4bcf3ec0f307892e74fe4e069de6 org.springframework:spring-web@5.3.34
    Remediation: Upgrade to org.springframework:spring-web@6.1.14.

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.

References