Vulnerabilities

30 via 89 paths

Dependencies

81

Source

GitHub

Commit

113b8392

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
  • 13
  • 12
  • 4
Status
  • 30
  • 0
  • 0

critical severity

Improper Authentication

  • Vulnerable module: com.hazelcast:hazelcast
  • Introduced through: com.hazelcast:hazelcast@5.1.1 and com.hazelcast:hazelcast-spring@5.1.1

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b com.hazelcast:hazelcast@5.1.1
    Remediation: Upgrade to com.hazelcast:hazelcast@5.1.3.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b com.hazelcast:hazelcast-spring@5.1.1 com.hazelcast:hazelcast@5.1.1
    Remediation: Upgrade to com.hazelcast:hazelcast-spring@5.1.3.

Overview

com.hazelcast:hazelcast is a clustering and highly scalable data distribution platform.

Affected versions of this package are vulnerable to Improper Authentication in the TcpServerConnection.equals() function used for connection caching, which allows unauthenticated attackers to use another user's authenticated connection to read and modify data in the cluster.

Remediation

Upgrade com.hazelcast:hazelcast to version 3.12.13, 4.1.10, 4.2.6, 5.0.4, 5.1.3 or higher.

References

high severity

Improper Authorization

  • Vulnerable module: com.hazelcast:hazelcast
  • Introduced through: com.hazelcast:hazelcast@5.1.1 and com.hazelcast:hazelcast-spring@5.1.1

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b com.hazelcast:hazelcast@5.1.1
    Remediation: Upgrade to com.hazelcast:hazelcast@5.2.5.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b com.hazelcast:hazelcast-spring@5.1.1 com.hazelcast:hazelcast@5.1.1
    Remediation: Upgrade to com.hazelcast:hazelcast-spring@5.2.5.

Overview

com.hazelcast:hazelcast is a clustering and highly scalable data distribution platform.

Affected versions of this package are vulnerable to Improper Authorization due to missing permission checks on the Hazelcast client protocol. Authenticated users can access data stored in the cluster by exploiting this oversight.

Remediation

Upgrade com.hazelcast:hazelcast to version 5.2.5, 5.3.5 or higher.

References

high severity

Incorrect Permission Assignment for Critical Resource

  • Vulnerable module: com.hazelcast:hazelcast
  • Introduced through: com.hazelcast:hazelcast@5.1.1 and com.hazelcast:hazelcast-spring@5.1.1

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b com.hazelcast:hazelcast@5.1.1
    Remediation: Upgrade to com.hazelcast:hazelcast@5.1.7.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b com.hazelcast:hazelcast-spring@5.1.1 com.hazelcast:hazelcast@5.1.1
    Remediation: Upgrade to com.hazelcast:hazelcast-spring@5.1.7.

Overview

com.hazelcast:hazelcast is a clustering and highly scalable data distribution platform.

Affected versions of this package are vulnerable to Incorrect Permission Assignment for Critical Resource in executor services, which don't check client permissions properly, allowing authenticated users to execute tasks on members without the required permissions.

NOTE: Only users using executor services for distributed data structures are affected.

Remediation

Upgrade com.hazelcast:hazelcast to version 5.0.5, 5.1.7, 5.2.4 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: io.netty:netty-codec-http2
  • Introduced through: org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19 io.netty:netty-codec-http2@4.1.77.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.17.

Overview

io.netty:netty-codec-http2 is a HTTP2 sub package for the netty library, an event-driven asynchronous network application framework.

Affected versions of this package are vulnerable to Denial of Service (DoS) in the implementation of the HTTP/2 protocol. An attacker can cause a denial of service (including via DDoS) by rapidly resetting many streams through request cancellation.

Remediation

Upgrade io.netty:netty-codec-http2 to version 4.1.100.Final or higher.

References

high severity

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • Vulnerable module: io.projectreactor.netty:reactor-netty-http
  • Introduced through: org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.18.

Overview

Affected versions of this package are vulnerable to Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') when it is configured to serve static resources. An attacker can gain unauthorized access to directories and files by sending a specially crafted URL.

Remediation

Upgrade io.projectreactor.netty:reactor-netty-http to version 1.0.39, 1.1.13 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: org.springframework.boot:spring-boot-autoconfigure
  • Introduced through: org.springframework.boot:spring-boot-starter-cache@2.7.0 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-autoconfigure@2.7.0
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.12.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-autoconfigure@2.7.0
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.12.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-autoconfigure@2.7.0
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@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

high severity

