Vulnerabilities |
37 via 483 paths |
|---|---|
Dependencies |
155 |
Source |
GitHub |
Find, fix and prevent vulnerabilities in your code.
critical severity
- Vulnerable module: tools.jackson.core:jackson-databind
- Introduced through: org.flywaydb:flyway-core@12.4.0, org.springframework.boot:spring-boot-starter-jackson@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.flywaydb:flyway-core@12.4.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.flywaydb:flyway-core@12.10.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.0.
Overview
Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the DatabindContext._resolveAndValidateGeneric() method, which validates only the raw container class of a type identifier against the configured PolymorphicTypeValidator and not its nested generic type arguments. An attacker who controls the type identifier can instantiate a denied class, and reach unauthenticated remote code execution through an available gadget, by embedding that class as a generic parameter of an allowlisted container such as java.util.ArrayList<com.evil.Gadget>, which passes validation while the nested type is loaded, instantiated, and populated with attacker-controlled values. Exploitation requires polymorphic type validation to be enabled with a configured validator, the application to deserialize untrusted JSON, and a suitable gadget class on the classpath.
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 tools.jackson.core:jackson-databind to version 3.1.4 or higher.
References
critical severity
- Vulnerable module: tools.jackson.core:jackson-databind
- Introduced through: org.flywaydb:flyway-core@12.4.0, org.springframework.boot:spring-boot-starter-jackson@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.flywaydb:flyway-core@12.4.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.flywaydb:flyway-core@12.10.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.0.
Overview
Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs in the BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray() method, which allowlists an array based only on clazz.isArray() and does not validate the array's component type. An attacker who controls the deserialized JSON can instantiate types outside the configured allowlist by wrapping them in an array, because array elements without per-element type identifiers are constructed directly with no further validator check.
Remediation
Upgrade tools.jackson.core:jackson-databind to version 3.1.4 or higher.
References
critical severity
new
- Vulnerable module: org.springframework:spring-webmvc
- Introduced through: org.springframework.boot:spring-boot-starter-webmvc@4.1.0
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
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 Arbitrary Code Injection via the XsltView file when an application has a /** mapping that results in view rendering and the view name is not explicitly specified. An attacker can execute arbitrary code or make unauthorized network requests by supplying crafted input to manipulate the view resolution process.
Note: This is only exploitable if the application is configured with a /** mapping that triggers view rendering without explicitly specifying the view name.
Remediation
Upgrade org.springframework:spring-webmvc to version 7.0.9 or higher.
References
high severity
- Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
- Introduced through: org.springframework.boot:spring-boot-starter-webmvc@4.1.0
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.apache.tomcat.embed:tomcat-embed-websocket@11.0.22 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
Overview
org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.
Affected versions of this package are vulnerable to Improper Authentication in the EncryptionInterceptor process of the cluster component. An attacker can gain unauthorized access or perform unauthorized actions by replaying previously captured authentication data.
Remediation
Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.119, 10.1.56, 11.0.23 or higher.
References
high severity
- Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
- Introduced through: org.springframework.boot:spring-boot-starter-webmvc@4.1.0
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.apache.tomcat.embed:tomcat-embed-websocket@11.0.22 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
Overview
org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.
Affected versions of this package are vulnerable to Detection of Error Condition Without Action due to improper handling of invalid certificate revocation list (CRL) configurations in the FFM connector. An attacker can bypass intended certificate validation by supplying an invalid CRL configuration.
Remediation
Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.119, 10.1.56, 11.0.23 or higher.
References
high severity
- Vulnerable module: tools.jackson.core:jackson-core
- Introduced through: org.flywaydb:flyway-core@12.4.0, org.springframework.boot:spring-boot-starter-jackson@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.flywaydb:flyway-core@12.4.0 › tools.jackson.core:jackson-databind@3.1.1 › tools.jackson.core:jackson-core@3.1.1Remediation: Upgrade to org.flywaydb:flyway-core@12.10.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1 › tools.jackson.core:jackson-core@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1 › tools.jackson.core:jackson-core@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1 › tools.jackson.core:jackson-core@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1 › tools.jackson.core:jackson-core@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.0.
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the NonBlockingUtf8JsonParserBase file. An attacker can exhaust system memory by streaming JSON input in small chunks to the asynchronous parser, causing unbounded accumulation of digit characters in memory due to missing validation of number length during chunked parsing. This can lead to denial of service by overwhelming the application's memory resources.
Remediation
Upgrade tools.jackson.core:jackson-core to version 3.1.4 or higher.
References
high severity
new
- Vulnerable module: org.springframework:spring-expression
- Introduced through: org.springframework.boot:spring-boot-starter-security@4.1.0, org.springframework.boot:spring-boot-starter-webmvc@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-health@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-thymeleaf@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-validation@4.1.0 › org.springframework.boot:spring-boot-validation@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-validation@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-actuator-autoconfigure@4.1.0 › org.springframework.boot:spring-boot-actuator@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-actuator-autoconfigure@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-aspectj@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-aspectj@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-validation@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-validation@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-servlet@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-micrometer-observation@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the SimpleEvaluationContext file when the SpEL expression compiler is enabled through specific configuration settings. An attacker can cause unbounded class-loading growth and bypass enforced safety checks by submitting specially crafted expressions for evaluation.
Note: This is only exploitable if the application evaluates SpEL expressions using SimpleEvaluationContext and the SpEL expression compiler is active via the spring.expression.compiler.mode property or a SpelParserConfiguration set to IMMEDIATE or MIXED.
Remediation
Upgrade org.springframework:spring-expression to version 7.0.9 or higher.
References
high severity
new
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.springframework.boot:spring-boot-starter-webmvc@4.1.0, org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-thymeleaf@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-servlet@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
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 Sensitive Cookie in HTTPS Session Without "Secure" Attribute in the JettyCoreServerHttpResponse file. An attacker can compromise user session integrity by exploiting the omission of the sameSite attribute in serialized response cookies, potentially enabling cross-site request forgery (CSRF) attacks when a user interacts with a malicious website.
Remediation
Upgrade org.springframework:spring-web to version 7.0.9 or higher.
References
high severity
new
- Vulnerable module: org.springframework:spring-beans
- Introduced through: org.springframework.boot:spring-boot-starter-aspectj@4.1.0, org.springframework.boot:spring-boot-starter-security@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-aspectj@4.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-aspectj@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-thymeleaf@4.1.0 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-health@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-thymeleaf@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-validation@4.1.0 › org.springframework.boot:spring-boot-validation@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-validation@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-servlet@4.1.0 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-health@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-thymeleaf@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-validation@4.1.0 › org.springframework.boot:spring-boot-validation@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-validation@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-actuator-autoconfigure@4.1.0 › org.springframework.boot:spring-boot-actuator@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-actuator-autoconfigure@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-aspectj@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-aspectj@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-validation@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-validation@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-servlet@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-actuator-autoconfigure@4.1.0 › org.springframework.boot:spring-boot-actuator@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-actuator-autoconfigure@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-aspectj@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-aspectj@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-validation@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-validation@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-servlet@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-micrometer-observation@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-micrometer-observation@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.1.0-M1 › org.springframework:spring-beans@7.0.8
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
Overview
org.springframework:spring-beans is a package that is the basis for Spring Framework's IoC container. The BeanFactory interface provides an advanced configuration mechanism capable of managing any type of object.
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the data binding. An attacker can exhaust system memory by supplying a crafted property path with a large index value, causing unbounded allocation of list elements when the target object contains a self-populating list whose element type exposes sub-properties.
Note: This is only exploitable if the application uses Spring's data binding infrastructure to apply user-supplied property paths onto a target object, the target object contains a self-populating list implementation as a property, and the list's element type exposes sub-properties.
Remediation
Upgrade org.springframework:spring-beans to version 7.0.9 or higher.
References
high severity
new
- Vulnerable module: org.springframework:spring-expression
- Introduced through: org.springframework.boot:spring-boot-starter-security@4.1.0, org.springframework.boot:spring-boot-starter-webmvc@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-health@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-thymeleaf@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-validation@4.1.0 › org.springframework.boot:spring-boot-validation@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-validation@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-actuator-autoconfigure@4.1.0 › org.springframework.boot:spring-boot-actuator@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-actuator-autoconfigure@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-aspectj@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-aspectj@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-validation@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-validation@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-servlet@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-autoconfigure@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-micrometer-observation@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@4.1.0 › org.springframework:spring-context@7.0.8 › org.springframework:spring-expression@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the evaluation of user-supplied SpEL expressions containing the power operator (^) with a BigDecimal or BigInteger operand and a large exponent value. An attacker can cause excessive CPU and memory consumption by submitting specially crafted expressions.
Note: This is only exploitable if the application accepts and evaluates untrusted SpEL expressions and a BigDecimal or BigInteger value is accessible within the evaluation context.
Remediation
Upgrade org.springframework:spring-expression to version 7.0.9 or higher.
References
high severity
new
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.springframework.boot:spring-boot-starter-webmvc@4.1.0, org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-thymeleaf@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-servlet@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
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 Allocation of Resources Without Limits or Throttling in the PartEventHttpMessageReader file when maxInMemorySize is set to -1. An attacker can cause excessive memory consumption by uploading large multipart requests.
Note: This is only exploitable if the configuration explicitly sets maxInMemorySize to -1.
Remediation
Upgrade org.springframework:spring-web to version 7.0.9 or higher.
References
high severity
new
- Vulnerable module: org.springframework.security:spring-security-core
- Introduced through: org.springframework.boot:spring-boot-starter-security@4.1.0
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework.security:spring-security-core@7.1.0Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework.security:spring-security-core@7.1.0Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
Overview
org.springframework.security:spring-security-core is a package that provides security services for the Spring IO Platform.
Affected versions of this package are vulnerable to Timing Attack via the comparison of sensitive values using standard string equality rather than constant-time comparison in DigestAuthenticationFilter, KeyBasedPersistenceTokenService, BalloonHashingPassword4jPasswordEncoder, Pbkdf2Password4jPasswordEncoder, and InMemoryOAuth2AuthorizationService. An attacker can recover secret values such as password hashes, authentication digests, verification keys, or OAuth2 token values by submitting a large number of requests and precisely measuring response times. This is only exploitable if an attacker can make a very large number of requests with low network jitter and precise timing measurements.
Remediation
Upgrade org.springframework.security:spring-security-core to version 7.0.7, 7.1.1 or higher.
References
high severity
new
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.springframework.boot:spring-boot-starter-webmvc@4.1.0, org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-thymeleaf@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-servlet@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
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 Cross-site Scripting (XSS) via the Errors.getFieldErrors() or Errors.getFieldError() accessors when rendering field errors with HTML escaping enabled. An attacker can inject arbitrary HTML or JavaScript code by supplying crafted input that is not properly escaped.
Details
Cross-site scripting (or XSS) is a code vulnerability that occurs when an attacker “injects” a malicious script into an otherwise trusted website. The injected script gets downloaded and executed by the end user’s browser when the user interacts with the compromised website.
This is done by escaping the context of the web application; the web application then delivers that data to its users along with other trusted dynamic content, without validating it. The browser unknowingly executes malicious script on the client side (through client-side languages; usually JavaScript or HTML) in order to perform actions that are otherwise typically blocked by the browser’s Same Origin Policy.
Injecting malicious code is the most prevalent manner by which XSS is exploited; for this reason, escaping characters in order to prevent this manipulation is the top method for securing code against this vulnerability.
Escaping means that the application is coded to mark key characters, and particularly key characters included in user input, to prevent those characters from being interpreted in a dangerous context. For example, in HTML, < can be coded as < and > can be coded as > in order to be interpreted and displayed as themselves in text, while within the code itself, they are used for HTML tags. If malicious content is injected into an application that escapes special characters and that malicious content uses < and > as HTML tags, those characters are nonetheless not interpreted as HTML tags by the browser if they’ve been correctly escaped in the application code and in this way the attempted attack is diverted.
The most prominent use of XSS is to steal cookies (source: OWASP HttpOnly) and hijack user sessions, but XSS exploits have been used to expose sensitive information, enable access to privileged services and functionality and deliver malware.
Types of attacks
There are a few methods by which XSS can be manipulated:
| Type | Origin | Description |
|---|---|---|
| Stored | Server | The malicious code is inserted in the application (usually as a link) by the attacker. The code is activated every time a user clicks the link. |
| Reflected | Server | The attacker delivers a malicious link externally from the vulnerable web site application to a user. When clicked, malicious code is sent to the vulnerable web site, which reflects the attack back to the user’s browser. |
| DOM-based | Client | The attacker forces the user’s browser to render a malicious page. The data in the page itself delivers the cross-site scripting data. |
| Mutated | The attacker injects code that appears safe, but is then rewritten and modified by the browser, while parsing the markup. An example is rebalancing unclosed quotation marks or even adding quotation marks to unquoted parameters. |
Affected environments
The following environments are susceptible to an XSS attack:
- Web servers
- Application servers
- Web application environments
How to prevent
This section describes the top best practices designed to specifically protect your code:
- Sanitize data input in an HTTP request before reflecting it back, ensuring all data is validated, filtered or escaped before echoing anything back to the user, such as the values of query parameters during searches.
- Convert special characters such as
?,&,/,<,>and spaces to their respective HTML or URL encoded equivalents. - Give users the option to disable client-side scripts.
- Redirect invalid requests.
- Detect simultaneous logins, including those from two separate IP addresses, and invalidate those sessions.
- Use and enforce a Content Security Policy (source: Wikipedia) to disable any features that might be manipulated for an XSS attack.
- Read the documentation for any of the libraries referenced in your code to understand which elements allow for embedded HTML.
Remediation
Upgrade org.springframework:spring-web to version 7.0.9 or higher.
References
high severity
new
- Vulnerable module: org.springframework.security:spring-security-crypto
- Introduced through: org.springframework.boot:spring-boot-starter-security@4.1.0
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework.security:spring-security-crypto@7.1.0Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework.security:spring-security-core@7.1.0 › org.springframework.security:spring-security-crypto@7.1.0Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
Overview
org.springframework.security:spring-security-crypto is a spring-security-crypto library for Spring Security.
Affected versions of this package are vulnerable to Generation of Predictable IV with CBC Mode via AesBytesEncryptor when using the two-argument constructor or specifying a null IV generator with CBC mode. An attacker can correlate encrypted values, determine when two records share the same plaintext, and mount dictionary attacks by pre-encrypting candidate values and comparing the results if they have read access to the encrypted data store.
Remediation
Upgrade org.springframework.security:spring-security-crypto to version 7.0.7, 7.1.1 or higher.
References
high severity
- Vulnerable module: tools.jackson.core:jackson-databind
- Introduced through: org.flywaydb:flyway-core@12.4.0, org.springframework.boot:spring-boot-starter-jackson@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.flywaydb:flyway-core@12.4.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.flywaydb:flyway-core@13.0.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
Overview
Affected versions of this package are vulnerable to Incorrect Authorization in the deserialization process when handling properties annotated with both @JsonView and @JsonUnwrapped. An attacker can modify data that should be restricted to a higher-privileged view by supplying crafted JSON input.
Remediation
Upgrade tools.jackson.core:jackson-databind to version 3.1.5, 3.2.1 or higher.
References
high severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: com.github.loki4j:loki-logback-appender@2.1.0, org.springframework.boot:spring-boot-starter-actuator@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › com.github.loki4j:loki-logback-appender@2.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to com.github.loki4j:loki-logback-appender@2.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-aspectj@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-aspectj@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-validation@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-validation@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › ch.qos.logback:logback-classic@1.5.34 › ch.qos.logback:logback-core@1.5.34Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to Expression Injection in the Janino-evaluated condition attribute of <if> configuration elements, handled by IfModelHandler, whose denylist blocked only the literal new operator. A user who can modify the logback configuration can execute arbitrary code by writing an <if> condition that evades that denylist, either through references it did not cover such as Runtime or springframework, or through Unicode escape sequences like \u that reconstruct the blocked new operator. Exploitation requires write access to the logback configuration and the use of conditional <if> processing with Janino present on the classpath.
Remediation
Upgrade ch.qos.logback:logback-core to version 1.5.36 or higher.
References
medium severity
- Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
- Introduced through: org.springframework.boot:spring-boot-starter-webmvc@4.1.0
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.apache.tomcat.embed:tomcat-embed-websocket@11.0.22 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
Overview
org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.
Affected versions of this package are vulnerable to Always-Incorrect Control Flow Implementation due to incorrect control flow in the RewriteValve process. An attacker can bypass intended rewrite rules by crafting requests that exploit the improper evaluation of OR chains in conditions.
Remediation
Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.119, 10.1.56, 11.0.23 or higher.
References
medium severity
- Vulnerable module: tools.jackson.core:jackson-databind
- Introduced through: org.flywaydb:flyway-core@12.4.0, org.springframework.boot:spring-boot-starter-jackson@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.flywaydb:flyway-core@12.4.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.flywaydb:flyway-core@12.10.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.0.
Overview
Affected versions of this package are vulnerable to Improperly Controlled Modification of Dynamically-Determined Object Attributes in the POJOPropertiesCollector._renameProperties() and BeanDeserializerFactory.addBeanProps() methods, which rename rather than drop a property whose getter carries @JsonProperty and whose setter carries @JsonIgnore, leaving the private backing field writable. An attacker can write a field that was meant to be unsettable, enabling property tampering and mass assignment, by supplying the renamed JSON key during deserialization, because the factory observes hasField()==true and builds a writable FieldProperty for the backing field. Exploitation requires MapperFeature.INFER_PROPERTY_MUTATORS to be enabled, which is the default, and a target type that pairs a renamed getter with an ignored setter, and the impact is limited to writing existing fields with no path to remote code execution.
Remediation
Upgrade tools.jackson.core:jackson-databind to version 3.1.4 or higher.
References
medium severity
- Vulnerable module: tools.jackson.core:jackson-databind
- Introduced through: org.flywaydb:flyway-core@12.4.0, org.springframework.boot:spring-boot-starter-jackson@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.flywaydb:flyway-core@12.4.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.flywaydb:flyway-core@12.10.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.0.
Overview
Affected versions of this package are vulnerable to Improperly Controlled Modification of Dynamically-Determined Object Attributes in the BeanDeserializerBase.createContextual() method, which applies the per-property exclusions through _handleByNameInclusion() and then rebuilds the property map from the unfiltered original, overwriting the filtered map and restoring every property the exclusion had removed. An attacker can set fields that were marked ignored, enabling mass assignment, by supplying those property names in untrusted JSON during deserialization. Exploitation requires case-insensitive property matching to be enabled via @JsonFormat with ACCEPT_CASE_INSENSITIVE_PROPERTIES alongside per-property @JsonIgnoreProperties.
Remediation
Upgrade tools.jackson.core:jackson-databind to version 3.1.4 or higher.
References
medium severity
- Vulnerable module: tools.jackson.core:jackson-databind
- Introduced through: org.flywaydb:flyway-core@12.4.0, org.springframework.boot:spring-boot-starter-jackson@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.flywaydb:flyway-core@12.4.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.flywaydb:flyway-core@12.10.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.0.
Overview
Affected versions of this package are vulnerable to Improperly Controlled Modification of Dynamically-Determined Object Attributes in the POJOPropertiesCollector._removeUnwantedIgnorals process. An attacker can access or modify properties that were intended to be ignored by supplying JSON input with keys matching the renamed property names, thereby bypassing intended access restrictions.
Remediation
Upgrade tools.jackson.core:jackson-databind to version 3.1.4 or higher.
References
medium severity
- Vulnerable module: tools.jackson.core:jackson-databind
- Introduced through: org.flywaydb:flyway-core@12.4.0, org.springframework.boot:spring-boot-starter-jackson@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.flywaydb:flyway-core@12.4.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.flywaydb:flyway-core@12.10.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.0.
Overview
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) in the JDKFromStringDeserializer class, which constructs InetSocketAddress and resolves the hostname through DNS at deserialization time. An attacker can force the server to issue outbound DNS lookups for chosen hostnames by submitting JSON that is deserialized into a type holding an InetSocketAddress field, with no authentication required. The observable effect is limited to DNS resolution of attacker-chosen names, useful for out-of-band interaction or internal resolver probing rather than a full outbound request, and it applies only where the application deserializes untrusted JSON into types containing such fields.
Remediation
Upgrade tools.jackson.core:jackson-databind to version 3.1.4 or higher.
References
medium severity
new
- Vulnerable module: tools.jackson.core:jackson-databind
- Introduced through: org.flywaydb:flyway-core@12.4.0, org.springframework.boot:spring-boot-starter-jackson@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.flywaydb:flyway-core@12.4.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.flywaydb:flyway-core@13.0.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
Overview
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) through the STD_INET_ADDRESS branch in FromStringDeserializer in src/main/java/com/fasterxml/jackson/databind/deser/std/FromStringDeserializer.java. An attacker can trigger outbound DNS lookups and blind SSRF behavior by supplying a hostname string in JSON that is deserialized into java.net.InetAddress. When application code binds untrusted input into an InetAddress field or type, the deserializer calls InetAddress.getByName(value) on the attacker-controlled string and resolves it before any application validation runs. This lets an attacker force DNS-based callbacks or probe internal hostnames, causing unwanted network egress and leaking resolver-visible information.
Remediation
Upgrade tools.jackson.core:jackson-databind to version 3.1.5, 3.2.1 or higher.
References
medium severity
new
- Vulnerable module: tools.jackson.core:jackson-databind
- Introduced through: org.flywaydb:flyway-core@12.4.0, org.springframework.boot:spring-boot-starter-jackson@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.flywaydb:flyway-core@12.4.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.flywaydb:flyway-core@13.5.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1
Overview
Affected versions of this package are vulnerable to Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') through NioPathDeserializer in src/main/java/com/fasterxml/jackson/databind/ext/NioPathDeserializer.java. An attacker can force readValue() to resolve an attacker-controlled java.nio.file.Path URI by supplying a non-file scheme such as jar:, http:, s3:, or a custom provider scheme in untrusted JSON. That input reaches new URI(value) and then Path.of(uri), which falls back to ServiceLoader<FileSystemProvider> resolution and can invoke a matching provider’s getPath(uri) during deserialization. The result is unintended provider loading and provider-driven path handling inside the application, which can trigger denial of service or other side effects depending on what FileSystemProvider implementations are present on the classpath.
Remediation
Upgrade tools.jackson.core:jackson-databind to version 3.1.6, 3.2.2 or higher.
References
medium severity
- Vulnerable module: org.apache.logging.log4j:log4j-api
- Introduced through: org.springframework.boot:spring-boot-starter-actuator@4.1.0, org.springframework.boot:spring-boot-starter-aspectj@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-aspectj@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-aspectj@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-validation@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-validation@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-actuator@4.1.0 › org.springframework.boot:spring-boot-starter-micrometer-metrics@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-actuator@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter@4.1.0 › org.springframework.boot:spring-boot-starter-logging@4.1.0 › org.apache.logging.log4j:log4j-to-slf4j@2.25.4 › org.apache.logging.log4j:log4j-api@2.25.4Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
Overview
Affected versions of this package are vulnerable to Improper Encoding or Escaping of Output in the MapMessage.asJson() method, which emits the bare NaN, Infinity, or -Infinity tokens instead of an RFC 8259-compliant representation. An attacker can emit malformed JSON that corrupts the enclosing log record or disrupts downstream log ingestion and parsing by supplying non-finite floating-point values that the application records in a logged MapMessage. Exploitation requires the application to use the message resolver of JsonTemplateLayout, or another layout relying on MapMessage.asJson(), and to log a MapMessage holding attacker-controlled floating-point values.
Note: This is a bypass of the fix for the vulnerability described in CVE-2026-34481.
Remediation
A fix was pushed into the master branch but not yet published.
References
medium severity
new
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.springframework.boot:spring-boot-starter-webmvc@4.1.0, org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-thymeleaf@4.1.0 › org.springframework.boot:spring-boot-thymeleaf@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-thymeleaf@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework.boot:spring-boot-servlet@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-restclient@4.1.0 › org.springframework.boot:spring-boot-http-client@4.1.0 › org.springframework.boot:spring-boot-http-converter@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.springframework.boot:spring-boot-web-server@4.1.0 › org.springframework:spring-web@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
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 HTTP Response Splitting via the Content-Disposition header when untrusted input is used to construct its value. An attacker can inject malicious characters to break the HTTP header or corrupt the framing of an outbound multipart body by supplying specially crafted file names or values.
Note: This is only exploitable if the application uses non-default or legacy HTTP connectors that do not reject malicious characters in header values, or if untrusted input is used to set the Content-Disposition of a part in an outbound multipart request body.
Remediation
Upgrade org.springframework:spring-web to version 7.0.9 or higher.
References
medium severity
new
- Vulnerable module: org.springframework.data:spring-data-jpa
- Introduced through: org.springframework.boot:spring-boot-starter-data-jpa@4.1.0
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.1.
Overview
org.springframework.data:spring-data-jpa is a package that is used to implement JPA based repositories.
Affected versions of this package are vulnerable to SQL Injection in the validation of Sort parameters when crafted payloads are accepted from untrusted sources and used without prior sanitization in native SQL repository methods. An attacker can infer data characteristics or cause limited information disclosure and disruption by supplying specially crafted non-ASCII input to endpoints that accept sorting parameters and use them in native queries.
Note: This is only exploitable if the repository method is annotated with @NativeQuery or @Query(nativeQuery=true), accepts Sort or Pageable parameters, and the underlying database allows non-ASCII characters in SQL syntax.
Remediation
Upgrade org.springframework.data:spring-data-jpa to version 4.0.7, 4.1.1 or higher.
References
medium severity
new
- Vulnerable module: org.springframework.security:spring-security-core
- Introduced through: org.springframework.boot:spring-boot-starter-security@4.1.0
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-config@7.1.0 › org.springframework.security:spring-security-core@7.1.0Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-security@4.1.0 › org.springframework.boot:spring-boot-security@4.1.0 › org.springframework.security:spring-security-web@7.1.0 › org.springframework.security:spring-security-core@7.1.0Remediation: Upgrade to org.springframework.boot:spring-boot-starter-security@4.1.1.
Overview
org.springframework.security:spring-security-core is a package that provides security services for the Spring IO Platform.
Affected versions of this package are vulnerable to Access Control Bypass in the InetAddressMatchers process. An attacker can bypass network-based access control checks by supplying the IPv4 or IPv6 "any local" addresses (0.0.0.0 or ::), which are incorrectly classified as external rather than internal. This is only exploitable if the application uses InetAddressMatchers.matchInternal() or InetAddressMatchers.matchExternal() and relies on their classification to make access control decisions for 0.0.0.0 or ::.
Remediation
Upgrade org.springframework.security:spring-security-core to version 7.1.1 or higher.
References
medium severity
new
- Vulnerable module: tools.jackson.core:jackson-databind
- Introduced through: org.flywaydb:flyway-core@12.4.0, org.springframework.boot:spring-boot-starter-jackson@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.flywaydb:flyway-core@12.4.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.flywaydb:flyway-core@13.5.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1
Overview
Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the isSafeSubType() method of DefaultBaseTypeLimitingValidator, whose denylist of unsafe base types omits java.lang.Comparable, so the method returns true for any subtype resolved under a Comparable base. An attacker can trigger instantiation of arbitrary classes that implement Comparable, such as java.io.File to reach path-traversal primitives, by sending JSON with attacker-controlled type identifiers. This requires the application to use a bare @JsonTypeInfo with the default validator and no explicit PolymorphicTypeValidator, and a property or class whose declared base type is Comparable.
Workaround
This vulnerability can be avoided by configuring an explicit restrictive PolymorphicTypeValidator, such as a BasicPolymorphicTypeValidator allowlist passed to activateDefaultTyping(), instead of relying on the default validator.
Note: The discoverer of this vulnerability reports that "I have not identified a class implementing Comparable that yields code execution purely through deserialization".
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 tools.jackson.core:jackson-databind to version 3.1.6, 3.2.2 or higher.
References
medium severity
new
- Vulnerable module: org.springframework:spring-webmvc
- Introduced through: org.springframework.boot:spring-boot-starter-webmvc@4.1.0
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
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 Cross-site Scripting (XSS) when sending view fragments over Server-Sent Events (SSE). An attacker can cause data streams to be corrupted and potentially inject malicious information to other users by controlling the data that is streamed to clients.
Note: This is only exploitable if the application uses Spring MVC or Spring WebFlux, sends view fragments via SSE, and the attacker can control the streamed data.
Details
Cross-site scripting (or XSS) is a code vulnerability that occurs when an attacker “injects” a malicious script into an otherwise trusted website. The injected script gets downloaded and executed by the end user’s browser when the user interacts with the compromised website.
This is done by escaping the context of the web application; the web application then delivers that data to its users along with other trusted dynamic content, without validating it. The browser unknowingly executes malicious script on the client side (through client-side languages; usually JavaScript or HTML) in order to perform actions that are otherwise typically blocked by the browser’s Same Origin Policy.
Injecting malicious code is the most prevalent manner by which XSS is exploited; for this reason, escaping characters in order to prevent this manipulation is the top method for securing code against this vulnerability.
Escaping means that the application is coded to mark key characters, and particularly key characters included in user input, to prevent those characters from being interpreted in a dangerous context. For example, in HTML, < can be coded as < and > can be coded as > in order to be interpreted and displayed as themselves in text, while within the code itself, they are used for HTML tags. If malicious content is injected into an application that escapes special characters and that malicious content uses < and > as HTML tags, those characters are nonetheless not interpreted as HTML tags by the browser if they’ve been correctly escaped in the application code and in this way the attempted attack is diverted.
The most prominent use of XSS is to steal cookies (source: OWASP HttpOnly) and hijack user sessions, but XSS exploits have been used to expose sensitive information, enable access to privileged services and functionality and deliver malware.
Types of attacks
There are a few methods by which XSS can be manipulated:
| Type | Origin | Description |
|---|---|---|
| Stored | Server | The malicious code is inserted in the application (usually as a link) by the attacker. The code is activated every time a user clicks the link. |
| Reflected | Server | The attacker delivers a malicious link externally from the vulnerable web site application to a user. When clicked, malicious code is sent to the vulnerable web site, which reflects the attack back to the user’s browser. |
| DOM-based | Client | The attacker forces the user’s browser to render a malicious page. The data in the page itself delivers the cross-site scripting data. |
| Mutated | The attacker injects code that appears safe, but is then rewritten and modified by the browser, while parsing the markup. An example is rebalancing unclosed quotation marks or even adding quotation marks to unquoted parameters. |
Affected environments
The following environments are susceptible to an XSS attack:
- Web servers
- Application servers
- Web application environments
How to prevent
This section describes the top best practices designed to specifically protect your code:
- Sanitize data input in an HTTP request before reflecting it back, ensuring all data is validated, filtered or escaped before echoing anything back to the user, such as the values of query parameters during searches.
- Convert special characters such as
?,&,/,<,>and spaces to their respective HTML or URL encoded equivalents. - Give users the option to disable client-side scripts.
- Redirect invalid requests.
- Detect simultaneous logins, including those from two separate IP addresses, and invalidate those sessions.
- Use and enforce a Content Security Policy (source: Wikipedia) to disable any features that might be manipulated for an XSS attack.
- Read the documentation for any of the libraries referenced in your code to understand which elements allow for embedded HTML.
Remediation
Upgrade org.springframework:spring-webmvc to version 7.0.9 or higher.
References
medium severity
- Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
- Introduced through: org.springframework.boot:spring-boot-starter-webmvc@4.1.0
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.apache.tomcat.embed:tomcat-embed-websocket@11.0.22 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
Overview
org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.
Affected versions of this package are vulnerable to Always-Incorrect Control Flow Implementation due to the incomplete logging of the effective web.xml when special roles and empty authorization constraints are present. An attacker can bypass intended access restrictions by exploiting the absence of these constraints in the logged configuration.
Remediation
Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.119, 10.1.56, 11.0.23 or higher.
References
medium severity
- Vulnerable module: org.apache.tomcat.embed:tomcat-embed-core
- Introduced through: org.springframework.boot:spring-boot-starter-webmvc@4.1.0
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.apache.tomcat.embed:tomcat-embed-websocket@11.0.22 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat@4.1.0 › org.springframework.boot:spring-boot-starter-tomcat-runtime@4.1.0 › org.springframework.boot:spring-boot-tomcat@4.1.0 › org.apache.tomcat.embed:tomcat-embed-core@11.0.22Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
Overview
org.apache.tomcat.embed:tomcat-embed-core is a Core Tomcat implementation.
Affected versions of this package are vulnerable to Improper Authorization due to the improper enforcement of security constraints in the default servlet when certain HTTP methods or method omissions are configured. An attacker can gain unauthorized access to protected resources by sending requests using HTTP methods that are not properly restricted.
Remediation
Upgrade org.apache.tomcat.embed:tomcat-embed-core to version 9.0.119, 10.1.56, 11.0.23 or higher.
References
medium severity
new
- Vulnerable module: org.springframework:spring-webmvc
- Introduced through: org.springframework.boot:spring-boot-starter-webmvc@4.1.0
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
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 Open Redirect in the UrlHandlerFilter process when it is configured with very broadly matching patterns. An attacker can redirect users to arbitrary external sites by crafting a specially constructed URL.
Remediation
Upgrade org.springframework:spring-webmvc to version 7.0.9 or higher.
References
medium severity
- Vulnerable module: tools.jackson.core:jackson-databind
- Introduced through: org.flywaydb:flyway-core@12.4.0, org.springframework.boot:spring-boot-starter-jackson@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.flywaydb:flyway-core@12.4.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.flywaydb:flyway-core@12.10.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.0.
Overview
Affected versions of this package are vulnerable to Incorrect Authorization in the BeanDeserializer._deserializeUsingPropertyBased method, whose property-buffering branch omits the prop.visibleInView(activeView) check that the creator-property branch performs. An attacker can populate view-restricted setterless collection or map properties, such as admin-only fields, from untrusted JSON by supplying values for them during deserialization, bypassing @JsonView protection. This affects only setterless collection or map properties annotated with a restricted @JsonView and reached through the property-based creator path.
Remediation
Upgrade tools.jackson.core:jackson-databind to version 3.1.4 or higher.
References
medium severity
- Vulnerable module: tools.jackson.core:jackson-databind
- Introduced through: org.flywaydb:flyway-core@12.4.0, org.springframework.boot:spring-boot-starter-jackson@4.1.0 and others
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.flywaydb:flyway-core@12.4.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.flywaydb:flyway-core@12.10.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-jackson@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-json@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-json@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-restclient@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-restclient@4.1.0.
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-starter-jackson@4.1.0 › org.springframework.boot:spring-boot-jackson@4.1.0 › tools.jackson.core:jackson-databind@3.1.1Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.0.
Overview
Affected versions of this package are vulnerable to Incorrect Authorization in the UnwrappedPropertyHandler.processUnwrappedCreatorProperties() method, which replays buffered JSON into creator parameters without consulting prop.visibleInView(activeView). An attacker can set view-restricted constructor parameters annotated with both @JsonView and @JsonUnwrapped, such as admin-only fields, from untrusted JSON by supplying them during deserialization while a more restrictive view is active, defeating the @JsonView write-side authorization boundary.
Remediation
Upgrade tools.jackson.core:jackson-databind to version 3.1.4 or higher.
References
medium severity
new
- Vulnerable module: org.springframework:spring-webmvc
- Introduced through: org.springframework.boot:spring-boot-starter-webmvc@4.1.0
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
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 Open Redirect in the UrlFileNameViewController file when it is mapped with an end-of-path and lacks a configured prefix. An attacker can redirect users to arbitrary external URLs by crafting a specially constructed request.
Remediation
Upgrade org.springframework:spring-webmvc to version 7.0.9 or higher.
References
medium severity
- Module: net.sf.trove4j:trove4j
- Introduced through: net.sf.trove4j:trove4j@3.0.3
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › net.sf.trove4j:trove4j@3.0.3
LGPL-2.1 license
medium severity
- Module: org.geolatte:geolatte-geom
- Introduced through: org.hibernate.orm:hibernate-spatial@7.4.5.Final
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.hibernate.orm:hibernate-spatial@7.4.5.Final › org.geolatte:geolatte-geom@1.11
LGPL-3.0 license
medium severity
- Module: org.jgrapht:jgrapht-core
- Introduced through: org.choco-solver:choco-solver@6.0.1
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.choco-solver:choco-solver@6.0.1 › org.jgrapht:jgrapht-core@1.5.3
Dual license: EPL-1.0, LGPL-2.1
low severity
- Vulnerable module: org.jetbrains.kotlin:kotlin-stdlib
- Introduced through: com.mailjet:mailjet-client@6.0.1
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › com.mailjet:mailjet-client@6.0.1 › com.squareup.okhttp3:okhttp@5.0.0-alpha.14 › org.jetbrains.kotlin:kotlin-stdlib@1.9.23
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › com.mailjet:mailjet-client@6.0.1 › com.squareup.okhttp3:okhttp@5.0.0-alpha.14 › com.squareup.okio:okio-jvm@3.9.0 › org.jetbrains.kotlin:kotlin-stdlib@1.9.23
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
new
- Vulnerable module: org.springframework:spring-webmvc
- Introduced through: org.springframework.boot:spring-boot-starter-webmvc@4.1.0
Detailed paths
-
Introduced through: cunvoas/opendata-tools@cunvoas/opendata-tools › org.springframework.boot:spring-boot-starter-webmvc@4.1.0 › org.springframework.boot:spring-boot-webmvc@4.1.0 › org.springframework:spring-webmvc@7.0.8Remediation: Upgrade to org.springframework.boot:spring-boot-starter-webmvc@4.1.1.
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 Neutralization in the ServerResponse.sse process. An attacker can corrupt the data stream sent to other users by injecting malicious or malformed data into the stream when the application uses plain text messages and the attacker controls the streamed data. This is only exploitable if the application uses Spring MVC's functional web framework, streams data using Server Sent Events (SSE), does not use a structured message format like JSON, and allows an attacker to control the streamed data.
Remediation
Upgrade org.springframework:spring-webmvc to version 7.0.9 or higher.