Find, fix and prevent vulnerabilities in your code.
critical severity
- Vulnerable module: org.springframework.security:spring-security-web
- Introduced through: org.springframework.security:spring-security-web@5.7.11 and org.springframework.security:spring-security-taglibs@5.7.11
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-web@5.7.13.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.13.
Overview
org.springframework.security:spring-security-web is a package within Spring Security that provides security services for the Spring IO Platform.
Affected versions of this package are vulnerable to Missing Authorization allowing Spring Security authorization rules to be bypassed for static resources.
Note:
Non-Static Resources Are Not Affected by this vulnerability. This is because handlers for these routes use predicates to validate the requests even if all security filters are bypassed.
Spring Security states that for this to impact an application, all of the following conditions must be met:
It must be a WebFlux application.
It must be using Spring's static resources support.
It must have a non-permitAll authorization rule applied to the static resources support.
Remediation
Upgrade org.springframework.security:spring-security-web
to version 5.7.13, 5.8.15, 6.2.7, 6.3.4 or higher.
References
critical severity
- Vulnerable module: org.postgresql:postgresql
- Introduced through: org.postgresql:postgresql@42.3.8
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.postgresql:postgresql@42.3.8Remediation: Upgrade to org.postgresql:postgresql@42.3.9.
Overview
org.postgresql:postgresql is a Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database.
Affected versions of this package are vulnerable to SQL Injection when using PreferQueryMode=SIMPLE
, which is not the default setting. By passing in a numeric value placeholder immediately preceded by a minus and followed by a second placeholder for a string value, on the same line, an attacker can construct a payload that alters the parameterized query into which it is interpolated. This effectively bypasses the protections against SQL Injection that parameterized queries offer.
Remediation
Upgrade org.postgresql:postgresql
to version 42.2.28.jre7, 42.3.9, 42.4.4, 42.5.5, 42.6.1, 42.7.2 or higher.
References
critical severity
- Vulnerable module: org.springframework.security:spring-security-crypto
- Introduced through: org.springframework.security:spring-security-core@5.7.11, org.springframework.security:spring-security-config@5.7.11 and others
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-core@5.7.11 › org.springframework.security:spring-security-crypto@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-core@6.3.8.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-config@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework.security:spring-security-crypto@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-config@6.3.8.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework.security:spring-security-crypto@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-web@6.3.8.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework.security:spring-security-crypto@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@6.3.8.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-acl@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework.security:spring-security-crypto@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@6.3.8.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework.security:spring-security-crypto@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@6.3.8.
Overview
org.springframework.security:spring-security-crypto is a spring-security-crypto library for Spring Security.
Affected versions of this package are vulnerable to Authentication Bypass by Primary Weakness in the BCryptPasswordEncoder.matches()
function, which only takes the first 72 characters for comparison. Passwords longer than this will incorrectly return true when compared against other strings sharing the same first 72 characters, making them easier to brute force.
Note: Patches have also been issued for older versions of Enterprise Support packages.
Remediation
Upgrade org.springframework.security:spring-security-crypto
to version 6.3.8, 6.4.4 or higher.
References
high severity
- Vulnerable module: com.fasterxml.jackson.core:jackson-core
- Introduced through: com.fasterxml.jackson.core:jackson-core@2.14.0 and com.fasterxml.jackson.core:jackson-databind@2.14.0
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › com.fasterxml.jackson.core:jackson-core@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-core@2.15.0.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.15.0.
Overview
com.fasterxml.jackson.core:jackson-core is a Core Jackson abstractions, basic JSON streaming API implementation
Affected versions of this package are vulnerable to Denial of Service (DoS) due to missing input size validation when performing numeric type conversions. A remote attacker can exploit this vulnerability by causing the application to deserialize data containing certain numeric types with large values, causing the application to exhaust all available resources.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
ws
package
Remediation
Upgrade com.fasterxml.jackson.core:jackson-core
to version 2.15.0-rc1 or higher.
References
high severity
- Vulnerable module: com.fasterxml.jackson.core:jackson-core
- Introduced through: com.fasterxml.jackson.core:jackson-core@2.14.0 and com.fasterxml.jackson.core:jackson-databind@2.14.0
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › com.fasterxml.jackson.core:jackson-core@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-core@2.15.0.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.15.0.
Overview
com.fasterxml.jackson.core:jackson-core is a Core Jackson abstractions, basic JSON streaming API implementation
Affected versions of this package are vulnerable to Stack-based Buffer Overflow due to the parse
process, which accepts an unlimited input file with deeply nested data. An attacker can cause a stack overflow and crash the application by providing input files with excessively deep nesting.
Remediation
Upgrade com.fasterxml.jackson.core:jackson-core
to version 2.15.0-rc1 or higher.
References
high severity
- Vulnerable module: org.springframework.security:spring-security-core
- Introduced through: org.springframework.security:spring-security-core@5.7.11, org.springframework.security:spring-security-config@5.7.11 and others
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-core@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-core@5.7.12.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-config@5.7.11 › org.springframework.security:spring-security-core@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-config@5.7.12.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11 › org.springframework.security:spring-security-core@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-web@5.7.12.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-core@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.12.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-acl@5.7.11 › org.springframework.security:spring-security-core@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.12.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11 › org.springframework.security:spring-security-core@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.12.
Overview
org.springframework.security:spring-security-core is a package that provides security services for the Spring IO Platform.
Affected versions of this package are vulnerable to Improper Access Control when the application uses AuthenticatedVoter
directly and a null
authentication parameter is passed to it. Exploiting this vulnerability resulting in an erroneous true
return value.
Note
Users are not affected if:
The application does not use
AuthenticatedVoter#vote
directly.The application does not pass
null
toAuthenticatedVoter#vote
.
Remediation
Upgrade org.springframework.security:spring-security-core
to version 5.7.12, 5.8.11, 6.0.10, 6.1.8, 6.2.3 or higher.
References
high severity
- Vulnerable module: ch.qos.logback:logback-classic
- Introduced through: ch.qos.logback:logback-classic@1.4.12
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › ch.qos.logback:logback-classic@1.4.12Remediation: Upgrade to ch.qos.logback:logback-classic@1.4.14.
Overview
ch.qos.logback:logback-classic is a reliable, generic, fast and flexible logging library for Java.
Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') via the logback receiver
component. An attacker can mount a denial-of-service attack by sending poisoned data.
Note:
Successful exploitation requires the logback-receiver component being enabled and also reachable by the attacker.
Remediation
Upgrade ch.qos.logback:logback-classic
to version 1.2.13, 1.3.14, 1.4.14 or higher.
References
high severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: ch.qos.logback:logback-classic@1.4.12
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › ch.qos.logback:logback-classic@1.4.12 › ch.qos.logback:logback-core@1.4.12Remediation: Upgrade to ch.qos.logback:logback-classic@1.4.14.
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') via the logback receiver
component. An attacker can mount a denial-of-service attack by sending poisoned data.
Note:
Successful exploitation requires the logback-receiver component being enabled and also reachable by the attacker.
Remediation
Upgrade ch.qos.logback:logback-core
to version 1.2.13, 1.3.14, 1.4.14 or higher.
References
high severity
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.springframework.security:spring-security-web@5.7.11, org.springframework.security:spring-security-taglibs@5.7.11 and others
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-web@5.8.10.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.10.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework:spring-webmvc@7.0.0-M9 › org.springframework:spring-web@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.10.
Overview
org.springframework:spring-web is a package that provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Affected versions of this package are vulnerable to Open Redirect when UriComponentsBuilder
parses an externally provided URL, and the application subsequently uses that URL. If it contains hierarchical components such as path, query, and fragment it may evade validation.
Remediation
Upgrade org.springframework:spring-web
to version 5.3.32, 6.0.17, 6.1.4 or higher.
References
high severity
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.springframework.security:spring-security-web@5.7.11, org.springframework.security:spring-security-taglibs@5.7.11 and others
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-web@5.8.11.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.11.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework:spring-webmvc@7.0.0-M9 › org.springframework:spring-web@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.11.
Overview
org.springframework:spring-web is a package that provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Affected versions of this package are vulnerable to Open Redirect when using UriComponentsBuilder
to parse an externally provided URL
and perform validation checks on the host of the parsed URL.
Note: This is the same as CVE-2024-22243, but with different input.
Remediation
Upgrade org.springframework:spring-web
to version 5.3.33, 6.0.18, 6.1.5 or higher.
References
medium severity
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.springframework.security:spring-security-web@5.7.11, org.springframework.security:spring-security-taglibs@5.7.11 and others
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-web@5.8.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework:spring-webmvc@7.0.0-M9 › org.springframework:spring-web@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.14.
Overview
org.springframework:spring-web is a package that provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Affected versions of this package are vulnerable to Denial of Service (DoS) in the form of improper ETag prefix validation when parsing ETags from the If-Match
or If-None-Match
request headers. An attacker can exploit this vulnerability to cause denial of service by sending a maliciously crafted conditional HTTP request.
Workaround
Users of older, unsupported versions could enforce a size limit on If-Match
and If-None-Match
headers, e.g. through a Filter
.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
ws
package
Remediation
Upgrade org.springframework:spring-web
to version 5.3.38, 6.0.23, 6.1.12 or higher.
References
medium severity
- Vulnerable module: org.springframework.security:spring-security-config
- Introduced through: org.springframework.security:spring-security-config@5.7.11
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-config@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-config@5.7.14.
Overview
org.springframework.security:spring-security-config is a security configuration package for Spring Framework.
Affected versions of this package are vulnerable to Authorization Bypass due to the use of String.toLowerCase()
and String.toUpperCase()
that have Locale
dependent exceptions, which results in authorization rules not working properly.
Remediation
Upgrade org.springframework.security:spring-security-config
to version 5.7.14, 5.8.16, 6.2.8, 6.3.5 or higher.
References
medium severity
- Vulnerable module: org.springframework.security:spring-security-core
- Introduced through: org.springframework.security:spring-security-core@5.7.11, org.springframework.security:spring-security-config@5.7.11 and others
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-core@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-core@5.7.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-config@5.7.11 › org.springframework.security:spring-security-core@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-config@5.7.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11 › org.springframework.security:spring-security-core@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-web@5.7.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-core@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-acl@5.7.11 › org.springframework.security:spring-security-core@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11 › org.springframework.security:spring-security-core@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.14.
Overview
org.springframework.security:spring-security-core is a package that provides security services for the Spring IO Platform.
Affected versions of this package are vulnerable to Authorization Bypass due to the use of String.toLowerCase()
and String.toUpperCase()
that have Locale
dependent exceptions, which results in authorization rules not working properly.
Remediation
Upgrade org.springframework.security:spring-security-core
to version 5.7.14, 5.8.16, 6.2.8, 6.3.5 or higher.
References
medium severity
- Vulnerable module: org.springframework.security:spring-security-crypto
- Introduced through: org.springframework.security:spring-security-core@5.7.11, org.springframework.security:spring-security-config@5.7.11 and others
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-core@5.7.11 › org.springframework.security:spring-security-crypto@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-core@5.7.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-config@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework.security:spring-security-crypto@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-config@5.7.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework.security:spring-security-crypto@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-web@5.7.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework.security:spring-security-crypto@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-acl@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework.security:spring-security-crypto@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework.security:spring-security-crypto@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.14.
Overview
org.springframework.security:spring-security-crypto is a spring-security-crypto library for Spring Security.
Affected versions of this package are vulnerable to Authorization Bypass due to the use of String.toLowerCase()
and String.toUpperCase()
that have Locale
dependent exceptions, which results in authorization rules not working properly.
Remediation
Upgrade org.springframework.security:spring-security-crypto
to version 5.7.14, 5.8.16, 6.2.8, 6.3.5 or higher.
References
medium severity
- Vulnerable module: org.springframework.security:spring-security-taglibs
- Introduced through: org.springframework.security:spring-security-taglibs@5.7.11
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.14.
Overview
Affected versions of this package are vulnerable to Authorization Bypass due to the use of String.toLowerCase()
and String.toUpperCase()
that have Locale
dependent exceptions, which results in authorization rules not working properly.
Remediation
Upgrade org.springframework.security:spring-security-taglibs
to version 5.7.14, 5.8.16, 6.2.8, 6.3.5 or higher.
References
medium severity
- Vulnerable module: org.springframework.security:spring-security-web
- Introduced through: org.springframework.security:spring-security-web@5.7.11 and org.springframework.security:spring-security-taglibs@5.7.11
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-web@5.7.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.14.
Overview
org.springframework.security:spring-security-web is a package within Spring Security that provides security services for the Spring IO Platform.
Affected versions of this package are vulnerable to Authorization Bypass due to the use of String.toLowerCase()
and String.toUpperCase()
that have Locale
dependent exceptions, which results in authorization rules not working properly.
Remediation
Upgrade org.springframework.security:spring-security-web
to version 5.7.14, 5.8.16, 6.2.8, 6.3.5 or higher.
References
medium severity
- Vulnerable module: ch.qos.logback:logback-classic
- Introduced through: ch.qos.logback:logback-classic@1.4.12
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › ch.qos.logback:logback-classic@1.4.12Remediation: Upgrade to ch.qos.logback:logback-classic@1.5.13.
Overview
ch.qos.logback:logback-classic is a reliable, generic, fast and flexible logging library for Java.
Affected versions of this package are vulnerable to Improper Neutralization of Special Elements via the JaninoEventEvaluator
extension. An attacker can execute arbitrary code by compromising an existing logback configuration file or injecting an environment variable before program execution.
Remediation
Upgrade ch.qos.logback:logback-classic
to version 1.3.15, 1.5.13 or higher.
References
medium severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: ch.qos.logback:logback-classic@1.4.12
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › ch.qos.logback:logback-classic@1.4.12 › ch.qos.logback:logback-core@1.4.12Remediation: Upgrade to ch.qos.logback:logback-classic@1.5.13.
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to Improper Neutralization of Special Elements via the JaninoEventEvaluator
extension. An attacker can execute arbitrary code by compromising an existing logback configuration file or injecting an environment variable before program execution.
Remediation
Upgrade ch.qos.logback:logback-core
to version 1.3.15, 1.5.13 or higher.
References
medium severity
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.springframework.security:spring-security-web@5.7.11, org.springframework.security:spring-security-taglibs@5.7.11 and others
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-web@5.8.12.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.12.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework:spring-webmvc@7.0.0-M9 › org.springframework:spring-web@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.12.
Overview
org.springframework:spring-web is a package that provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Affected versions of this package are vulnerable to Open Redirect when UriComponentsBuilder
is used to parse an externally provided URL and perform validation checks on the host of the parsed URL.
Note: This is the same as CVE-2024-22259 and CVE-2024-22243, but with different input.
Remediation
Upgrade org.springframework:spring-web
to version 5.3.34, 6.0.19, 6.1.6 or higher.
References
medium severity
- Vulnerable module: org.springframework:spring-expression
- Introduced through: org.springframework.security:spring-security-core@5.7.11, org.springframework.security:spring-security-web@5.7.11 and others
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-core@5.7.11 › org.springframework:spring-expression@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-core@5.8.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11 › org.springframework:spring-expression@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-web@5.8.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework:spring-expression@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework:spring-webmvc@7.0.0-M9 › org.springframework:spring-expression@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-core@5.7.11 › org.springframework:spring-context@7.0.0-M9 › org.springframework:spring-expression@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-config@5.7.11 › org.springframework:spring-context@7.0.0-M9 › org.springframework:spring-expression@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11 › org.springframework:spring-context@7.0.0-M9 › org.springframework:spring-expression@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework:spring-context@7.0.0-M9 › org.springframework:spring-expression@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework:spring-context-support@7.0.0-M9 › org.springframework:spring-context@7.0.0-M9 › org.springframework:spring-expression@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework:spring-webmvc@7.0.0-M9 › org.springframework:spring-context@7.0.0-M9 › org.springframework:spring-expression@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-config@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework:spring-expression@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-config@5.8.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework:spring-expression@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-web@5.8.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework:spring-expression@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11 › org.springframework:spring-expression@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-config@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework:spring-context@7.0.0-M9 › org.springframework:spring-expression@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework:spring-context@7.0.0-M9 › org.springframework:spring-expression@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework:spring-context@7.0.0-M9 › org.springframework:spring-expression@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-acl@5.7.11 › org.springframework:spring-context@7.0.0-M9 › org.springframework:spring-expression@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11 › org.springframework:spring-context@7.0.0-M9 › org.springframework:spring-expression@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-acl@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework:spring-expression@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework:spring-expression@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.14.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-acl@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework:spring-context@7.0.0-M9 › org.springframework:spring-expression@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11 › org.springframework.security:spring-security-core@5.7.11 › org.springframework:spring-context@7.0.0-M9 › org.springframework:spring-expression@5.3.29
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling. Note: An application is vulnerable when the following is true:
The application evaluates user-supplied SpEL expressions.
Workaround
Evaluation of user-supplied SpEL expressions should be avoided when possible; otherwise, user-supplied SpEL expressions should be evaluated with a SimpleEvaluationContext
in read-only mode. No other steps are necessary.
Remediation
Upgrade org.springframework:spring-expression
to version 5.3.39 or higher.
References
medium severity
- Vulnerable module: org.webjars:zxcvbn
- Introduced through: org.webjars:zxcvbn@4.3.0
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.webjars:zxcvbn@4.3.0
Overview
org.webjars:zxcvbn is a realistic password strength estimation
Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) via the repeat_match
functionality, due to the usage of an insecure regex in lazy_anchored
variable.
PoC
const zxcvbn = require("zxcvbn");
attackStr = '\x00\x00' + ('\x00'.repeat(54773)) + '\n'
zxcvbn(attackStr)
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:
A
The 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.D
Finally, 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
There is no fixed version for org.webjars:zxcvbn
.
References
medium severity
- Module: ch.qos.logback:logback-classic
- Introduced through: ch.qos.logback:logback-classic@1.4.12
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › ch.qos.logback:logback-classic@1.4.12
Dual license: EPL-1.0, LGPL-2.1
medium severity
- Module: ch.qos.logback:logback-core
- Introduced through: ch.qos.logback:logback-classic@1.4.12
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › ch.qos.logback:logback-classic@1.4.12 › ch.qos.logback:logback-core@1.4.12
Dual license: EPL-1.0, LGPL-2.1
medium severity
- Module: org.hibernate:hibernate-core
- Introduced through: org.hibernate:hibernate-core@5.4.30.Final and org.hibernate:hibernate-jcache@5.4.30.Final
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.hibernate:hibernate-core@5.4.30.Final
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.hibernate:hibernate-jcache@5.4.30.Final › org.hibernate:hibernate-core@5.4.30.Final
LGPL-2.1 license
medium severity
- Module: org.hibernate:hibernate-jcache
- Introduced through: org.hibernate:hibernate-jcache@5.4.30.Final
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.hibernate:hibernate-jcache@5.4.30.Final
LGPL-2.1 license
medium severity
- Module: org.hibernate:hibernate-jpamodelgen
- Introduced through: org.hibernate:hibernate-jpamodelgen@5.4.30.Final
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.hibernate:hibernate-jpamodelgen@5.4.30.Final
LGPL-2.1 license
medium severity
- Module: org.hibernate.common:hibernate-commons-annotations
- Introduced through: org.hibernate:hibernate-core@5.4.30.Final and org.hibernate:hibernate-jcache@5.4.30.Final
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.hibernate:hibernate-core@5.4.30.Final › org.hibernate.common:hibernate-commons-annotations@5.1.2.Final
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.hibernate:hibernate-jcache@5.4.30.Final › org.hibernate:hibernate-core@5.4.30.Final › org.hibernate.common:hibernate-commons-annotations@5.1.2.Final
LGPL-2.1 license
low severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: ch.qos.logback:logback-classic@1.4.12
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › ch.qos.logback:logback-classic@1.4.12 › ch.qos.logback:logback-core@1.4.12Remediation: Upgrade to ch.qos.logback:logback-classic@1.5.13.
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) through the SaxEventRecorder
process. An attacker can forge requests by compromising logback configuration files in XML.
Remediation
Upgrade ch.qos.logback:logback-core
to version 1.3.15, 1.5.13 or higher.
References
low severity
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.springframework.security:spring-security-web@5.7.11, org.springframework.security:spring-security-taglibs@5.7.11 and others
Detailed paths
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-web@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@6.2.7.
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework:spring-webmvc@7.0.0-M9 › org.springframework:spring-web@5.3.29
-
Introduced through: beljaeff/simple-java-boards@beljaeff/simple-java-boards#9c1ec2d2ba9cc0b98548f2089684ff7c7384acc3 › org.springframework.security:spring-security-taglibs@5.7.11 › org.springframework.security:spring-security-web@5.7.11 › org.springframework:spring-web@5.3.29Remediation: Upgrade to org.springframework.security:spring-security-taglibs@6.2.7.
Overview
org.springframework:spring-web is a package that provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity due to String.toLowerCase()
having some Locale dependent exceptions that could potentially result in fields not protected as expected.
Note:
The fix for CVE-2022-22968 made disallowedFields
patterns in DataBinder
case insensitive.
This vulnerability was also fixed in commercial versions 5.3.41 and 6.0.25.
Remediation
Upgrade org.springframework:spring-web
to version 6.1.14 or higher.