Vulnerabilities

92 via 2284 paths

Dependencies

365

Source

GitHub

Commit

3e5cc738

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 92
  • 4
Severity
  • 4
  • 39
  • 42
  • 11
Status
  • 96
  • 0
  • 0

critical severity

Time-of-check Time-of-use (TOCTOU) Race Condition

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Time-of-check Time-of-use (TOCTOU) Race Condition. On case insensitive file systems, when the default servlet is write-enabled, an attacker can upload a malicious file containing executable code and bypass case sensitivity checks, causing it to be treated as a JSP and executed.

This vector has been observed when the application is under load and read and upload operations are performed on the same file simultaneously.

Note:

The default readonly initialization parameter value of true is not vulnerable.

This is related to CVE-2024-56337 where additional configurations are defined to fully mitigate this issue as upgrading to the fixed version doesn't fully mitigate this vulnerability;

In addition to upgrading to the fixed version, users are advised to apply the following mitigations, depending on which version of Java they are using with Tomcat :

  1. running on Java 8 or Java 11: the system property sun.io.useCanonCaches must be explicitly set to false (it defaults to true)

  2. running on Java 17: the system property sun.io.useCanonCaches, if set, must be set to false (it defaults to false)

  3. running on Java 21 onwards: no further configuration is required (the system property and the problematic cache have been removed)

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.98, 10.1.34, 11.0.2 or higher.

References

critical severity

Time-of-check Time-of-use (TOCTOU) Race Condition

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Time-of-check Time-of-use (TOCTOU) Race Condition due to imcomplete mitigation advice associated with CVE-2024-50379 in the file-handling process with servlet write enabled.

In addition to upgrading to the fixed version, users are advised to apply the following mitigations, depending on which version of Java they are using with Tomcat :

  1. running on Java 8 or Java 11: the system property sun.io.useCanonCaches must be explicitly set to false (it defaults to true)

  2. running on Java 17: the system property sun.io.useCanonCaches, if set, must be set to false (it defaults to false)

  3. running on Java 21 onwards: no further configuration is required (the system property and the problematic cache have been removed)

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.98, 10.1.34, 11.0.2 or higher.

References

critical severity

Uncaught Exception

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Uncaught Exception due to the custom Jakarta Authentication ServerAuthContext component which may throw an exception during the authentication process without setting an HTTP status to indicate failure. An attacker can gain unauthorized access by exploiting this unchecked error condition.

Note:

This is only exploitable if Tomcat is configured to use a custom Jakarta Authentication ServerAuthContext component that behaves in this way. According to the maintainers, no such cases are known.

PoC

import requests

# Target server configuration
TARGET_URL = "http://example.com/login"  # Replace with your target's authentication URL
TEST_HEADERS = {
    "Content-Type": "application/json"
}
TEST_PAYLOAD = {
    "username": "test_user",  # Sample username
    "password": "invalid_password"  # Invalid password for testing
}

def check_cve_2024_52316(target_url):
    """
    Test for CVE-2024-52316 vulnerability by sending crafted authentication requests.

    Args:
        target_url (str): The URL of the authentication endpoint to test.
    """
    try:
        print(f"[*] Sending test request to {target_url}")
        # Send a POST request with the test payload
        response = requests.post(target_url, json=TEST_PAYLOAD, headers=TEST_HEADERS, timeout=5)
        
        # Analyze the server's response
        if response.status_code in [401, 403]:
            print(f"[SAFE] The server returned an expected HTTP status code: {response.status_code}")
        elif response.status_code == 200:
            print(f"[VULNERABLE] Potential CVE-2024-52316 detected! Server returned status code: {response.status_code}")
        else:
            print(f"[INFO] Unexpected HTTP status code: {response.status_code}")
            print("Response content:", response.text)
    except requests.exceptions.RequestException as e:
        print(f"[ERROR] Failed to connect to the target: {e}")

if __name__ == "__main__":
    print("[START] CVE-2024-52316 Detection Script")
    check_cve_2024_52316(TARGET_URL)

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.96, 10.1.31, 11.0.0 or higher.

References

critical severity

Missing Authorization

  • Vulnerable module: org.springframework.security:spring-security-web
  • Introduced through: org.springframework.boot:spring-boot-starter-security@2.7.18 and org.springframework.security:spring-security-test@7.0.0-RC1

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11

Overview

org.springframework.security:spring-security-web is a package within Spring Security that provides security services for the Spring IO Platform.

Affected versions of this package are vulnerable to Missing Authorization allowing Spring Security authorization rules to be bypassed for static resources.

Note:

Non-Static Resources Are Not Affected by this vulnerability. This is because handlers for these routes use predicates to validate the requests even if all security filters are bypassed.

Spring Security states that for this to impact an application, all of the following conditions must be met:

  1. It must be a WebFlux application.

  2. It must be using Spring's static resources support.

  3. It must have a non-permitAll authorization rule applied to the static resources support.

Remediation

Upgrade org.springframework.security:spring-security-web to version 5.7.13, 5.8.15, 6.2.7, 6.3.4 or higher.

References

high severity

Race Condition

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Race Condition on connection close when using the APR/Native connector. An attacker could trigger a JVM crash by rapidly opening and closing HTTP/2 connections. The likelihood of hitting the race condition increases if the connections are closed from the client side.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.107 or higher.

References

high severity

Uncontrolled Recursion

  • Vulnerable module: commons-lang:commons-lang
  • Introduced through: org.codehaus.groovy.modules.http-builder:http-builder@0.7.1

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.codehaus.groovy.modules.http-builder:http-builder@0.7.1 net.sf.json-lib:json-lib@2.3 commons-lang:commons-lang@2.4
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.codehaus.groovy.modules.http-builder:http-builder@0.7.1 net.sf.json-lib:json-lib@2.3 net.sf.ezmorph:ezmorph@1.0.6 commons-lang:commons-lang@2.4

Overview

Affected versions of this package are vulnerable to Uncontrolled Recursion via the ClassUtils.getClass function. An attacker can cause the application to terminate unexpectedly by providing excessively long input values.

Remediation

There is no fixed version for commons-lang:commons-lang.

References

high severity

Uncontrolled Recursion

  • Vulnerable module: org.apache.commons:commons-lang3
  • Introduced through: org.apache.commons:commons-lang3@3.17.0, io.minio:minio@8.5.12 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.apache.commons:commons-lang3@3.17.0
    Remediation: Upgrade to org.apache.commons:commons-lang3@3.18.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 io.minio:minio@8.5.12 org.apache.commons:commons-compress@1.26.0 org.apache.commons:commons-lang3@3.17.0
    Remediation: Upgrade to io.minio:minio@8.6.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.apache.commons:commons-lang3@3.17.0
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 org.apache.commons:commons-lang3@3.17.0
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.drools:drools-decisiontables@10.1.0 org.apache.poi:poi-ooxml@5.4.1 org.apache.commons:commons-compress@1.26.0 org.apache.commons:commons-lang3@3.17.0
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 org.apache.commons:commons-lang3@3.17.0

Overview

Affected versions of this package are vulnerable to Uncontrolled Recursion via the ClassUtils.getClass function. An attacker can cause the application to terminate unexpectedly by providing excessively long input values.

Remediation

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

References

high severity

Stack-based Buffer Overflow

  • Vulnerable module: com.google.protobuf:protobuf-java
  • Introduced through: com.google.protobuf:protobuf-java@3.19.6 and org.kie:kie-spring@7.70.0.Final

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 com.google.protobuf:protobuf-java@3.19.6
    Remediation: Upgrade to com.google.protobuf:protobuf-java@3.25.5.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final com.google.protobuf:protobuf-java@3.19.6
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.drools:drools-serialization-protobuf@10.1.0 com.google.protobuf:protobuf-java@3.19.6

Overview

com.google.protobuf:protobuf-java is a Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.

Affected versions of this package are vulnerable to Stack-based Buffer Overflow via the parsing of nested groups or series of SGROUP tags as unknown fields with DiscardUnknownFieldsParser or Java Protobuf Lite parser, or against Protobuf map fields. An attacker can cause infinite recursion by sending malicious Protocol Buffer data.

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.google.protobuf:protobuf-java to version 3.25.5, 4.27.5, 4.28.2 or higher.

References

high severity

Deserialization of Untrusted Data

  • Vulnerable module: com.thoughtworks.xstream:xstream
  • Introduced through: org.kie:kie-spring@7.70.0.Final

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final com.thoughtworks.xstream:xstream@1.4.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.kie:kie-dmn-backend@10.1.0 com.thoughtworks.xstream:xstream@1.4.19