Denial of Service (DoS)

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter-cache@2.7.0 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.0.0.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.0.0.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.0.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Denial of Service (DoS) due to missing nested depth limitation for collections.

NOTE: This vulnerability has also been identified as: CVE-2022-38749

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.yaml:snakeyaml to version 1.31 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter-cache@2.7.0 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.0.0.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.0.0.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.0.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Denial of Service (DoS) due to missing nested depth limitation for collections.

NOTE: This vulnerability has also been identified as: CVE-2022-25857

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.yaml:snakeyaml to version 1.31 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter-cache@2.7.0 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-starter-logging@2.7.0 ch.qos.logback:logback-classic@1.2.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.1.7.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-starter-logging@2.7.0 ch.qos.logback:logback-classic@1.2.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.7.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-starter-logging@2.7.0 ch.qos.logback:logback-classic@1.2.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.7.

Overview

ch.qos.logback:logback-classic is a reliable, generic, fast and flexible logging library for Java.

Affected versions of this package are vulnerable to Denial of Service (DoS). An attacker can mount a denial-of-service attack by sending poisoned data. This is only exploitable if logback receiver component is deployed.

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 ch.qos.logback:logback-classic to version 1.2.13, 1.3.12, 1.4.12 or higher.

References

high severity

Uncontrolled Resource Consumption ('Resource Exhaustion')

  • Vulnerable module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter-cache@2.7.0 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-starter-logging@2.7.0 ch.qos.logback:logback-classic@1.2.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.1.7.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-starter-logging@2.7.0 ch.qos.logback:logback-classic@1.2.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.7.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-starter-logging@2.7.0 ch.qos.logback:logback-classic@1.2.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.7.

Overview

ch.qos.logback:logback-classic is a reliable, generic, fast and flexible logging library for Java.

Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') via the logback receiver component. An attacker can mount a denial-of-service attack by sending poisoned data.

Note:

Successful exploitation requires the logback-receiver component being enabled and also reachable by the attacker.

Remediation

Upgrade ch.qos.logback:logback-classic to version 1.2.13, 1.3.14, 1.4.14 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-cache@2.7.0 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-starter-logging@2.7.0 ch.qos.logback:logback-classic@1.2.11 ch.qos.logback:logback-core@1.2.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.1.7.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-starter-logging@2.7.0 ch.qos.logback:logback-classic@1.2.11 ch.qos.logback:logback-core@1.2.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.7.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-starter-logging@2.7.0 ch.qos.logback:logback-classic@1.2.11 ch.qos.logback:logback-core@1.2.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.7.

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to Denial of Service (DoS). An attacker can mount a denial-of-service attack by sending poisoned data. This is only exploitable if logback receiver component is deployed.

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 ch.qos.logback:logback-core to version 1.2.13, 1.3.12, 1.4.12 or higher.

References

high severity

Uncontrolled Resource Consumption ('Resource Exhaustion')

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-cache@2.7.0 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-starter-logging@2.7.0 ch.qos.logback:logback-classic@1.2.11 ch.qos.logback:logback-core@1.2.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.1.7.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-starter-logging@2.7.0 ch.qos.logback:logback-classic@1.2.11 ch.qos.logback:logback-core@1.2.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.7.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-starter-logging@2.7.0 ch.qos.logback:logback-classic@1.2.11 ch.qos.logback:logback-core@1.2.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.7.

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') via the logback receiver component. An attacker can mount a denial-of-service attack by sending poisoned data.

Note:

Successful exploitation requires the logback-receiver component being enabled and also reachable by the attacker.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.2.13, 1.3.14, 1.4.14 or higher.

References

high severity

Open Redirect

  • Vulnerable module: org.springframework:spring-web
  • Introduced through: org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework:spring-web@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.9.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework:spring-web@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.9.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework:spring-webflux@5.3.20 org.springframework:spring-web@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.9.

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 Open Redirect when UriComponentsBuilder parses an externally provided URL, and the application subsequently uses that URL. If it contains hierarchical components such as path, query, and fragment it may evade validation.

Remediation

Upgrade org.springframework:spring-web to version 5.3.32, 6.0.17, 6.1.4 or higher.

References

high severity

Open Redirect

  • Vulnerable module: org.springframework:spring-web
  • Introduced through: org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework:spring-web@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.10.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework:spring-web@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.10.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework:spring-webflux@5.3.20 org.springframework:spring-web@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.10.

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 Open Redirect when using UriComponentsBuilder to parse an externally provided URL and perform validation checks on the host of the parsed URL.

Note: This is the same as CVE-2024-22243, but with different input.

