Vulnerabilities

9 via 48 paths

Dependencies

27

Source

GitHub

Commit

4ba20b55

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 9
  • 1
Severity
  • 4
  • 4
  • 2
Status
  • 10
  • 0
  • 0

high severity

Denial of Service (DoS)

  • Vulnerable module: com.fasterxml.jackson.core:jackson-core
  • Introduced through: com.fasterxml.jackson.core:jackson-core@2.13.3 and com.fasterxml.jackson.core:jackson-databind@2.13.4.2

Detailed paths

  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 com.fasterxml.jackson.core:jackson-core@2.13.3
    Remediation: Upgrade to com.fasterxml.jackson.core:jackson-core@2.15.0.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 com.fasterxml.jackson.core:jackson-databind@2.13.4.2 com.fasterxml.jackson.core:jackson-core@2.13.3
    Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.15.0.

Overview

com.fasterxml.jackson.core:jackson-core is a Core Jackson abstractions, basic JSON streaming API implementation

Affected versions of this package are vulnerable to Denial of Service (DoS) due to missing input size validation when performing numeric type conversions. A remote attacker can exploit this vulnerability by causing the application to deserialize data containing certain numeric types with large values, causing the application to exhaust all available resources.

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 com.fasterxml.jackson.core:jackson-core to version 2.15.0-rc1 or higher.

References

high severity

Stack-based Buffer Overflow

  • Vulnerable module: com.fasterxml.jackson.core:jackson-core
  • Introduced through: com.fasterxml.jackson.core:jackson-core@2.13.3 and com.fasterxml.jackson.core:jackson-databind@2.13.4.2

Detailed paths

  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 com.fasterxml.jackson.core:jackson-core@2.13.3
    Remediation: Upgrade to com.fasterxml.jackson.core:jackson-core@2.15.0.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 com.fasterxml.jackson.core:jackson-databind@2.13.4.2 com.fasterxml.jackson.core:jackson-core@2.13.3
    Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.15.0.

Overview

com.fasterxml.jackson.core:jackson-core is a Core Jackson abstractions, basic JSON streaming API implementation

Affected versions of this package are vulnerable to Stack-based Buffer Overflow due to the parse process, which accepts an unlimited input file with deeply nested data. An attacker can cause a stack overflow and crash the application by providing input files with excessively deep nesting.

Remediation

Upgrade com.fasterxml.jackson.core:jackson-core to version 2.15.0-rc1 or higher.

References

high severity
new

Relative Path Traversal

  • Vulnerable module: org.springframework:spring-beans
  • Introduced through: org.springframework:spring-beans@5.3.24, org.springframework:spring-context@5.3.24 and others

Detailed paths

  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-beans@5.3.24
    Remediation: Upgrade to org.springframework:spring-beans@6.2.10.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-context@5.3.24 org.springframework:spring-beans@5.3.24
    Remediation: Upgrade to org.springframework:spring-context@6.2.10.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.data:spring-data-commons@2.7.0 org.springframework:spring-beans@5.3.24
    Remediation: Upgrade to org.springframework.data:spring-data-commons@3.4.9.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-tx@5.3.24 org.springframework:spring-beans@5.3.24
    Remediation: Upgrade to org.springframework:spring-tx@6.2.10.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-context@5.3.24 org.springframework:spring-aop@5.3.24 org.springframework:spring-beans@5.3.24
    Remediation: Upgrade to org.springframework:spring-context@6.2.10.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-beans@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot@3.4.9.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-aop@5.3.24 org.springframework:spring-beans@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot@3.4.9.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot-autoconfigure@2.7.6 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-beans@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot-autoconfigure@3.4.9.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot-autoconfigure@2.7.6 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-aop@5.3.24 org.springframework:spring-beans@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot-autoconfigure@3.4.9.

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

high severity

Denial of Service (DoS)

  • Vulnerable module: org.springframework.boot:spring-boot-autoconfigure
  • Introduced through: org.springframework.boot:spring-boot-autoconfigure@2.7.6

Detailed paths

  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot-autoconfigure@2.7.6
    Remediation: Upgrade to org.springframework.boot:spring-boot-autoconfigure@2.7.12.

Overview

Affected versions of this package are vulnerable to Denial of Service (DoS) if Spring MVC is used together with a reverse proxy cache.

Specifically, an application is vulnerable if all of the conditions are true:

  • The application has Spring MVC auto-configuration enabled. This is the case by default if Spring MVC is on the classpath.
  • The application uses Spring Boot's welcome page support, either static or templated.
  • The application is deployed behind a proxy which caches 404 responses.

The application is NOT vulnerable if any of the following are true:

  • Spring MVC auto-configuration is disabled. This is true if WebMvcAutoConfiguration is explicitly excluded, if Spring MVC is not on the classpath, or if spring.main.web-application-type is set to a value other than SERVLET.
  • The application does not use Spring Boot's welcome page support.
  • There is no proxy which caches 404 responses.