Overview

com.thoughtworks.xstream:xstream is a simple library to serialize objects to XML and back again.

Affected versions of this package are vulnerable to Deserialization of Untrusted Data due to a manipulated binary input stream. An attacker can terminate the application with a stack overflow error resulting in a denial of service by manipulating the processed input stream when configured to use the BinaryStreamDriver.

Workaround

This vulnerability can be mitigated by catching the StackOverflowError in the client code calling XStream.

PoC

Prepare the manipulated data and provide it as input for a XStream instance using the BinaryDriver:

final byte[] byteArray = new byte[36000];
for (int i = 0; i < byteArray.length / 4; i++) {
      byteArray[i * 4] = 10;
      byteArray[i * 4 + 1] = -127;
      byteArray[i * 4 + 2] = 0;
      byteArray[i * 4 + 3] = 0;
}

XStream xstream = new XStream(new BinaryStreamDriver());
xstream.fromXML(new ByteArrayInputStream(byteArray));

As soon as the data gets unmarshalled, the endless recursion is entered and the executing thread is aborted with a stack overflow error.

Details

Serialization is a process of converting an object into a sequence of bytes which can be persisted to a disk or database or can be sent through streams. The reverse process of creating object from sequence of bytes is called deserialization. Serialization is commonly used for communication (sharing objects between multiple hosts) and persistence (store the object state in a file or a database). It is an integral part of popular protocols like Remote Method Invocation (RMI), Java Management Extension (JMX), Java Messaging System (JMS), Action Message Format (AMF), Java Server Faces (JSF) ViewState, etc.

Deserialization of untrusted data (CWE-502) is when the application deserializes untrusted data without sufficiently verifying that the resulting data will be valid, thus allowing the attacker to control the state or the flow of the execution.

Remediation

Upgrade com.thoughtworks.xstream:xstream to version 1.4.21 or higher.

References

high severity

Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')

  • Vulnerable module: commons-beanutils:commons-beanutils
  • Introduced through: org.codehaus.groovy.modules.http-builder:http-builder@0.7.1

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.codehaus.groovy.modules.http-builder:http-builder@0.7.1 net.sf.json-lib:json-lib@2.3 commons-beanutils:commons-beanutils@1.9.4

Overview

commons-beanutils:commons-beanutils is a provides an easy-to-use but flexible wrapper around reflection and introspection.

Affected versions of this package are vulnerable to Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') via the getProperty and getNestedProperty methods of the PropertyUtilsBean class. An attacker can execute arbitrary code by accessing the declaredClass property of Java enum objects, which allows access to the ClassLoader.

Note:

The BeanIntrospector class that can mitigate this vulnerability was added in version 1.9.2 but its usage was not enabled by default.

Remediation

Upgrade commons-beanutils:commons-beanutils to version 1.11.0 or higher.

References

high severity
new

XML Injection

  • Vulnerable module: io.minio:minio
  • Introduced through: io.minio:minio@8.5.12

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 io.minio:minio@8.5.12
    Remediation: Upgrade to io.minio:minio@8.6.0.

Overview

Affected versions of this package are vulnerable to XML Injection when processing XML data with tags containing references to system properties or environment variables. An attacker can access sensitive information, such as credentials, file paths, or system configuration details, by submitting malicious input including such references.

Remediation

Upgrade io.minio:minio to version 8.6.0 or higher.

References

high severity

Uncontrolled Resource Consumption ('Resource Exhaustion')

  • Vulnerable module: net.sf.json-lib:json-lib
  • Introduced through: org.codehaus.groovy.modules.http-builder:http-builder@0.7.1

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.codehaus.groovy.modules.http-builder:http-builder@0.7.1 net.sf.json-lib:json-lib@2.3

Overview

Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') due to the mishandling of unbalanced comment strings in JSONTokener.java. An attacker can execute arbitrary code or cause a denial of service by injecting malformed input that exploits this flaw.

Remediation

There is no fixed version for net.sf.json-lib:json-lib.

References

high severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.13.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling due to the uniform handling of request parameters and parts in multipart requests. An attacker can craft a malicious request with a large number of parts, which can lead to a Denial of Service.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.106, 10.1.42, 11.0.8 or higher.

References

high severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.8.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via HTTP/2 multiplexing feature. an attacker can trigger resource exhaustion by creating excessive HTTP/2 streams within a single TCP connection.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.107, 10.1.43, 11.0.9 or higher.

References

high severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.7.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the unwrap() function in SecureNio2Channel class, during a TLS handshake. Under certain configurations using TLS 1.3, an attacker can trigger an OutOfMemoryError.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.90, 10.1.25, 11.0.0-M21 or higher.

References

high severity

Improper Cleanup on Thrown Exception

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Improper Cleanup on Thrown Exception when handling failed HTTP/2 requests with certain invalid HTTP priority headers. An attacker can trigger an OutOfMemoryException by sending a large number of malicious requests.

Note: The project maintainers note that version 9.0.103 also fixes the vulnerability but was never officially released.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.104, 10.1.40, 11.0.6 or higher.

References

high severity

Improper Resource Shutdown or Release

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Improper Resource Shutdown or Release via the HTTP/2 Handler. An attacker can cause a denial of service by sending specially crafted requests that exploit improper handling of resource shutdown.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.108, 10.1.44, 11.0.10 or higher.

References

high severity

Insufficient Session Expiration

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.7.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Insufficient Session Expiration due to an infinite timeout being assigned to an open connection improperly, in http2/Stream.java. An attacker can force this situation by sending an HTTP/2 stream with excessive headers, causing an out-of-memory error or exhausting maxConnections.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.90, 10.1.25, 11.0.0-M21 or higher.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.8.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Integer Overflow or Wraparound via file uploads through servlet containers. An attacker can craft malicious multipart/form-data requests with specially crafted Content-Length headers that trigger integer overflow vulnerabilities, potentially bypassing file size restrictions and causing memory exhaustion.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.107, 10.1.43, 11.0.9 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: org.eclipse.parsson:parsson
  • Introduced through: org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 co.elastic.clients:elasticsearch-java@7.17.15 org.eclipse.parsson:parsson@1.0.0
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.3.0.

Overview

Affected versions of this package are vulnerable to Out-of-bounds Write due to the handling of deeply nested JSON input. An attacker can cause Java stack overflow exception and denial of service.

PoC

import jakarta.json.Json;
import jakarta.json.stream.JsonParser;

import java.io.StringReader;

public class Main {
    public static void main(String[] args) {
        try {
            String json = createDeepNestedDoc(50000);
            try (JsonParser parser = Json.createParser(new StringReader(json))) {
                while (parser.hasNext()) {
                    JsonParser.Event ev = parser.next();
                    if (ev.name().equals("START_ARRAY")) {
                        parser.getArray();
                    }
                }
            }
        } catch (Throwable t) {
            t.printStackTrace();
        }
    }

    private static String createDeepNestedDoc(final int depth) {
        StringBuilder sb = new StringBuilder();
        sb.append("[");
        for (int i = 0; i < depth; i++) {
            sb.append("{ \"a\": [");
        }
        sb.append(" \"val\" ");
        for (int i = 0; i < depth; i++) {
            sb.append("]}");
        }
        sb.append("]");
        return sb.toString();
    }
}

Remediation

Upgrade org.eclipse.parsson:parsson to version 1.0.4, 1.1.3 or higher.

References

high severity

Incorrect Authorization

  • Vulnerable module: org.springframework:spring-core
  • Introduced through: org.kie:kie-spring@7.70.0.Final, org.springframework.ldap:spring-ldap-core@2.4.1 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@3.3.4.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-ldap@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@3.3.4.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@3.3.4.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework:spring-test@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@3.3.4.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework.batch:spring-batch-infrastructure@4.3.10 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework:spring-jdbc@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-oxm@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-oxm@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework:spring-jdbc@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-oxm@7.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-oxm@7.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework:spring-jdbc@5.3.31 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework:spring-jdbc@5.3.31 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.10.

Overview

org.springframework:spring-core is a core package within the spring-framework that contains multiple classes and utilities.

Affected versions of this package are vulnerable to Incorrect Authorization via the AnnotationsScanner and AnnotatedMethod class. An attacker can gain unauthorized access to sensitive information by exploiting improper resolution of annotations on methods within type hierarchies that use parameterized supertypes with unbounded generics.

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

Remediation

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

References

high severity

Path Traversal

  • Vulnerable module: org.springframework:spring-webmvc
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springdoc:springdoc-openapi-ui@1.6.9 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.