Remediation

Upgrade org.springframework:spring-web to version 5.3.33, 6.0.18, 6.1.5 or higher.

References

medium severity

Arbitrary Code Execution

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter-cache@2.7.0 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.0.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.2.0.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.2.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Arbitrary Code Execution in the Constructor class, which does not restrict which types can be deserialized. This vulnerability is exploitable by an attacker who provides a malicious YAML file for deserialization, which circumvents the SafeConstructor class.

The maintainers of the library contend that the application's trust would already have had to be compromised or established and therefore dispute the risk associated with this issue on the basis that there is a high bar for exploitation.

Remediation

Upgrade org.yaml:snakeyaml to version 2.0 or higher.

References

medium severity

Improper Access Control

  • Vulnerable module: com.hazelcast:hazelcast
  • Introduced through: com.hazelcast:hazelcast@5.1.1 and com.hazelcast:hazelcast-spring@5.1.1

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b com.hazelcast:hazelcast@5.1.1
    Remediation: Upgrade to com.hazelcast:hazelcast@5.2.5.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b com.hazelcast:hazelcast-spring@5.1.1 com.hazelcast:hazelcast@5.1.1
    Remediation: Upgrade to com.hazelcast:hazelcast-spring@5.2.5.

Overview

com.hazelcast:hazelcast is a clustering and highly scalable data distribution platform.

Affected versions of this package are vulnerable to Improper Access Control due to inadequate permission checking, within the SQL mapping for the CSV File Source connector. This could enable unauthorized clients to access data from files stored on a member's filesystem.

Workaround

This vulnerability can be avoided by disabling the Hazelcast Jet processing engine in Hazelcast member configuration - which will result in SQL and Jet jobs not working.

Remediation

Upgrade com.hazelcast:hazelcast to version 5.2.5, 5.3.5 or higher.

References

medium severity

Insufficiently Protected Credentials

  • Vulnerable module: com.hazelcast:hazelcast
  • Introduced through: com.hazelcast:hazelcast@5.1.1 and com.hazelcast:hazelcast-spring@5.1.1

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b com.hazelcast:hazelcast@5.1.1
    Remediation: Upgrade to com.hazelcast:hazelcast@5.1.6.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b com.hazelcast:hazelcast-spring@5.1.1 com.hazelcast:hazelcast@5.1.1
    Remediation: Upgrade to com.hazelcast:hazelcast-spring@5.1.6.

Overview

com.hazelcast:hazelcast is a clustering and highly scalable data distribution platform.

Affected versions of this package are vulnerable to Insufficiently Protected Credentials via the ConfigXmlGenerator component due to improper password masking in the member configurations. Exploiting this vulnerability allows Hazelcast Management Center users to view members' secrets.

Remediation

Upgrade com.hazelcast:hazelcast to version 5.1.6, 5.3.0 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: io.netty:netty-handler
  • Introduced through: org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19 io.netty:netty-codec-http@4.1.77.Final io.netty:netty-handler@4.1.77.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.14.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19 io.netty:netty-codec-http2@4.1.77.Final io.netty:netty-handler@4.1.77.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.14.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19 io.netty:netty-resolver-dns@4.1.77.Final io.netty:netty-handler@4.1.77.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.14.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19 io.projectreactor.netty:reactor-netty-core@1.0.19 io.netty:netty-handler@4.1.77.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.14.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19 io.netty:netty-codec-http2@4.1.77.Final io.netty:netty-codec-http@4.1.77.Final io.netty:netty-handler@4.1.77.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.14.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19 io.projectreactor.netty:reactor-netty-core@1.0.19 io.netty:netty-resolver-dns@4.1.77.Final io.netty:netty-handler@4.1.77.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.14.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19 io.projectreactor.netty:reactor-netty-core@1.0.19 io.netty:netty-handler-proxy@4.1.77.Final io.netty:netty-codec-http@4.1.77.Final io.netty:netty-handler@4.1.77.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.14.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19 io.netty:netty-resolver-dns-native-macos@4.1.77.Final io.netty:netty-resolver-dns-classes-macos@4.1.77.Final io.netty:netty-resolver-dns@4.1.77.Final io.netty:netty-handler@4.1.77.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.14.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19 io.projectreactor.netty:reactor-netty-core@1.0.19 io.netty:netty-resolver-dns-native-macos@4.1.77.Final io.netty:netty-resolver-dns-classes-macos@4.1.77.Final io.netty:netty-resolver-dns@4.1.77.Final io.netty:netty-handler@4.1.77.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.14.