Workaround

Users who are unable to upgrade should configure the reverse proxy not to cache 404 responses and/or not to cache responses to requests to the root (/) of the application.

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.boot:spring-boot-autoconfigure to version 2.5.15, 2.6.15, 2.7.12, 3.0.7 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.springframework:spring-expression
  • Introduced through: org.springframework:spring-context@5.3.24, org.springframework.boot:spring-boot@2.7.6 and others

Detailed paths

  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-context@5.3.24 org.springframework:spring-expression@5.3.24
    Remediation: Upgrade to org.springframework:spring-context@5.3.27.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-expression@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot@2.7.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot-autoconfigure@2.7.6 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-expression@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot-autoconfigure@2.7.11.

Overview

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling when a user provides a very long SpEL expression.

Remediation

Upgrade org.springframework:spring-expression to version 5.2.24.RELEASE, 5.3.27, 6.0.8 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.springframework:spring-expression
  • Introduced through: org.springframework:spring-context@5.3.24, org.springframework.boot:spring-boot@2.7.6 and others

Detailed paths

  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-context@5.3.24 org.springframework:spring-expression@5.3.24
    Remediation: Upgrade to org.springframework:spring-context@5.3.26.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-expression@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot@2.7.10.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot-autoconfigure@2.7.6 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-expression@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot-autoconfigure@2.7.10.

Overview

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via a crafted SpEL expression.

Remediation

Upgrade org.springframework:spring-expression to version 5.2.23.RELEASE, 5.3.26, 6.0.7 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.springframework:spring-expression
  • Introduced through: org.springframework:spring-context@5.3.24, org.springframework.boot:spring-boot@2.7.6 and others

Detailed paths

  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-context@5.3.24 org.springframework:spring-expression@5.3.24
    Remediation: Upgrade to org.springframework:spring-context@5.3.39.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-expression@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot@3.0.0.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot-autoconfigure@2.7.6 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-expression@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot-autoconfigure@3.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

medium severity

LGPL-2.0 license

  • Module: com.google.code.findbugs:annotations
  • Introduced through: com.google.code.findbugs:annotations@3.0.1

Detailed paths

  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 com.google.code.findbugs:annotations@3.0.1

LGPL-2.0 license

low severity

Improper Handling of Case Sensitivity

  • Vulnerable module: org.springframework:spring-context
  • Introduced through: org.springframework:spring-context@5.3.24, org.springframework.boot:spring-boot@2.7.6 and others

Detailed paths

  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-context@5.3.24
    Remediation: Upgrade to org.springframework:spring-context@6.1.14.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot@3.2.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot-autoconfigure@2.7.6 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot-autoconfigure@3.2.11.

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-beans@5.3.24, org.springframework:spring-context@5.3.24 and others

Detailed paths

  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-beans@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework:spring-beans@6.1.14.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-context@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework:spring-context@6.1.14.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot@3.2.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.data:spring-data-commons@2.7.0 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework.data:spring-data-commons@3.2.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-tx@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework:spring-tx@6.1.14.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-context@5.3.24 org.springframework:spring-beans@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework:spring-context@6.1.14.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.data:spring-data-commons@2.7.0 org.springframework:spring-beans@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework.data:spring-data-commons@3.2.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-tx@5.3.24 org.springframework:spring-beans@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework:spring-tx@6.1.14.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-context@5.3.24 org.springframework:spring-aop@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework:spring-context@6.1.14.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-context@5.3.24 org.springframework:spring-expression@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework:spring-context@6.1.14.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot@3.2.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot-autoconfigure@2.7.6 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot-autoconfigure@3.2.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework:spring-context@5.3.24 org.springframework:spring-aop@5.3.24 org.springframework:spring-beans@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework:spring-context@6.1.14.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-beans@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot@3.2.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-aop@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot@3.2.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-expression@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot@3.2.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot-autoconfigure@2.7.6 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot-autoconfigure@3.2.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-aop@5.3.24 org.springframework:spring-beans@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot@3.2.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot-autoconfigure@2.7.6 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-beans@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot-autoconfigure@3.2.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot-autoconfigure@2.7.6 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-aop@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot-autoconfigure@3.2.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot-autoconfigure@2.7.6 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-expression@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot-autoconfigure@3.2.11.
  • Introduced through: majlanky/couch-slacker@majlanky/couch-slacker#4ba20b55ec9e456a12ec949d56f2bfce578c0945 org.springframework.boot:spring-boot-autoconfigure@2.7.6 org.springframework.boot:spring-boot@2.7.6 org.springframework:spring-context@5.3.24 org.springframework:spring-aop@5.3.24 org.springframework:spring-beans@5.3.24 org.springframework:spring-core@5.3.24
    Remediation: Upgrade to org.springframework.boot:spring-boot-autoconfigure@3.2.11.

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