Overview

org.springframework:spring-webmvc is a package that provides Model-View-Controller (MVC) architecture and ready components that can be used to develop flexible and loosely coupled web applications.

Affected versions of this package are vulnerable to Path Traversal via the WebMvc.fn and WebFlux.fn frameworks. An attacker can access any file on the file system that is also accessible to the process in which the Spring application is running by crafting malicious HTTP requests.

Note:

This is only exploitable if the web application uses RouterFunctions to serve static resources and resource handling is explicitly configured with a FileSystemResource location.

Workaround

This vulnerability can be mitigated by using the Spring Security HTTP Firewall or running the application on Tomcat or Jetty.

Remediation

Upgrade org.springframework:spring-webmvc to version 6.1.13 or higher.

References

high severity

Path Traversal

  • Vulnerable module: org.springframework:spring-webmvc
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springdoc:springdoc-openapi-ui@1.6.9 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.

Overview

org.springframework:spring-webmvc is a package that provides Model-View-Controller (MVC) architecture and ready components that can be used to develop flexible and loosely coupled web applications.

Affected versions of this package are vulnerable to Path Traversal through the functional web frameworks WebMvc.fn or WebFlux.fn. An attacker can craft malicious HTTP requests and obtain any file on the file system that is also accessible.

Note: This is similar to CVE-2024-38816, but with different input.

Remediation

Upgrade org.springframework:spring-webmvc to version 6.1.14 or higher.

References

high severity

Relative Path Traversal

  • Vulnerable module: org.springframework:spring-beans
  • Introduced through: org.kie:kie-spring@7.70.0.Final, org.springframework.ldap:spring-ldap-core@2.4.1 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@3.3.4.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-ldap@7.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@3.3.4.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework:spring-jdbc@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-oxm@7.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-oxm@7.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework:spring-jdbc@5.3.31 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.4.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@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

Path Equivalence

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.9.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Path Equivalence in the doPut() function in DefaultServlet.java, which insecurely replaces path separators with .s.

If the Default Servlet is configured with writes enabled - which it is not by default - a user can exploit Tomcat's partial PUT functionality to achieve code execution via deserialization. The target URL containing sensitive uploaded files must be a sub-directory of a target URL for public uploads, and the malicious user must know the names of the target sensitive files, which are also uploaded using a partial PUT. If both attacker and target application are using the default storage location and it contains a library that deserializes untrusted code, the attacker can trigger the execution of malicious code.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.99, 10.1.35, 11.0.3 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: com.fasterxml.jackson.dataformat:jackson-dataformat-cbor
  • Introduced through: org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 com.fasterxml.jackson.dataformat:jackson-dataformat-cbor@2.10.4
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.

Overview

Affected versions of this package are vulnerable to Denial of Service (DoS). Unchecked allocation of byte buffer can cause a java.lang.OutOfMemoryError exception.

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.dataformat:jackson-dataformat-cbor to version 2.11.4, 2.12.1 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: net.sourceforge.nekohtml:nekohtml
  • Introduced through: org.codehaus.groovy.modules.http-builder:http-builder@0.7.1

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.codehaus.groovy.modules.http-builder:http-builder@0.7.1 net.sourceforge.nekohtml:nekohtml@1.9.22

Overview

Affected versions of this package are vulnerable to Denial of Service (DoS) due to an uncaught java.lang.OutOfMemoryError exception when parsing ill-formed HTML markup.

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

A fix was pushed into the master branch but not yet published.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.9.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Denial of Service (DoS) when processing a crafted HTTP/2 request. If the request exceeded any of the configured limits for headers, the associated HTTP/2 stream was not reset until after all of the headers had been processed.

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.apache.tomcat.embed:tomcat-embed-core to version 8.5.99, 9.0.86, 10.1.19, 1.0.0-M17 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-websocket
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.9.

Overview

Affected versions of this package are vulnerable to Denial of Service (DoS) when a WebSocket client can keep a WebSocket connection open which is leading to increased resource consumption.

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.apache.tomcat.embed:tomcat-embed-websocket to version 8.5.99, 9.0.86, 10.1.19, 1.0.0-M17 or higher.

References

high severity

Improper Handling of Exceptional Conditions

  • Vulnerable module: org.elasticsearch:elasticsearch
  • Introduced through: org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.

Overview

org.elasticsearch:elasticsearch is a Distributed, RESTful Search Engine.

Affected versions of this package are vulnerable to Improper Handling of Exceptional Conditions when the script processor of an Ingest Pipeline is used with malformed scripts. A user can cause a node to crash by calling the Simulate Pipeline API.

Remediation

Upgrade org.elasticsearch:elasticsearch to version 7.17.14, 8.10.3 or higher.

References

high severity

Uncontrolled Resource Consumption ('Resource Exhaustion')

  • Vulnerable module: org.elasticsearch:elasticsearch
  • Introduced through: org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.

Overview

org.elasticsearch:elasticsearch is a Distributed, RESTful Search Engine.

Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') when handling incoming requests on the HTTP layer. An attacker can force a node to exit with an OutOfMemory error by sending a moderate number of malformed HTTP requests.

Remediation

Upgrade org.elasticsearch:elasticsearch to version 7.17.13, 8.9.0 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.6.12.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.6.12.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.

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-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.6.12.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.6.12.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.

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: xerces:xercesImpl
  • Introduced through: org.codehaus.groovy.modules.http-builder:http-builder@0.7.1

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.codehaus.groovy.modules.http-builder:http-builder@0.7.1 net.sourceforge.nekohtml:nekohtml@1.9.22 xerces:xercesImpl@2.11.0

Overview

xerces:xercesImpl is a that is used for high performance, fully compliant XML parsers in the Apache Xerces family.

Affected versions of this package are vulnerable to Denial of Service (DoS) via the XML parser when handling specially crafted XML document payloads. When the parser tries to parse such a document it gets stuck in an infinite loop for a long time, which consumes 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 xerces:xercesImpl to version 2.12.2 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: xerces:xercesImpl
  • Introduced through: org.codehaus.groovy.modules.http-builder:http-builder@0.7.1

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.codehaus.groovy.modules.http-builder:http-builder@0.7.1 net.sourceforge.nekohtml:nekohtml@1.9.22 xerces:xercesImpl@2.11.0

Overview

xerces:xercesImpl is a that is used for high performance, fully compliant XML parsers in the Apache Xerces family.

Affected versions of this package are vulnerable to Denial of Service (DoS). Apache Xerces2 Java allows remote attackers to cause a denial of service (CPU consumption) via a crafted message to an XML service, which triggers hash table collisions.

Remediation

Upgrade xerces:xercesImpl to version 2.12.0 or higher.

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

References

high severity

Denial of Service (DoS)

  • Vulnerable module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@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-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@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-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@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-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@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

Denial of Service (DoS)

  • Vulnerable module: org.elasticsearch:elasticsearch
  • Introduced through: org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.

Overview

org.elasticsearch:elasticsearch is a Distributed, RESTful Search Engine.

Affected versions of this package are vulnerable to Denial of Service (DoS) via specifically crafted search templates with Mustache functions. An attacker can cause the Elasticsearch node to crash by sending malicious search templates.

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.elasticsearch:elasticsearch to version 7.17.25, 8.16.0 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: org.elasticsearch.plugin:lang-mustache-client
  • Introduced through: org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch.plugin:lang-mustache-client@7.17.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.

Overview

Affected versions of this package are vulnerable to Denial of Service (DoS) via specifically crafted search templates with Mustache functions. An attacker can cause the Elasticsearch node to crash by sending malicious search templates.

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.elasticsearch.plugin:lang-mustache-client to version 7.17.25 or higher.

References

high severity

Open Redirect

  • Vulnerable module: org.springframework:spring-web
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springdoc:springdoc-openapi-hateoas@1.6.9 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@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 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-web@2.7.18, org.springdoc:springdoc-openapi-hateoas@1.6.9 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.1.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@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