Overview

io.netty:netty-handler is a library that provides an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.

Affected versions of this package are vulnerable to Denial of Service (DoS) such that if the user has no idle timeout handler configured it might be possible for a remote peer to send a client hello packet which leads the server to buffer up to 16MB of data per connection.

The SniHandler class is a handler that waits for the TLS handshake to configure a SslHandler according to the indicated server name by the ClientHello record. For this matter it allocates a ByteBuf using the value defined in the ClientHello record.

Note:

An attacker can craft a packet that makes the SslClientHelloHandler to:

  1. Allocate a 16MB ByteBuf.

  2. Not fail decode method in buffer.

  3. Get out of the loop without an exception.

The combination of this without the use of a timeout makes it easy to connect to a TCP server and allocate 16MB of heap memory per connection.

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 io.netty:netty-handler to version 4.1.94.Final or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.springframework:spring-expression
  • Introduced through: org.springframework.boot:spring-boot-starter-cache@2.7.0 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework:spring-context-support@5.3.20 org.springframework:spring-context@5.3.20 org.springframework:spring-expression@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.11.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot@2.7.0 org.springframework:spring-context@5.3.20 org.springframework:spring-expression@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.11.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot@2.7.0 org.springframework:spring-context@5.3.20 org.springframework:spring-expression@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.11.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-autoconfigure@2.7.0 org.springframework.boot:spring-boot@2.7.0 org.springframework:spring-context@5.3.20 org.springframework:spring-expression@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.11.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-autoconfigure@2.7.0 org.springframework.boot:spring-boot@2.7.0 org.springframework:spring-context@5.3.20 org.springframework:spring-expression@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.11.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot@2.7.0 org.springframework:spring-context@5.3.20 org.springframework:spring-expression@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.11.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-autoconfigure@2.7.0 org.springframework.boot:spring-boot@2.7.0 org.springframework:spring-context@5.3.20 org.springframework:spring-expression@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@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

Denial of Service (DoS)

  • Vulnerable module: com.fasterxml.jackson.core:jackson-databind
  • Introduced through: com.fasterxml.jackson.core:jackson-databind@2.13.3 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b com.fasterxml.jackson.core:jackson-databind@2.13.3
    Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.13.4.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 com.fasterxml.jackson.core:jackson-databind@2.13.3
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.4.

Overview

com.fasterxml.jackson.core:jackson-databind is a library which contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor.

Affected versions of this package are vulnerable to Denial of Service (DoS) in the _deserializeFromArray() function in BeanDeserializer, due to resource exhaustion when processing a deeply nested array.

NOTE: For this vulnerability to be exploitable the non-default DeserializationFeature must be enabled.

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-databind to version 2.12.7.1, 2.13.4 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: com.fasterxml.jackson.core:jackson-databind
  • Introduced through: com.fasterxml.jackson.core:jackson-databind@2.13.3 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b com.fasterxml.jackson.core:jackson-databind@2.13.3
    Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.13.4.1.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 com.fasterxml.jackson.core:jackson-databind@2.13.3
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.5.

Overview

com.fasterxml.jackson.core:jackson-databind is a library which contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor.

Affected versions of this package are vulnerable to Denial of Service (DoS) in the _deserializeWrappedValue() function in StdDeserializer.java, due to resource exhaustion when processing deeply nested arrays.

NOTE: This vulnerability is only exploitable when the non-default UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled.

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-databind to version 2.12.7.1, 2.13.4.1 or higher.

References

medium severity

Open Redirect

  • Vulnerable module: org.springframework:spring-web
  • Introduced through: org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework:spring-web@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.11.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework:spring-web@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.11.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework:spring-webflux@5.3.20 org.springframework:spring-web@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.11.

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 Open Redirect when UriComponentsBuilder is used to parse an externally provided URL and perform validation checks on the host of the parsed URL.

Note: This is the same as CVE-2024-22259 and CVE-2024-22243, but with different input.

Remediation

Upgrade org.springframework:spring-web to version 5.3.34, 6.0.19, 6.1.6 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: io.netty:netty-codec-http
  • Introduced through: org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19 io.netty:netty-codec-http@4.1.77.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.11.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19 io.netty:netty-codec-http2@4.1.77.Final io.netty:netty-codec-http@4.1.77.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.11.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19 io.projectreactor.netty:reactor-netty-core@1.0.19 io.netty:netty-handler-proxy@4.1.77.Final io.netty:netty-codec-http@4.1.77.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.1.11.

Overview

