Vulnerabilities |
21 via 355 paths |
|---|---|
Dependencies |
159 |
Source |
GitHub |
Find, fix and prevent vulnerabilities in your code.
critical severity
- Vulnerable module: org.apache.mina:mina-core
- Introduced through: org.apache.directory.server:apacheds-protocol-shared@1.5.5, org.apache.directory.shared:shared-asn1-codec@0.9.15 and others
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.server:apacheds-protocol-shared@1.5.5 › org.apache.mina:mina-core@2.0.27
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-asn1-codec@0.9.15 › org.apache.mina:mina-core@2.0.27
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.server:apacheds-protocol-ldap@1.5.5 › org.apache.directory.server:apacheds-protocol-shared@1.5.5 › org.apache.mina:mina-core@2.0.27
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.server:apacheds-protocol-ldap@1.5.5 › org.apache.directory.shared:shared-asn1-codec@0.9.15 › org.apache.mina:mina-core@2.0.27
Overview
org.apache.mina:mina-core is a network application framework which helps users develop high performance and high scalability network applications easily.
Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the resolveClass function in AbstractIoBuffer when the null-clazz branch skips the acceptMatchers filter. An attacker can achieve arbitrary code execution by sending specially crafted serialized objects to applications that invoke IoBuffer.getObject().
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 org.apache.mina:mina-core to version 2.0.28, 2.1.11, 2.2.6 or higher.
References
critical severity
- Vulnerable module: org.apache.mina:mina-core
- Introduced through: org.apache.directory.server:apacheds-protocol-shared@1.5.5, org.apache.directory.shared:shared-asn1-codec@0.9.15 and others
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.server:apacheds-protocol-shared@1.5.5 › org.apache.mina:mina-core@2.0.27
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-asn1-codec@0.9.15 › org.apache.mina:mina-core@2.0.27
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.server:apacheds-protocol-ldap@1.5.5 › org.apache.directory.server:apacheds-protocol-shared@1.5.5 › org.apache.mina:mina-core@2.0.27
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.server:apacheds-protocol-ldap@1.5.5 › org.apache.directory.shared:shared-asn1-codec@0.9.15 › org.apache.mina:mina-core@2.0.27
Overview
org.apache.mina:mina-core is a network application framework which helps users develop high performance and high scalability network applications easily.
Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the IoBuffer.getObject function. An attacker can execute arbitrary code by supplying specially crafted serialized data to be deserialized.
Note:
This is a bypass of the fix for CVE-2024-52046.
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 org.apache.mina:mina-core to version 2.0.28, 2.1.11, 2.2.6 or higher.
References
critical severity
new
- Vulnerable module: org.apache.mina:mina-core
- Introduced through: org.apache.directory.server:apacheds-protocol-shared@1.5.5, org.apache.directory.shared:shared-asn1-codec@0.9.15 and others
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.server:apacheds-protocol-shared@1.5.5 › org.apache.mina:mina-core@2.0.27
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-asn1-codec@0.9.15 › org.apache.mina:mina-core@2.0.27
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.server:apacheds-protocol-ldap@1.5.5 › org.apache.directory.server:apacheds-protocol-shared@1.5.5 › org.apache.mina:mina-core@2.0.27
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.server:apacheds-protocol-ldap@1.5.5 › org.apache.directory.shared:shared-asn1-codec@0.9.15 › org.apache.mina:mina-core@2.0.27
Overview
org.apache.mina:mina-core is a network application framework which helps users develop high performance and high scalability network applications easily.
Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the resolveProxyClass function. An attacker can execute arbitrary code or trigger unintended side effects by supplying specially crafted serialized data that bypasses the allow-list filter, leading to the instantiation of proxy classes or the triggering of static initializers in allowed classes.
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 org.apache.mina:mina-core to version 2.0.29, 2.1.13, 2.2.8 or higher.
References
high severity
new
- Vulnerable module: org.springframework.ldap:spring-ldap-core
- Introduced through: org.springframework.ldap:spring-ldap-core@3.3.3, org.springframework.ldap:spring-ldap-core-tiger@2.4.4 and others
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@3.3.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.security:spring-security-ldap@7.0.5 › org.springframework.ldap:spring-ldap-core@3.3.3Remediation: Upgrade to org.springframework.security:spring-security-ldap@7.0.6.
Overview
org.springframework.ldap:spring-ldap-core is a maven plugin for LDAP for Sping.
Affected versions of this package are vulnerable to Incorrect Implementation of Authentication Algorithm via LDAP authentication handling in DirContextAuthenticationStrategy implementations. An attacker can bypass password verification by authenticating with a valid username and an empty or null password when the underlying LDAP server permits unauthenticated binds. Because there is no rejection for such bind requests, authentication may succeed without proof of knowledge of the user's password.
Note:
1)This affects authentication flows using AbstractContextSource, LdapTemplate, and LdapClient.
- This is only exploitable if the target LDAP server permits unauthenticated binds as defined in RFC 4513 Section 5.1.2.
Remediation
Upgrade org.springframework.ldap:spring-ldap-core to version 3.0.0, 3.3.8, 4.0.4 or higher.
References
high severity
- Vulnerable module: commons-lang:commons-lang
- Introduced through: org.apache.directory.shared:shared-ldap@0.9.15, org.apache.directory.shared:shared-ldif@0.9.19 and others
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldif@0.9.19 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.server:apacheds-protocol-ldap@1.5.5 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldif@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-dsml-parser@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-converter@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-jndi@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema-loader@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-dsml-parser@0.9.19 › org.apache.directory.shared:shared-ldif@0.9.19 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-converter@0.9.19 › org.apache.directory.shared:shared-ldif@0.9.19 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema@0.9.19 › org.apache.directory.shared:shared-ldif@0.9.19 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema-loader@0.9.19 › org.apache.directory.shared:shared-ldif@0.9.19 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-dsml-parser@0.9.19 › org.apache.directory.shared:shared-ldif@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-converter@0.9.19 › org.apache.directory.shared:shared-ldif@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema@0.9.19 › org.apache.directory.shared:shared-ldif@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema-loader@0.9.19 › org.apache.directory.shared:shared-ldif@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema-loader@0.9.19 › org.apache.directory.shared:shared-ldap-schema@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema-manager@0.9.19 › org.apache.directory.shared:shared-ldap-schema-loader@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema-loader@0.9.19 › org.apache.directory.shared:shared-ldap-schema@0.9.19 › org.apache.directory.shared:shared-ldif@0.9.19 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema-manager@0.9.19 › org.apache.directory.shared:shared-ldap-schema-loader@0.9.19 › org.apache.directory.shared:shared-ldif@0.9.19 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema-loader@0.9.19 › org.apache.directory.shared:shared-ldap-schema@0.9.19 › org.apache.directory.shared:shared-ldif@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema-manager@0.9.19 › org.apache.directory.shared:shared-ldap-schema-loader@0.9.19 › org.apache.directory.shared:shared-ldif@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema-manager@0.9.19 › org.apache.directory.shared:shared-ldap-schema-loader@0.9.19 › org.apache.directory.shared:shared-ldap-schema@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema-manager@0.9.19 › org.apache.directory.shared:shared-ldap-schema-loader@0.9.19 › org.apache.directory.shared:shared-ldap-schema@0.9.19 › org.apache.directory.shared:shared-ldif@0.9.19 › commons-lang:commons-lang@2.6
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-ldap-schema-manager@0.9.19 › org.apache.directory.shared:shared-ldap-schema-loader@0.9.19 › org.apache.directory.shared:shared-ldap-schema@0.9.19 › org.apache.directory.shared:shared-ldif@0.9.19 › org.apache.directory.shared:shared-ldap@0.9.15 › commons-lang:commons-lang@2.6
Overview
Affected versions of this package are vulnerable to Uncontrolled Recursion via the ClassUtils.getClass function. An attacker can cause the application to terminate unexpectedly by providing excessively long input values.
Remediation
There is no fixed version for commons-lang:commons-lang.
References
high severity
- Vulnerable module: org.bouncycastle:bcprov-jdk15to18
- Introduced through: org.bouncycastle:bcprov-jdk15to18@1.81
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.bouncycastle:bcprov-jdk15to18@1.81Remediation: Upgrade to org.bouncycastle:bcprov-jdk15to18@1.84.
Overview
org.bouncycastle:bcprov-jdk15to18 is a Java implementation of cryptographic algorithms.
Affected versions of this package are vulnerable to Use of a Broken or Risky Cryptographic Algorithm due to the generateCTR process in G3413CTRBlockCipher. An attacker can recover relationships between encrypted plaintext blocks by driving the cipher past its counter range and causing the counter to wrap, which makes the stream repeat and produces identical ciphertext for different blocks. This breaks the confidentiality of data protected with G3413CTRBlockCipher and can expose plaintext patterns or allow plaintext recovery when the same key and IV are reused across enough blocks.
Remediation
Upgrade org.bouncycastle:bcprov-jdk15to18 to version 1.84 or higher.
References
high severity
new
- Vulnerable module: org.springframework:spring-expression
- Introduced through: org.springframework:spring-context-support@7.0.7, org.springframework.ldap:spring-ldap-core@3.3.3 and others
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.security:spring-security-ldap@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7Remediation: Upgrade to org.springframework.security:spring-security-ldap@7.0.6.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.security:spring-security-ldap@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-expression@7.0.7Remediation: Upgrade to org.springframework.security:spring-security-ldap@7.0.6.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.security:spring-security-ldap@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7Remediation: Upgrade to org.springframework.security:spring-security-ldap@7.0.6.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.security:spring-security-ldap@7.0.5 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7Remediation: Upgrade to org.springframework.security:spring-security-ldap@7.0.6.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
Overview
Affected versions of this package are vulnerable to Inefficient Algorithmic Complexity via evaluation of user-controlled Spring Expression Language (SpEL) expressions. An attacker can cause denial of service by supplying specially crafted SpEL expressions that trigger excessive CPU or memory consumption during expression evaluation, leading to application degradation or unavailability.
Remediation
Upgrade org.springframework:spring-expression to version 6.0.0, 6.2.19, 7.0.8 or higher.
References
high severity
new
- Vulnerable module: io.micrometer:micrometer-core
- Introduced through: org.springframework.ldap:spring-ldap-core@3.3.3, org.springframework.ldap:spring-ldap-core-tiger@2.4.4 and others
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › io.micrometer:micrometer-core@1.14.10Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › io.micrometer:micrometer-core@1.14.10
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.security:spring-security-ldap@7.0.5 › org.springframework.ldap:spring-ldap-core@3.3.3 › io.micrometer:micrometer-core@1.14.10Remediation: Upgrade to org.springframework.security:spring-security-ldap@7.0.6.
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via HTTP server metrics instrumentation in Micrometer. An attacker can cause denial of service by sending specially crafted HTTP requests that trigger excessive resource consumption during metrics collection and processing. Repeated requests can degrade application performance and potentially render the service unavailable.
Note: This is only exploitable if the application has one or more HTTP server instrumentations enabled with metrics collection configured.
Remediation
Upgrade io.micrometer:micrometer-core to version 1.10.0, 1.15.12, 1.16.6 or higher.
References
high severity
- Vulnerable module: org.bouncycastle:bcprov-jdk15to18
- Introduced through: org.bouncycastle:bcprov-jdk15to18@1.81
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.bouncycastle:bcprov-jdk15to18@1.81Remediation: Upgrade to org.bouncycastle:bcprov-jdk15to18@1.84.
Overview
org.bouncycastle:bcprov-jdk15to18 is a Java implementation of cryptographic algorithms.
Affected versions of this package are vulnerable to Timing Attack through the sample and sample_matrix functions in FrodoEngine.java. An attacker can recover information about the sampled noise values by observing how long Frodo key generation or encapsulation takes when it processes attacker-influenced inputs. The variable-time comparison and sign handling in the error sampler leak the distribution of the generated samples, weakening the secrecy of the private Frodo noise and enabling key-recovery attacks against affected deployments.
Remediation
Upgrade org.bouncycastle:bcprov-jdk15to18 to version 1.84 or higher.
References
high severity
new
- Vulnerable module: org.springframework:spring-core
- Introduced through: org.springframework:spring-context-support@7.0.7, org.springframework.security:spring-security-ldap@7.0.5 and others
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.security:spring-security-ldap@7.0.5 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.security:spring-security-ldap@7.0.6.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-web@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-web@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework.data:spring-data-commons@4.0.5 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-web@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework.data:spring-data-commons@4.0.5 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-web@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
Overview
org.springframework:spring-core is a core package within the spring-framework that contains multiple classes and utilities.
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via caching of parsed Spring Expression Language (SpEL) expressions. An attacker can cause denial of service by supplying crafted user-controlled SpEL expressions that trigger unbounded growth of the expression cache. Over time, repeated evaluations can consume excessive memory, eventually leading to memory exhaustion and application unavailability.
Note: Exploitation typically requires a large number of expression evaluations, potentially millions of requests, even when reusing a single expression with dynamic inputs.
Remediation
Upgrade org.springframework:spring-core to version 6.0.0, 6.2.19, 7.0.8 or higher.
References
high severity
new
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.ligoj.bootstrap:bootstrap-business@3.3.1
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-web@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-web@7.0.7
Overview
org.springframework:spring-web is a package that provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Affected versions of this package are vulnerable to Missing Release of Memory after Effective Lifetime via multipart request processing in Spring WebFlux. An attacker can cause denial of service by sending crafted multipart requests that trigger a memory leak during request processing, leading to excessive memory consumption and potentially causing the application to become unavailable.
Note: This is only exploitable if the application uses Spring WebFlux and exposes an endpoint that accepts multipart requests.
Remediation
Upgrade org.springframework:spring-web to version 6.0.0, 6.2.19, 7.0.8 or higher.
References
high severity
- Vulnerable module: dom4j:dom4j
- Introduced through: org.apache.directory.shared:shared-dsml-parser@0.9.19
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-dsml-parser@0.9.19 › dom4j:dom4j@1.6.1
Overview
dom4j:dom4j is a flexible XML framework for Java. Note: this artifact has been deprecated for org.dom4j:dom4j.
Affected versions of this package are vulnerable to XML External Entity (XXE) Injection due to improper validation of the QName inputs.
Details
XXE Injection is a type of attack against an application that parses XML input. XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. By default, many XML processors allow specification of an external entity, a URI that is dereferenced and evaluated during XML processing. When an XML document is being parsed, the parser can make a request and include the content at the specified URI inside of the XML document.
Attacks can include disclosing local files, which may contain sensitive data such as passwords or private user data, using file: schemes or relative paths in the system identifier.
For example, below is a sample XML document, containing an XML element- username.
<xml>
<?xml version="1.0" encoding="ISO-8859-1"?>
<username>John</username>
</xml>
An external XML entity - xxe, is defined using a system identifier and present within a DOCTYPE header. These entities can access local or remote content. For example the below code contains an external XML entity that would fetch the content of /etc/passwd and display it to the user rendered by username.
<xml>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE foo [
<!ENTITY xxe SYSTEM "file:///etc/passwd" >]>
<username>&xxe;</username>
</xml>
Other XXE Injection attacks can access local resources that may not stop returning data, possibly impacting application availability and leading to Denial of Service.
Remediation
There is no fixed version for dom4j:dom4j.
References
high severity
- Vulnerable module: dom4j:dom4j
- Introduced through: org.apache.directory.shared:shared-dsml-parser@0.9.19
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.shared:shared-dsml-parser@0.9.19 › dom4j:dom4j@1.6.1
Overview
dom4j:dom4j is a flexible XML framework for Java. Note: this artifact has been deprecated for org.dom4j:dom4j.
Affected versions of this package are vulnerable to XML External Entity (XXE) Injection. By using the default SaxReader() provided by Dom4J, external DTDs and External Entities are allowed, resulting in a possible XXE.
Details
XXE Injection is a type of attack against an application that parses XML input. XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. By default, many XML processors allow specification of an external entity, a URI that is dereferenced and evaluated during XML processing. When an XML document is being parsed, the parser can make a request and include the content at the specified URI inside of the XML document.
Attacks can include disclosing local files, which may contain sensitive data such as passwords or private user data, using file: schemes or relative paths in the system identifier.
For example, below is a sample XML document, containing an XML element- username.
<xml>
<?xml version="1.0" encoding="ISO-8859-1"?>
<username>John</username>
</xml>
An external XML entity - xxe, is defined using a system identifier and present within a DOCTYPE header. These entities can access local or remote content. For example the below code contains an external XML entity that would fetch the content of /etc/passwd and display it to the user rendered by username.
<xml>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE foo [
<!ENTITY xxe SYSTEM "file:///etc/passwd" >]>
<username>&xxe;</username>
</xml>
Other XXE Injection attacks can access local resources that may not stop returning data, possibly impacting application availability and leading to Denial of Service.
Remediation
There is no fixed version for dom4j:dom4j.
References
medium severity
- Vulnerable module: org.bouncycastle:bcprov-jdk15to18
- Introduced through: org.bouncycastle:bcprov-jdk15to18@1.81
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.bouncycastle:bcprov-jdk15to18@1.81Remediation: Upgrade to org.bouncycastle:bcprov-jdk15to18@1.84.
Overview
org.bouncycastle:bcprov-jdk15to18 is a Java implementation of cryptographic algorithms.
Affected versions of this package are vulnerable to LDAP Injection via the parseDN handling and the LDAP store helpers in X509LDAPCertStoreSpi and LDAPStoreHelper. An attacker can influence LDAP search filters by supplying a crafted X.500 subject or issuer string that is parsed into an unescaped filter value. This lets the attacker alter the directory query used to locate certificates and CRLs, causing the application to retrieve incorrect LDAP entries or fail to find the intended ones, which can break certificate validation and revocation checks.
Remediation
Upgrade org.bouncycastle:bcprov-jdk15to18 to version 1.84 or higher.
References
medium severity
new
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.ligoj.bootstrap:bootstrap-business@3.3.1
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-web@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-web@7.0.7
Overview
org.springframework:spring-web is a package that provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Affected versions of this package are vulnerable to HTTP Request Smuggling via multipart request parsing discrepancies between Spring MVC/WebFlux and intermediary security devices. An attacker can bypass Web Application Firewall (WAF) or proxy security controls by sending crafted multipart requests that are interpreted differently by the intermediary and the Spring application, allowing malicious content to evade inspection and reach the backend application.
Remediation
Upgrade org.springframework:spring-web to version 6.0.0, 6.2.19, 7.0.8 or higher.
References
medium severity
new
- Vulnerable module: org.springframework:spring-core
- Introduced through: org.springframework:spring-context-support@7.0.7, org.springframework.security:spring-security-ldap@7.0.5 and others
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.security:spring-security-ldap@7.0.5 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.security:spring-security-ldap@7.0.6.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-web@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-web@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework.data:spring-data-commons@4.0.5 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-web@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework.data:spring-data-commons@4.0.5 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-web@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-aop@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-orm@7.0.7 › org.springframework:spring-jdbc@7.0.7 › org.springframework:spring-tx@7.0.7 › org.springframework:spring-beans@7.0.7 › org.springframework:spring-core@7.0.7
Overview
org.springframework:spring-core is a core package within the spring-framework that contains multiple classes and utilities.
Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) via pattern processing in AntPathMatcher. An attacker can cause denial of service by supplying a crafted regular expression pattern to methods such as match(), matchStart(), or extractUriTemplateVariables(), triggering excessive backtracking and CPU consumption during pattern evaluation.
Note: This is only exploitable if attacker-controlled input is used directly or indirectly as the pattern argument to one of the affected AntPathMatcher methods.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.
The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.
Let’s take the following regular expression as an example:
regex = /A(B|C+)+D/
This regular expression accomplishes the following:
AThe string must start with the letter 'A'(B|C+)+The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the+matches one or more times). The+at the end of this section states that we can look for one or more matches of this section.DFinally, we ensure this section of the string ends with a 'D'
The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD
It most cases, it doesn't take very long for a regex engine to find a match:
$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total
$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total
The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.
Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.
Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:
- CCC
- CC+C
- C+CC
- C+C+C.
The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.
From there, the number of steps the engine must use to validate a string just continues to grow.
| String | Number of C's | Number of steps |
|---|---|---|
| ACCCX | 3 | 38 |
| ACCCCX | 4 | 71 |
| ACCCCCX | 5 | 136 |
| ACCCCCCCCCCCCCCX | 14 | 65,553 |
By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.
Remediation
Upgrade org.springframework:spring-core to version 6.0.0, 6.2.19, 7.0.8 or higher.
References
medium severity
new
- Vulnerable module: org.springframework:spring-expression
- Introduced through: org.springframework:spring-context-support@7.0.7, org.springframework.ldap:spring-ldap-core@3.3.3 and others
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7Remediation: Upgrade to org.springframework:spring-context-support@7.0.8.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7Remediation: Upgrade to org.springframework.ldap:spring-ldap-core@4.0.4.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.security:spring-security-ldap@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7Remediation: Upgrade to org.springframework.security:spring-security-ldap@7.0.6.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.security:spring-security-ldap@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-expression@7.0.7Remediation: Upgrade to org.springframework.security:spring-security-ldap@7.0.6.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.springframework:spring-context-support@7.0.7 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.ldap:spring-ldap-core-tiger@2.4.4 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.security:spring-security-ldap@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7Remediation: Upgrade to org.springframework.security:spring-security-ldap@7.0.6.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.springframework.security:spring-security-ldap@7.0.5 › org.springframework.ldap:spring-ldap-core@3.3.3 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7Remediation: Upgrade to org.springframework.security:spring-security-ldap@7.0.6.
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.data:spring-data-jpa@4.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-config@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework.security:spring-security-core@7.0.5 › org.springframework:spring-context@7.0.7 › org.springframework:spring-expression@7.0.7
Overview
Affected versions of this package are vulnerable to Exposed Dangerous Method or Function via Spring Expression Language (SpEL) method invocation handling. An attacker can invoke arbitrary zero-argument methods by supplying crafted SpEL expressions, even in contexts intended to restrict method execution or provide read-only access. This may allow execution of unintended application logic and access to functionality that should not be exposed through expression evaluation.
Note: This is only exploitable if the application accepts and evaluates untrusted or user-controlled SpEL expressions.
Remediation
Upgrade org.springframework:spring-expression to version 6.0.0, 6.2.19, 7.0.8 or higher.
References
medium severity
new
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.ligoj.bootstrap:bootstrap-business@3.3.1
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-web@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-web@7.0.7
Overview
org.springframework:spring-web is a package that provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via incorrect host parsing in UriComponentsBuilder. An attacker can perform server-side request forgery by supplying a crafted URL that is interpreted differently than intended during validation, allowing requests to be sent to unintended hosts despite application-level hostname validation checks.
Remediation
Upgrade org.springframework:spring-web to version 6.2.19, 7.0.8 or higher.
References
medium severity
new
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.ligoj.bootstrap:bootstrap-business@3.3.1
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-web@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-web@7.0.7
Overview
org.springframework:spring-web is a package that provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Affected versions of this package are vulnerable to Session Fixation via session fixation handling. An attacker controlling a compromised subdomain can obtain a known session identifier and subsequently cause it to be associated with an authenticated user session, allowing unauthorized use of the victim's authenticated session.
Note: This is only exploitable if an attacker can control or execute script within a subdomain of the target application (for example through a cross-site scripting vulnerability).
Remediation
Upgrade org.springframework:spring-web to version 6.0.0, 6.2.19, 7.0.8 or higher.
References
medium severity
new
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.ligoj.bootstrap:bootstrap-business@3.3.1
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework:spring-web@7.0.7
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.ligoj.bootstrap:bootstrap-business@3.3.1 › org.ligoj.bootstrap:bootstrap-core@3.3.1 › org.springframework.security:spring-security-web@7.0.5 › org.springframework:spring-web@7.0.7
Overview
org.springframework:spring-web is a package that provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Affected versions of this package are vulnerable to Cross-site Scripting (XSS) via improper escaping in JavaScriptUtils.javaScriptEscape(). An attacker can inject arbitrary JavaScript code into a web page when user-controlled input is escaped using javaScriptEscape() and subsequently embedded into a JavaScript context. Incorrect escaping may allow malicious input to break out of the intended context and execute in the victim's browser.
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 6.0.0, 6.2.19, 7.0.8 or higher.
References
medium severity
- Vulnerable module: bouncycastle:bcprov-jdk15
- Introduced through: org.apache.directory.server:apacheds-protocol-ldap@1.5.5
Detailed paths
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.server:apacheds-protocol-ldap@1.5.5 › org.apache.directory.server:apacheds-core@1.5.5 › bouncycastle:bcprov-jdk15@140
-
Introduced through: ligoj/plugin-id-ldap-embedded@ligoj/plugin-id-ldap-embedded › org.apache.directory.server:apacheds-protocol-ldap@1.5.5 › org.apache.directory.server:apacheds-protocol-shared@1.5.5 › org.apache.directory.server:apacheds-core@1.5.5 › bouncycastle:bcprov-jdk15@140
Overview
bouncycastle:bcprov-jdk15 is a Java implementation of cryptographic algorithms.
Affected versions of this package are vulnerable to Cryptographic Issues. The TLS implementation does not properly consider timing side-channel attacks on a noncompliant MAC check operation during the processing of malformed CBC padding, which allows remote attackers to conduct distinguishing attacks and plaintext-recovery attacks via statistical analysis of timing data for crafted packets, a related issue to CVE-2013-0169.
Remediation
There is no fixed version for bouncycastle:bcprov-jdk15.