Uncontrolled Resource Consumption ('Resource Exhaustion')

  • Vulnerable module: commons-io:commons-io
  • Introduced through: commons-io:commons-io@2.7, io.minio:minio@8.5.12 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 commons-io:commons-io@2.7
    Remediation: Upgrade to commons-io:commons-io@2.14.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 io.minio:minio@8.5.12 org.apache.commons:commons-compress@1.26.0 commons-io:commons-io@2.7
    Remediation: Upgrade to io.minio:minio@8.5.12.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.apache.xmlgraphics:batik-all@1.17 org.apache.xmlgraphics:xmlgraphics-commons@2.9 commons-io:commons-io@2.7
    Remediation: Upgrade to org.apache.xmlgraphics:batik-all@1.19.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.drools:drools-decisiontables@10.1.0 org.apache.poi:poi@5.4.1 commons-io:commons-io@2.7
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.drools:drools-decisiontables@10.1.0 org.apache.poi:poi-ooxml@5.4.1 commons-io:commons-io@2.7
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 commons-io:commons-io@2.7
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.6.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.drools:drools-decisiontables@10.1.0 org.apache.poi:poi-ooxml@5.4.1 org.apache.commons:commons-compress@1.26.0 commons-io:commons-io@2.7
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.drools:drools-decisiontables@10.1.0 org.apache.poi:poi-ooxml@5.4.1 org.apache.poi:poi@5.4.1 commons-io:commons-io@2.7
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 commons-io:commons-io@2.7
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.6.9.

Overview

commons-io:commons-io is a The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.

Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') through the XmlStreamReader class. An attacker can cause the application to consume excessive CPU resources by sending specially crafted XML content.

Remediation

Upgrade commons-io:commons-io to version 2.14.0 or higher.

References

medium severity

Session Fixation

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.13.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Session Fixation via the rewrite valve if enabled for a web application. An attacker can gain unauthorized access to another user's session by crafting a request that allows session fixation.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.106, 10.1.42, 11.0.8 or higher.

References

medium severity
new

Insertion of Sensitive Information into Log File

  • Vulnerable module: org.elasticsearch:elasticsearch
  • Introduced through: org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2

Overview

org.elasticsearch:elasticsearch is a Distributed, RESTful Search Engine.

Affected versions of this package are vulnerable to Insertion of Sensitive Information into Log File via the reindex request due to redacting certain fields from the body of rest requests in audit logs. An attacker can obtain sensitive information by triggering audit logs that capture confidential data during request processing.

Remediation

Upgrade org.elasticsearch:elasticsearch to version 8.18.7, 8.19.5, 9.0.8, 9.1.5 or higher.

References

medium severity

Missing Encryption of Sensitive Data

  • Vulnerable module: org.elasticsearch:elasticsearch
  • Introduced through: org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.

Overview

org.elasticsearch:elasticsearch is a Distributed, RESTful Search Engine.

Affected versions of this package are vulnerable to Missing Encryption of Sensitive Data when creating a new Certificate Signing Request via the elasticsearch-certutil tool with the csr option. The private key that is generated is stored on disk unencrypted even if the --pass parameter is passed in the command invocation.

Remediation

Upgrade org.elasticsearch:elasticsearch to version 7.17.23, 8.13.0 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: org.elasticsearch:elasticsearch-geo
  • Introduced through: org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-geo@7.17.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.

Overview

Affected versions of this package are vulnerable to Denial of Service (DoS) through the handling of Well-Known Text formatted strings with nested GeometryCollection objects. An attacker can cause a stackoverflow by sending specially crafted requests that exploit this recursion.

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.elasticsearch:elasticsearch-geo to version 7.17.24, 8.15.1 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: org.springframework:spring-web
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springdoc:springdoc-openapi-hateoas@1.6.9 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.9.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.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 Denial of Service (DoS) in the form of improper ETag prefix validation when parsing ETags from the If-Match or If-None-Match request headers. An attacker can exploit this vulnerability to cause denial of service by sending a maliciously crafted conditional HTTP request.

Workaround

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

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade org.springframework:spring-web to version 5.3.38, 6.0.23, 6.1.12 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: org.springframework:spring-webmvc
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springdoc:springdoc-openapi-ui@1.6.9 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.

Overview

org.springframework:spring-webmvc is a package that provides Model-View-Controller (MVC) architecture and ready components that can be used to develop flexible and loosely coupled web applications.

Affected versions of this package are vulnerable to Denial of Service (DoS) via MVC controller @RequestBody byte[] method parameters.

Note: This vulnerable open source versions are no longer supported and the fixed version 5.3.42 is only available for the commercial release.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade org.springframework:spring-webmvc to version 6.0.0 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: io.netty:netty-common
  • Introduced through: org.springframework.boot:spring-boot-starter-data-redis@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-transport@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-transport@4.1.82.Final io.netty:netty-buffer@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-buffer@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-transport@4.1.82.Final io.netty:netty-resolver@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-resolver@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-codec@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport-native-unix-common@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-buffer@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-codec@4.1.82.Final io.netty:netty-buffer@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport-native-unix-common@4.1.82.Final io.netty:netty-buffer@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-resolver@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-codec@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport-native-unix-common@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-codec@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-buffer@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport-native-unix-common@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-buffer@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-codec@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-resolver@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport-native-unix-common@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-resolver@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.

Overview

Affected versions of this package are vulnerable to Denial of Service (DoS) due to the extraneous reading of a Linux environment file when loaded on a Windows application. An attacker can cause the application to crash by creating a large file in C:\etc\os-release or C:\usr\lib\os-release which the application attempts to load. If the file exceeds the JVM's memory limit (1 GB by default) the application will crash when loading it into memory.

Note: This vulnerability affects only Windows environments.

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-common to version 4.1.115.Final or higher.

References

medium severity

Improper Validation of Specified Quantity in Input

  • Vulnerable module: io.netty:netty-common
  • Introduced through: org.springframework.boot:spring-boot-starter-data-redis@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-transport@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-transport@4.1.82.Final io.netty:netty-buffer@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-buffer@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-transport@4.1.82.Final io.netty:netty-resolver@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-resolver@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-codec@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport-native-unix-common@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-buffer@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-codec@4.1.82.Final io.netty:netty-buffer@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport-native-unix-common@4.1.82.Final io.netty:netty-buffer@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-resolver@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-codec@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport-native-unix-common@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-codec@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-buffer@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport-native-unix-common@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-buffer@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-codec@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-resolver@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final io.netty:netty-transport-native-unix-common@4.1.82.Final io.netty:netty-transport@4.1.82.Final io.netty:netty-resolver@4.1.82.Final io.netty:netty-common@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.5.0.

Overview

Affected versions of this package are vulnerable to Improper Validation of Specified Quantity in Input in BufferedReader.readLine(), which does not count null bytes when calculating the acceptable size of an input stream. An attacker can cause the application to crash by creating a large file in C:\etc\os-release or C:\usr\lib\os-release which the application attempts to load. If the file exceeds the JVM's memory limit (1 GB by default) the application will crash when loading it into memory.

Note: This vulnerability affects only Windows environments and is a bypass for the previously reported and fixed CVE-2024-47535.

Remediation

Upgrade io.netty:netty-common to version 4.1.118, 4.2.0.RC3 or higher.

References

medium severity

Arbitrary Code Execution

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@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 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

Denial of Service (DoS)

  • Vulnerable module: io.netty:netty-handler
  • Introduced through: org.springframework.boot:spring-boot-starter-data-redis@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 io.lettuce:lettuce-core@6.1.10.RELEASE io.netty:netty-handler@4.1.82.Final
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.0.9.

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

Stack-based Buffer Overflow

  • Vulnerable module: org.elasticsearch:elasticsearch
  • Introduced through: org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.

Overview

org.elasticsearch:elasticsearch is a Distributed, RESTful Search Engine.

Affected versions of this package are vulnerable to Stack-based Buffer Overflow via the _search API.

Remediation

Upgrade org.elasticsearch:elasticsearch to version 7.17.13, 8.9.1 or higher.

References

medium severity

Arbitrary File Write via Archive Extraction (Zip Slip)

  • Vulnerable module: org.testng:testng
  • Introduced through: org.codehaus.groovy:groovy-all@3.0.10

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.codehaus.groovy:groovy-all@3.0.10 org.codehaus.groovy:groovy-testng@3.0.10 org.testng:testng@7.5
    Remediation: Upgrade to org.codehaus.groovy:groovy-all@3.0.23.

Overview

org.testng:testng is a testing framework for the JVM.

Affected versions of this package are vulnerable to Arbitrary File Write via Archive Extraction (Zip Slip) via the testngXmlExistsInJar function.

Details

It is exploited using a specially crafted zip archive, that holds path traversal filenames. When exploited, a filename in a malicious archive is concatenated to the target extraction directory, which results in the final path ending up outside of the target folder. For instance, a zip may hold a file with a "../../file.exe" location and thus break out of the target folder. If an executable or a configuration file is overwritten with a file containing malicious code, the problem can turn into an arbitrary code execution issue quite easily.