io.netty:netty-codec-http is a network application framework for rapid development of maintainable high performance protocol servers & clients.

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling due to the accumulation of data in the HttpPostRequestDecoder. The decoder cumulates bytes in the undecodedChunk buffer until it can decode a field, allowing for data to accumulate without limits.

An attacker can cause a denial of service by sending a chunked post consisting of many small fields that will be accumulated in the bodyListHttpData list.

Remediation

Upgrade io.netty:netty-codec-http to version 4.1.108.Final or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: io.projectreactor.netty:reactor-netty-core
  • Introduced through: org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19 io.projectreactor.netty:reactor-netty-core@1.0.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.18.

Overview

Affected versions of this package are vulnerable to Denial of Service (DoS) via malicious HTTP requests, if the built-in Micrometer integration is enabled.

Workaround

This vulnerability can be avoided by disabling the Micrometer integration.

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 io.projectreactor.netty:reactor-netty-core to version 1.0.39, 1.1.13 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.springframework:spring-expression
  • Introduced through: org.springframework.boot:spring-boot-starter-cache@2.7.0 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework:spring-context-support@5.3.20 org.springframework:spring-context@5.3.20 org.springframework:spring-expression@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.10.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot@2.7.0 org.springframework:spring-context@5.3.20 org.springframework:spring-expression@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.10.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot@2.7.0 org.springframework:spring-context@5.3.20 org.springframework:spring-expression@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.10.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-autoconfigure@2.7.0 org.springframework.boot:spring-boot@2.7.0 org.springframework:spring-context@5.3.20 org.springframework:spring-expression@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.10.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-autoconfigure@2.7.0 org.springframework.boot:spring-boot@2.7.0 org.springframework:spring-context@5.3.20 org.springframework:spring-expression@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.10.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot@2.7.0 org.springframework:spring-context@5.3.20 org.springframework:spring-expression@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.10.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.springframework.boot:spring-boot-autoconfigure@2.7.0 org.springframework.boot:spring-boot@2.7.0 org.springframework:spring-context@5.3.20 org.springframework:spring-expression@5.3.20
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@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

Stack-based Buffer Overflow

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter-cache@2.7.0 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.0.0.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.0.0.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.0.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Stack-based Buffer Overflow when parsing crafted untrusted YAML files, which can lead to a denial-of-service.

Remediation

Upgrade org.yaml:snakeyaml to version 1.31 or higher.

References

low severity

Information Exposure

  • Vulnerable module: io.projectreactor.netty:reactor-netty-http
  • Introduced through: org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-reactor-netty@2.7.0 io.projectreactor.netty:reactor-netty-http@1.0.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@2.7.5.

Overview

Affected versions of this package are vulnerable to Information Exposure due to logging request headers in some cases of invalid HTTP requests. The logged headers may reveal valid access tokens to those with access to server logs.

Note:

This vulnerability affects only invalid HTTP requests where logging at WARN level is enabled.

Remediation

Upgrade io.projectreactor.netty:reactor-netty-http to version 1.0.24 or higher.

References

low severity

Stack-based Buffer Overflow

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter-cache@2.7.0 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.0.0.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.0.0.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.0.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Stack-based Buffer Overflow when parsing crafted untrusted YAML files, which can lead to a denial-of-service.

Remediation

Upgrade org.yaml:snakeyaml to version 1.32 or higher.

References

low severity

Stack-based Buffer Overflow

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter-cache@2.7.0 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.0.0.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.0.0.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.0.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Stack-based Buffer Overflow in org.yaml.snakeyaml.constructor.BaseConstructor.constructObject when parsing crafted untrusted YAML files, which can lead to a denial-of-service.

Remediation

Upgrade org.yaml:snakeyaml to version 1.31 or higher.

References

low severity

Stack-based Buffer Overflow

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter-cache@2.7.0 and org.springframework.boot:spring-boot-starter-webflux@2.7.0

Detailed paths

  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-cache@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.0.0.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.0.0.
  • Introduced through: ozkanpakdil/CommandRunner@ozkanpakdil/CommandRunner#113b8392d8518c60e9a1ccb7d3b96a453135411b org.springframework.boot:spring-boot-starter-webflux@2.7.0 org.springframework.boot:spring-boot-starter-json@2.7.0 org.springframework.boot:spring-boot-starter@2.7.0 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webflux@3.0.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Stack-based Buffer Overflow when supplied with untrusted input, due to improper limitation for incoming data.

Remediation

Upgrade org.yaml:snakeyaml to version 1.32 or higher.

References