The following is an example of a zip archive with one benign file and one malicious file. Extracting the malicous file will result in traversing out of the target folder, ending up in /root/.ssh/ overwriting the authorized_keys file:


+2018-04-15 22:04:29 ..... 19 19 good.txt

+2018-04-15 22:04:42 ..... 20 20 ../../../../../../root/.ssh/authorized_keys

Remediation

Upgrade org.testng:testng to version 7.5.1, 7.7.0 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: xerces:xercesImpl
  • Introduced through: org.codehaus.groovy.modules.http-builder:http-builder@0.7.1

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.codehaus.groovy.modules.http-builder:http-builder@0.7.1 net.sourceforge.nekohtml:nekohtml@1.9.22 xerces:xercesImpl@2.11.0

Overview

xerces:xercesImpl is a that is used for high performance, fully compliant XML parsers in the Apache Xerces family.

Affected versions of this package are vulnerable to Denial of Service (DoS) which is caused by the way the JRE processes XML files. A remote attacker could use this flaw to supply crafted XML that would lead to a denial of service.

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 xerces:xercesImpl to version 2.11.0.SP5 or higher.

References

medium severity

Authentication Bypass Using an Alternate Path or Channel

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.13.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Authentication Bypass Using an Alternate Path or Channel due to how PreResources or PostResources handle pre-resources or post-resources mounted at non-root locations. An attacker can gain unauthorized access to protected resources by crafting requests to unexpected paths that bypass intended security constraints.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.106, 10.1.42, 11.0.8 or higher.

References

medium severity

Improper Handling of Case Sensitivity

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.12.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.12.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.12.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.12.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.12.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.12.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity in the pathInfo component of a URI mapped to the CGI servlet. An attacker can bypass security constraints that apply to the pathInfo component by exploiting this vulnerability on a case insensitive file system.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.105, 10.1.41, 11.0.7 or higher.

References

medium severity

Improper Neutralization

  • Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springframework.boot:spring-boot-starter-data-rest@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-tomcat@2.7.18 org.apache.tomcat.embed:tomcat-embed-websocket@9.0.83 org.apache.tomcat.embed:tomcat-embed-core@9.0.83
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.

Overview

org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.

Affected versions of this package are vulnerable to Improper Neutralization in the RewriteValve class, which handles rewrite rules. If rewrite rules are configured to enforce security constraints, those security constraints can be bypassed in some cases by sending a malicious request involving ; or ? characters.

Note: The project maintainers note that version 9.0.103 also fixes the vulnerability but was never officially released.

Remediation

Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.104, 10.1.40, 11.0.6 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.bouncycastle:bcpkix-jdk18on
  • Introduced through: org.bouncycastle:bcmail-jdk18on@1.78.1

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.bouncycastle:bcmail-jdk18on@1.78.1 org.bouncycastle:bcpkix-jdk18on@1.78.1
    Remediation: Upgrade to org.bouncycastle:bcmail-jdk18on@1.79.

Overview

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling due to improper processing of large name constraint structures in PKIXCertPathReviewer. An attacker can cause excessive resource allocation by submitting specially crafted ASN.1 objects, potentially leading to service disruption.

Workaround

This vulnerability can be mitigated by limiting the size of ASN.1 objects that can be loaded from untrusted sources, thereby capping the maximum size of a Name Constraints structure.

Remediation

Upgrade org.bouncycastle:bcpkix-jdk18on to version 1.79 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.bouncycastle:bcprov-jdk18on
  • Introduced through: org.bouncycastle:bcprov-jdk18on@1.78.1, io.minio:minio@8.5.12 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.bouncycastle:bcprov-jdk18on@1.78.1
    Remediation: Upgrade to org.bouncycastle:bcprov-jdk18on@1.79.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 io.minio:minio@8.5.12 org.bouncycastle:bcprov-jdk18on@1.78.1
    Remediation: Upgrade to io.minio:minio@8.6.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.bouncycastle:bcmail-jdk18on@1.78.1 org.bouncycastle:bcprov-jdk18on@1.78.1
    Remediation: Upgrade to org.bouncycastle:bcmail-jdk18on@1.79.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.bouncycastle:bcmail-jdk18on@1.78.1 org.bouncycastle:bcutil-jdk18on@1.78.1 org.bouncycastle:bcprov-jdk18on@1.78.1
    Remediation: Upgrade to org.bouncycastle:bcmail-jdk18on@1.79.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.bouncycastle:bcmail-jdk18on@1.78.1 org.bouncycastle:bcpkix-jdk18on@1.78.1 org.bouncycastle:bcprov-jdk18on@1.78.1
    Remediation: Upgrade to org.bouncycastle:bcmail-jdk18on@1.79.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.bouncycastle:bcmail-jdk18on@1.78.1 org.bouncycastle:bcpkix-jdk18on@1.78.1 org.bouncycastle:bcutil-jdk18on@1.78.1 org.bouncycastle:bcprov-jdk18on@1.78.1
    Remediation: Upgrade to org.bouncycastle:bcmail-jdk18on@1.79.

Overview

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling due to improper processing of large name constraint structures in PKIXCertPathReviewer. An attacker can cause excessive resource allocation by submitting specially crafted ASN.1 objects, potentially leading to service disruption.

Workaround

This vulnerability can be mitigated by limiting the size of ASN.1 objects that can be loaded from untrusted sources, thereby capping the maximum size of a Name Constraints structure.

Remediation

Upgrade org.bouncycastle:bcprov-jdk18on to version 1.79 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: org.springframework.ldap:spring-ldap-core
  • Introduced through: org.springframework.ldap:spring-ldap-core@2.4.1, org.springframework.data:spring-data-ldap@4.0.0-RC1 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.ldap:spring-ldap-core@2.4.1
    Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@2.4.4.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.ldap:spring-ldap-core@2.4.1
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-ldap@7.0.0-RC1 org.springframework.ldap:spring-ldap-core@2.4.1

Overview

org.springframework.ldap:spring-ldap-core is a maven plugin for LDAP for Sping.

Affected versions of this package are vulnerable to Information Exposure due to the usage of String.toLowerCase() and String.toUpperCase() that have Locale dependent exceptions, which could potentially result in unintended columns from being queried

Remediation

Upgrade org.springframework.ldap:spring-ldap-core to version 2.4.4, 3.2.8 or higher.

References

medium severity

Authorization Bypass

  • Vulnerable module: org.springframework.security:spring-security-config
  • Introduced through: org.springframework.boot:spring-boot-starter-security@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.0.0.

Overview

org.springframework.security:spring-security-config is a security configuration package for Spring Framework.

Affected versions of this package are vulnerable to Authorization Bypass due to the use of String.toLowerCase() and String.toUpperCase() that have Locale dependent exceptions, which results in authorization rules not working properly.

Remediation

Upgrade org.springframework.security:spring-security-config to version 5.7.14, 5.8.16, 6.2.8, 6.3.5 or higher.

References

medium severity

Authorization Bypass

  • Vulnerable module: org.springframework.security:spring-security-web
  • Introduced through: org.springframework.boot:spring-boot-starter-security@2.7.18 and org.springframework.security:spring-security-test@7.0.0-RC1

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11

Overview

org.springframework.security:spring-security-web is a package within Spring Security that provides security services for the Spring IO Platform.

Affected versions of this package are vulnerable to Authorization Bypass due to the use of String.toLowerCase() and String.toUpperCase() that have Locale dependent exceptions, which results in authorization rules not working properly.

Remediation

Upgrade org.springframework.security:spring-security-web to version 5.7.14, 5.8.16, 6.2.8, 6.3.5 or higher.

References

medium severity

Improper Neutralization

  • Vulnerable module: com.sun.mail:jakarta.mail
  • Introduced through: org.springframework.boot:spring-boot-starter-mail@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 com.sun.mail:jakarta.mail@1.6.7
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.0.0.

Overview

Affected versions of this package are vulnerable to Improper Neutralization via the handling of SMTP message input. An attacker can inject arbitrary SMTP commands by supplying specially crafted input containing carriage return and line feed characters.

Remediation

Upgrade com.sun.mail:jakarta.mail to version 1.6.8, 2.0.2 or higher.

References

medium severity

Improper Neutralization of Special Elements

  • Vulnerable module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.8.

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 Improper Neutralization of Special Elements via the JaninoEventEvaluator extension. An attacker can execute arbitrary code by compromising an existing logback configuration file or injecting an environment variable before program execution.

Remediation

Upgrade ch.qos.logback:logback-classic to version 1.3.15, 1.5.13 or higher.

References

medium severity
new

External Initialization of Trusted Variables or Data Stores

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12

Overview

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

Affected versions of this package are vulnerable to External Initialization of Trusted Variables or Data Stores via the conditional processing of the logback.xml configuration file when both the Janino library and Spring Framework are present on the class path. An attacker can execute arbitrary code by compromising an existing configuration file or injecting a malicious environment variable before program execution. This is only exploitable if the attacker has write access to a configuration file or can set a malicious environment variable.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.5.19 or higher.

References

medium severity

Improper Neutralization of Special Elements

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.8.

Overview

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

Affected versions of this package are vulnerable to Improper Neutralization of Special Elements via the JaninoEventEvaluator extension. An attacker can execute arbitrary code by compromising an existing logback configuration file or injecting an environment variable before program execution.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.3.15, 1.5.13 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: com.thoughtworks.xstream:xstream
  • Introduced through: org.kie:kie-spring@7.70.0.Final

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final com.thoughtworks.xstream:xstream@1.4.19
    Remediation: Upgrade to org.kie:kie-spring@7.74.0.Final.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.kie:kie-dmn-backend@10.1.0 com.thoughtworks.xstream:xstream@1.4.19

Overview

com.thoughtworks.xstream:xstream is a simple library to serialize objects to XML and back again.

Affected versions of this package are vulnerable to Denial of Service (DoS). An attacker can manipulate the processed input stream at unmarshalling time, and replace or inject objects. This can result in a stack overflow calculating a recursive hash set, causing a denial of service.

Workaround

This effects of this vulnerability can be avoided by catching the StackOverflowError in the calling application.

PoC

Create a simple HashSet and use XStream to marshal it to XML. Replace the XML with following snippet and unmarshal it with XStream.

<div class="Source XML"><pre>
<set>
  <set>
    <set>
      <set>
        <set>
          <set>
            <string>a</string>
          </set>
          <set>
            <string>b</string>
          </set>
        </set>
        <set>
          <string>c</string>
          <set reference='../../../set/set[2]'/>
        </set>
      </set>
    </set>
  </set>
</set>;
</pre></div>
<div class="Source Java"><pre>XStream xstream = new XStream();
xstream.fromXML(xml);
</pre></div>

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.thoughtworks.xstream:xstream to version 1.4.20 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: org.eclipse.parsson:parsson
  • Introduced through: org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 co.elastic.clients:elasticsearch-java@7.17.15 org.eclipse.parsson:parsson@1.0.0
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.3.0.

Overview

Affected versions of this package are vulnerable to Improper Input Validation when parsing JSON files from untrusted sources. An attacker can exploit the built-in support for parsing numbers with large scale where the input text of a number can lead to much larger processing time than expected.

Remediation

Upgrade org.eclipse.parsson:parsson to version 1.0.5, 1.1.4 or higher.

References

medium severity

Open Redirect

  • Vulnerable module: org.springframework:spring-web
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springdoc:springdoc-openapi-hateoas@1.6.9 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.1.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.1.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@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

Denial of Service (DoS)

  • Vulnerable module: com.thoughtworks.xstream:xstream
  • Introduced through: org.kie:kie-spring@7.70.0.Final

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final com.thoughtworks.xstream:xstream@1.4.19
    Remediation: Upgrade to org.kie:kie-spring@7.74.0.Final.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.kie:kie-dmn-backend@10.1.0 com.thoughtworks.xstream:xstream@1.4.19

Overview

com.thoughtworks.xstream:xstream is a simple library to serialize objects to XML and back again.

Affected versions of this package are vulnerable to Denial of Service (DoS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack overflow.

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.thoughtworks.xstream:xstream to version 1.4.20 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: org.springframework:spring-beans
  • Introduced through: org.kie:kie-spring@7.70.0.Final, org.springframework.ldap:spring-ldap-core@2.4.1 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.kie:kie-spring@7.72.0.Final.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@2.4.1.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-ldap@7.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.kie:kie-spring@7.72.0.Final.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.kie:kie-spring@7.72.0.Final.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@2.4.1.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework:spring-jdbc@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-oxm@7.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-oxm@7.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework:spring-jdbc@5.3.31 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.8.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.

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 Denial of Service (DoS) if it relies on data binding to set a MultipartFile or javax.servlet.Part to a field in a model object.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade org.springframework:spring-beans to version 5.2.22.RELEASE, 5.3.20 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: xerces:xercesImpl
  • Introduced through: org.codehaus.groovy.modules.http-builder:http-builder@0.7.1

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.codehaus.groovy.modules.http-builder:http-builder@0.7.1 net.sourceforge.nekohtml:nekohtml@1.9.22 xerces:xercesImpl@2.11.0

Overview

xerces:xercesImpl is a that is used for high performance, fully compliant XML parsers in the Apache Xerces family.

Affected versions of this package are vulnerable to Denial of Service (DoS). Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: JAXP). Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Java SE Embedded, JRockit. Note: Applies to client and server deployment of Java. This vulnerability can be exploited through sandboxed Java Web Start applications and sandboxed Java applets. It can also be exploited by supplying data to APIs in the specified Component without using sandboxed Java Web Start applications or sandboxed Java applets, such as through a web service.

Remediation

Upgrade xerces:xercesImpl to version 2.12.0 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: xerces:xercesImpl
  • Introduced through: org.codehaus.groovy.modules.http-builder:http-builder@0.7.1

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.codehaus.groovy.modules.http-builder:http-builder@0.7.1 net.sourceforge.nekohtml:nekohtml@1.9.22 xerces:xercesImpl@2.11.0

Overview

xerces:xercesImpl is a that is used for high performance, fully compliant XML parsers in the Apache Xerces family.

Affected versions of this package are vulnerable to Improper Input Validation due to the way the XMLSchemaValidator class in the JAXP component of Wildfly enforced the "use-grammar-pool-only" feature. This flaw allows a specially-crafted XML file to manipulate the validation process in certain cases. This issue is the same flaw as CVE-2020-14621, which affected OpenJDK, and uses a similar code.

Remediation

Upgrade xerces:xercesImpl to version 2.12.0.SP03 or higher.

References

medium severity

Insertion of Sensitive Information into Log File

  • Vulnerable module: org.elasticsearch:elasticsearch
  • Introduced through: org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.

Overview

org.elasticsearch:elasticsearch is a Distributed, RESTful Search Engine.

Affected versions of this package are vulnerable to Insertion of Sensitive Information into Log File due to the logging of Watcher search input at the DEBUG log level, which may result in the unintended recording of sensitive information in log files. An attacker can gain access to sensitive data by examining the log files that contain the search query results.

Note:

This issue only affects users that use Watcher and have a Watch defined that uses the search input and additionally have set the search input’s logger to DEBUG or finer, for example using:

org.elasticsearch.xpack.watcher.input.search

org.elasticsearch.xpack.watcher.input

org.elasticsearch.xpack.watcher or wider, since the loggers are hierarchical.

Workaround

For users that cannot upgrade, if you use Watcher with search input logger set to DEBUG, the logging level can be set to INFO or higher (WARN, ERROR).

Remediation

Upgrade org.elasticsearch:elasticsearch to version 7.17.16, 8.11.2 or higher.

References

medium severity

Uncontrolled Recursion

  • Vulnerable module: org.elasticsearch:elasticsearch
  • Introduced through: org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.

Overview

org.elasticsearch:elasticsearch is a Distributed, RESTful Search Engine.

Affected versions of this package are vulnerable to Uncontrolled Recursion when processing a document in a deeply nested pipeline on an ingest node, causing the node to crash.

Remediation

Upgrade org.elasticsearch:elasticsearch to version 7.17.19, 8.13.0 or higher.

References

medium severity

Stack-based Buffer Overflow

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.6.12.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.6.12.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.

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

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: net.sourceforge.nekohtml:nekohtml
  • Introduced through: org.codehaus.groovy.modules.http-builder:http-builder@0.7.1

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.codehaus.groovy.modules.http-builder:http-builder@0.7.1 net.sourceforge.nekohtml:nekohtml@1.9.22

Overview

Affected versions of this package are vulnerable to Heap-based Buffer Overflow via a crafted Processing Instruction (PI) input.

Remediation

There is no fixed version for net.sourceforge.nekohtml:nekohtml.

References

medium severity

Memory Allocation with Excessive Size Value

  • Vulnerable module: net.sourceforge.nekohtml:nekohtml
  • Introduced through: org.codehaus.groovy.modules.http-builder:http-builder@0.7.1

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.codehaus.groovy.modules.http-builder:http-builder@0.7.1 net.sourceforge.nekohtml:nekohtml@1.9.22

Overview

Affected versions of this package are vulnerable to Memory Allocation with Excessive Size Value via a crafted Processing Instruction (PI) input.

Remediation

There is no fixed version for net.sourceforge.nekohtml:nekohtml.

References

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12

Dual license: EPL-1.0, LGPL-2.1

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12

Dual license: EPL-1.0, LGPL-2.1

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: com.mchange:mchange-commons-java
  • Introduced through: org.quartz-scheduler:quartz@2.3.2

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.quartz-scheduler:quartz@2.3.2 com.mchange:mchange-commons-java@0.2.15

Dual license: EPL-1.0, LGPL-2.1

medium severity

MPL-2.0 license

  • Module: net.sf.saxon:Saxon-HE
  • Introduced through: org.kie:kie-spring@7.70.0.Final

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-feel@10.1.0 net.sf.saxon:Saxon-HE@12.5
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.kie:kie-dmn-feel@10.1.0 net.sf.saxon:Saxon-HE@12.5

MPL-2.0 license

low severity

Buffer Overflow

  • Vulnerable module: com.jayway.jsonpath:json-path
  • Introduced through: org.springdoc:springdoc-openapi-hateoas@1.6.9, org.springframework.boot:spring-boot-starter-hateoas@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 com.jayway.jsonpath:json-path@2.7.0
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 com.jayway.jsonpath:json-path@2.7.0
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.1.10.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 com.jayway.jsonpath:json-path@2.7.0
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.1.10.

Overview

Affected versions of this package are vulnerable to Buffer Overflow via the deprecated Criteria.parse or Criteria.where methods. An attacker can disrupt the regular operation of the application by supplying a specially crafted input that triggers a stack overflow. Exploiting this vulnerability requires insecure configurations on the server side, for example - handling requests in a one single thread.

PoC

import com.jayway.jsonpath.Criteria;
import org.junit.Test;
public class CriteriaFuzzerWhere1 {
    // Stack overflow
    @Test
    public void whereFuzzerTest() {
        try {
            Criteria result = Criteria.where("[']',");
        } catch (Exception e) {
        }
    }
}

Remediation

Upgrade com.jayway.jsonpath:json-path to version 2.9.0 or higher.

References

low severity

Stack-based Buffer Overflow

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.6.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.6.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.

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-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.6.12.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.6.12.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.

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-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springdoc:springdoc-openapi-hateoas@1.6.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 io.swagger.core.v3:swagger-core@2.2.0 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springdoc:springdoc-openapi-ui@1.6.13.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.elasticsearch:elasticsearch-x-content@7.17.2 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml@2.13.2 org.yaml:snakeyaml@1.30
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.

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

low severity

Information Exposure

  • Vulnerable module: org.jetbrains.kotlin:kotlin-stdlib
  • Introduced through: io.minio:minio@8.5.12

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 io.minio:minio@8.5.12 com.squareup.okhttp3:okhttp@4.12.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 io.minio:minio@8.5.12 com.squareup.okhttp3:okhttp@4.12.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib-jdk7@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 io.minio:minio@8.5.12 com.squareup.okhttp3:okhttp@4.12.0 com.squareup.okio:okio@3.6.0 com.squareup.okio:okio-jvm@3.6.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 io.minio:minio@8.5.12 com.squareup.okhttp3:okhttp@4.12.0 com.squareup.okio:okio@3.6.0 com.squareup.okio:okio-jvm@3.6.0 org.jetbrains.kotlin:kotlin-stdlib-jdk8@1.8.21 org.jetbrains.kotlin:kotlin-stdlib-jdk7@1.8.21 org.jetbrains.kotlin:kotlin-stdlib@1.8.21

Overview

org.jetbrains.kotlin:kotlin-stdlib is a Kotlin Standard Library for JVM.

Affected versions of this package are vulnerable to Information Exposure. A Kotlin application using createTempDir or createTempFile and placing sensitive information within either of these locations would be leaking this information in a read-only way to other users also on this system.

Note: As of version 1.4.21, the vulnerable functions have been marked as deprecated. Due to still being usable, this advisory is kept as "unfixed".

PoC by JLLeitschuh

package org.jlleitschuh.sandbox

import org.junit.jupiter.api.Test
import java.io.BufferedReader
import java.io.File
import java.io.IOException
import java.io.InputStreamReader
import java.nio.file.Files

class KotlinTempDirectoryPermissionCheck {
    @Test
    fun `kotlin check default directory permissions`() {
        val dir = createTempDir()
        runLS(dir.parentFile, dir) // Prints drwxr-xr-x
    }

    @Test
    fun `Files check default directory permissions`() {
        val dir = Files.createTempDirectory("random-directory")
        runLS(dir.toFile().parentFile, dir.toFile()) // Prints drwx------
    }

    @Test
    fun `kotlin check default file permissions`() {
        val file = createTempFile()
        runLS(file.parentFile, file) // Prints -rw-r--r--
    }

    @Test
    fun `Files check default file permissions`() {
        val file = Files.createTempFile("random-file", ".txt")
        runLS(file.toFile().parentFile, file.toFile()) // Prints -rw-------
    }

    private fun runLS(file: File, lookingFor: File) {
        val processBuilder = ProcessBuilder()
        processBuilder.command("ls", "-l", file.absolutePath)
        try {
            val process = processBuilder.start()
            val output = StringBuilder()
            val reader = BufferedReader(
                InputStreamReader(process.inputStream)
            )
            reader.lines().forEach { line ->
                if (line.contains("total")) {
                    output.append(line).append('\n')
                }
                if (line.contains(lookingFor.name)) {
                    output.append(line).append('\n')
                }
            }
            val exitVal = process.waitFor()
            if (exitVal == 0) {
                println("Success!")
                println(output)
            } else {
                //abnormal...
            }
        } catch (e: IOException) {
            e.printStackTrace()
        } catch (e: InterruptedException) {
            e.printStackTrace()
        }
    }
}

Remediation

Upgrade org.jetbrains.kotlin:kotlin-stdlib to version 2.1.0 or higher.

References

low severity

Information Exposure

  • Vulnerable module: junit:junit
  • Introduced through: net.glxn.qrgen:core@2.0, org.apache.pdfbox:pdfbox@2.0.25 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 net.glxn.qrgen:core@2.0 junit:junit@4.8.2
    Remediation: Upgrade to net.glxn.qrgen:core@2.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.apache.pdfbox:pdfbox@2.0.25 org.apache.pdfbox:fontbox@2.0.25 junit:junit@4.8.2
    Remediation: Upgrade to org.apache.pdfbox:pdfbox@2.0.25.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final com.thoughtworks.xstream:xstream@1.4.19 junit:junit@4.8.2
    Remediation: Upgrade to org.kie:kie-spring@7.70.0.Final.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.drools:drools-model-compiler@7.70.0.Final org.drools:drools-compiler@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
    Remediation: Upgrade to org.drools:drools-model-compiler@10.1.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.drools:drools-compiler@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final com.thoughtworks.xstream:xstream@1.4.19 io.github.x-stream:mxparser@1.2.2 junit:junit@4.8.2
    Remediation: Upgrade to org.kie:kie-spring@7.70.0.Final.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final com.thoughtworks.xstream:xstream@1.4.19 jmock:jmock@1.0.1 junit:junit@4.8.2
    Remediation: Upgrade to org.kie:kie-spring@7.70.0.Final.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.drools:drools-model-compiler@7.70.0.Final org.drools:drools-compiler@10.1.0 org.drools:drools-drl-parser@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
    Remediation: Upgrade to org.drools:drools-model-compiler@10.1.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.drools:drools-compiler@10.1.0 org.drools:drools-drl-parser@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.jpmml:pmml-model@1.6.4 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.drools:drools-mvel@10.1.0 org.drools:drools-compiler@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.drools:drools-serialization-protobuf@10.1.0 org.drools:drools-compiler@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-feel@10.1.0 org.drools:drools-compiler@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.drools:drools-compiler@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.kie:kie-dmn-backend@10.1.0 com.thoughtworks.xstream:xstream@1.4.19 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.drools:drools-mvel@10.1.0 org.drools:drools-compiler@10.1.0 org.drools:drools-drl-parser@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.drools:drools-serialization-protobuf@10.1.0 org.drools:drools-compiler@10.1.0 org.drools:drools-drl-parser@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-feel@10.1.0 org.drools:drools-compiler@10.1.0 org.drools:drools-drl-parser@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.drools:drools-compiler@10.1.0 org.drools:drools-drl-parser@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.drools:drools-model-compiler@7.70.0.Final org.drools:drools-compiler@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.drools:drools-serialization-protobuf@10.1.0 org.drools:drools-mvel@10.1.0 org.drools:drools-compiler@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.drools:drools-alphanetwork-compiler@10.1.0 org.drools:drools-compiler@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.kie:kie-dmn-feel@10.1.0 org.drools:drools-compiler@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.kie:kie-dmn-backend@10.1.0 com.thoughtworks.xstream:xstream@1.4.19 io.github.x-stream:mxparser@1.2.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.kie:kie-dmn-backend@10.1.0 com.thoughtworks.xstream:xstream@1.4.19 jmock:jmock@1.0.1 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.elasticsearch.client:elasticsearch-rest-high-level-client@7.17.2 org.elasticsearch:elasticsearch@7.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.drools:drools-model-compiler@7.70.0.Final org.drools:drools-compiler@10.1.0 org.drools:drools-drl-parser@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.drools:drools-serialization-protobuf@10.1.0 org.drools:drools-mvel@10.1.0 org.drools:drools-compiler@10.1.0 org.drools:drools-drl-parser@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.drools:drools-alphanetwork-compiler@10.1.0 org.drools:drools-compiler@10.1.0 org.drools:drools-drl-parser@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.kie:kie-dmn-feel@10.1.0 org.drools:drools-compiler@10.1.0 org.drools:drools-drl-parser@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.drools:drools-alphanetwork-compiler@10.1.0 org.drools:drools-model-codegen@10.1.0 org.drools:drools-compiler@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.drools:drools-alphanetwork-compiler@10.1.0 org.drools:drools-model-codegen@10.1.0 org.drools:drools-compiler@10.1.0 org.drools:drools-drl-parser@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.drools:drools-alphanetwork-compiler@10.1.0 org.drools:drools-model-codegen@10.1.0 org.drools:drools-model-compiler@7.70.0.Final org.drools:drools-compiler@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.jupiter:junit-jupiter-migrationsupport@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 org.apache.logging.log4j:log4j-to-slf4j@2.17.2 org.apache.logging.log4j:log4j-api@2.17.2 org.junit.vintage:junit-vintage-engine@5.8.2 junit:junit@4.8.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@2.7.18.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.drools:drools-alphanetwork-compiler@10.1.0 org.drools:drools-model-codegen@10.1.0 org.drools:drools-model-compiler@7.70.0.Final org.drools:drools-compiler@10.1.0 org.drools:drools-drl-parser@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.drools:drools-alphanetwork-compiler@10.1.0 org.drools:drools-model-codegen@10.1.0 org.drools:drools-model-prototype@10.1.0 org.drools:drools-model-compiler@7.70.0.Final org.drools:drools-compiler@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.jbpm:jbpm-flow@7.74.1.Final org.kie:kie-dmn-core@10.1.0 org.drools:drools-alphanetwork-compiler@10.1.0 org.drools:drools-model-codegen@10.1.0 org.drools:drools-model-prototype@10.1.0 org.drools:drools-model-compiler@7.70.0.Final org.drools:drools-compiler@10.1.0 org.drools:drools-drl-parser@10.1.0 org.antlr:antlr-runtime@3.5.2 junit:junit@4.8.2

Overview

junit:junit is an unit testing framework for Java

Affected versions of this package are vulnerable to Information Exposure. The JUnit4 test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default, readable by other users on that same system.

Note: This vulnerability does not allow other users to overwrite the contents of these directories or files. This only affects Unix like systems.

Remediation

Upgrade junit:junit to version 4.13.1 or higher.

References

low severity

Server-side Request Forgery (SSRF)

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-batch@2.7.18, org.springframework.boot:spring-boot-starter-cache@2.7.18 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-starter-logging@2.7.18 ch.qos.logback:logback-classic@1.2.12 ch.qos.logback:logback-core@1.2.12
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.8.

Overview

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

Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) through the SaxEventRecorder process. An attacker can forge requests by compromising logback configuration files in XML.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.3.15, 1.5.13 or higher.

References

low severity

Improper Handling of Case Sensitivity

  • Vulnerable module: org.springframework:spring-context
  • Introduced through: org.kie:kie-spring@7.70.0.Final, org.springframework.data:spring-data-ldap@4.0.0-RC1 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-ldap@7.0.0-RC1 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-ldap@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@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.kie:kie-spring@7.70.0.Final, org.springframework.ldap:spring-ldap-core@2.4.1 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@3.2.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-ldap@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@3.2.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@3.2.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.0.0.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework:spring-test@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@3.2.8.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework.batch:spring-batch-infrastructure@4.3.10 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework:spring-jdbc@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-oxm@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-oxm@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.kie:kie-spring@7.70.0.Final org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.data:spring-data-ldap@4.0.0-RC1 org.springframework.ldap:spring-ldap-core@2.4.1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework:spring-jdbc@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-oxm@7.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-oxm@7.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework:spring-jdbc@5.3.31 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.batch:spring-batch-core@4.3.10 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.data:spring-data-elasticsearch@4.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.data:spring-data-mongodb@3.4.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework:spring-jdbc@5.3.31 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework:spring-tx@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.data:spring-data-commons@4.0.0-RC1 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework:spring-context-support@5.3.31 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.session:spring-session-data-redis@4.0.0-RC1 org.springframework.data:spring-data-redis@4.0.0-RC1 org.springframework.data:spring-data-keyvalue@4.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-config@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework.security:spring-security-core@7.0.0-RC1 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-cache@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-cache@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-elasticsearch@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-elasticsearch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-mongodb@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-mongodb@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-redis@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-redis@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-freemarker@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-freemarker@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-mail@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-mail@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-batch@2.7.18 org.springframework.boot:spring-boot-starter-jdbc@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-batch@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework.plugin:spring-plugin-core@2.0.0.RELEASE org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-expression@7.0.0-RC1 org.springframework:spring-core@5.3.19
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework.boot:spring-boot-starter@2.7.18 org.springframework.boot:spring-boot-autoconfigure@2.7.18 org.springframework.boot:spring-boot@2.7.18 org.springframework:spring-context@5.3.19 org.springframework:spring-aop@5.3.31 org.springframework:spring-beans@5.3.19 org.springframework:spring-core@5.3.19
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@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

low severity

Improper Handling of Case Sensitivity

  • Vulnerable module: org.springframework:spring-web
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springdoc:springdoc-openapi-hateoas@1.6.9 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-hateoas@1.6.9 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.3.7.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-security@2.7.18 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.security:spring-security-test@7.0.0-RC1 org.springframework.security:spring-security-web@5.7.11 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springdoc:springdoc-openapi-common@1.6.9 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework.boot:spring-boot-starter-json@2.7.18 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework.data:spring-data-rest-core@3.7.18 org.springframework.hateoas:spring-hateoas@1.5.6 org.springframework:spring-web@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.3.7.

Overview

org.springframework:spring-web is a package that provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.

Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity due to String.toLowerCase() having some Locale dependent exceptions that could potentially result in fields not protected as expected.

Note:

The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive.

This vulnerability was also fixed in commercial versions 5.3.41 and 6.0.25.

Remediation

Upgrade org.springframework:spring-web to version 6.1.14 or higher.

References

low severity

Improper Handling of Case Sensitivity

  • Vulnerable module: org.springframework:spring-webmvc
  • Introduced through: org.springframework.boot:spring-boot-starter-web@2.7.18, org.springdoc:springdoc-openapi-ui@1.6.9 and others

Detailed paths

  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-web@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springdoc:springdoc-openapi-ui@1.6.9 org.springdoc:springdoc-openapi-webmvc-core@1.6.9 org.springframework:spring-webmvc@5.3.31
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-hateoas@2.7.18 org.springframework.boot:spring-boot-starter-web@2.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-hateoas@3.2.11.
  • Introduced through: netgrif/application-engine@netgrif/application-engine#3e5cc738b2feaebbe317a4a87bd6bcc1b31c6e03 org.springframework.boot:spring-boot-starter-data-rest@2.7.18 org.springframework.data:spring-data-rest-webmvc@3.7.18 org.springframework:spring-webmvc@5.3.31
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-rest@3.2.11.

Overview

org.springframework:spring-webmvc is a package that provides Model-View-Controller (MVC) architecture and ready components that can be used to develop flexible and loosely coupled web applications.

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-webmvc to version 6.1.14 or higher.

References