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.5.1 and org.springframework.security:spring-security-taglibs@5.5.1
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-web@5.7.13.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1Remediation: 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.springframework.security:spring-security-crypto
- Introduced through: org.springframework.security:spring-security-config@5.5.1, org.springframework.security:spring-security-web@5.5.1 and others
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-config@6.3.8.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-web@6.3.8.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-taglibs@6.3.8.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-taglibs@6.3.8.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: 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.12.3 and com.fasterxml.jackson.core:jackson-databind@2.12.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › com.fasterxml.jackson.core:jackson-core@2.12.3Remediation: Upgrade to com.fasterxml.jackson.core:jackson-core@2.15.0.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › com.fasterxml.jackson.core:jackson-databind@2.12.3 › com.fasterxml.jackson.core:jackson-core@2.12.3Remediation: 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
wspackage
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.12.3 and com.fasterxml.jackson.core:jackson-databind@2.12.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › com.fasterxml.jackson.core:jackson-core@2.12.3Remediation: Upgrade to com.fasterxml.jackson.core:jackson-core@2.15.0.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › com.fasterxml.jackson.core:jackson-databind@2.12.3 › com.fasterxml.jackson.core:jackson-core@2.12.3Remediation: 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-config@5.5.1, org.springframework.security:spring-security-web@5.5.1 and others
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework.security:spring-security-core@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-config@5.7.12.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-web@5.7.12.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-core@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.12.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework.security:spring-security-core@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.12.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1Remediation: 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#votedirectly.The application does not pass
nulltoAuthenticatedVoter#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: org.springframework.security:spring-security-web
- Introduced through: org.springframework.security:spring-security-web@5.5.1 and org.springframework.security:spring-security-taglibs@5.5.1
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-web@5.5.7.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.5.7.
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 via the RegexRequestMatcher class, which can easily be misconfigured to be bypassed on some servlet containers when it is used with . in the regular expression.
Remediation
Upgrade org.springframework.security:spring-security-web to version 5.4.11, 5.5.7, 5.6.4 or higher.
References
high severity
- Vulnerable module: org.hsqldb:hsqldb
- Introduced through: org.hsqldb:hsqldb@2.6.0
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.hsqldb:hsqldb@2.6.0Remediation: Upgrade to org.hsqldb:hsqldb@2.7.1.
Overview
Affected versions of this package are vulnerable to Remote Code Execution (RCE) when using java.sql.Statement or java.sql.PreparedStatement to process untrusted input. By default, it is allowed to call any static method of any Java class in the classpath resulting in code execution.
Workaround
Users who are unable to upgrade to the fixed version can set the system property hsqldb.method_class_names to classes which are allowed to be called. For example, System.setProperty("hsqldb.method_class_names", "abc") or Java argument -Dhsqldb.method_class_names="abc" can be used.
Remediation
Upgrade org.hsqldb:hsqldb to version 2.7.1 or higher.
References
high severity
- Vulnerable module: com.fasterxml.jackson.core:jackson-databind
- Introduced through: com.fasterxml.jackson.core:jackson-databind@2.12.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › com.fasterxml.jackson.core:jackson-databind@2.12.3Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.12.6.1.
Overview
com.fasterxml.jackson.core:jackson-databind is a library which contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor.
Affected versions of this package are vulnerable to Denial of Service (DoS) via a large depth of nested objects.
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
wspackage
Remediation
Upgrade com.fasterxml.jackson.core:jackson-databind to version 2.12.6.1, 2.13.2.1 or higher.
References
high severity
- Vulnerable module: javax.servlet:jstl
- Introduced through: javax.servlet:jstl@1.2
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › javax.servlet:jstl@1.2
Overview
javax.servlet:jstl is a collection of useful JSP tags which encapsulates the core functionality common to many JSP applications.
Affected versions of this package are vulnerable to XML External Entity (XXE) Injection. Apache Standard Taglibs before 1.2.3 allows remote attackers to execute arbitrary code or conduct external XML entity (XXE) attacks via a crafted XSLT extension in a <x:parse> or <x:transform> JSTL XML tag.
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 javax.servlet:jstl.
References
high severity
- Vulnerable module: ch.qos.logback:logback-classic
- Introduced through: ch.qos.logback:logback-classic@1.2.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › ch.qos.logback:logback-classic@1.2.3Remediation: Upgrade to ch.qos.logback:logback-classic@1.2.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 Denial of Service (DoS). An attacker can mount a denial-of-service attack by sending poisoned data. This is only exploitable if logback receiver component is deployed.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
wspackage
Remediation
Upgrade ch.qos.logback:logback-classic to version 1.2.13, 1.3.12, 1.4.12 or higher.
References
high severity
- Vulnerable module: ch.qos.logback:logback-classic
- Introduced through: ch.qos.logback:logback-classic@1.2.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › ch.qos.logback:logback-classic@1.2.3Remediation: Upgrade to ch.qos.logback:logback-classic@1.2.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 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.2.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › ch.qos.logback:logback-classic@1.2.3 › ch.qos.logback:logback-core@1.2.3Remediation: Upgrade to ch.qos.logback:logback-classic@1.2.13.
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to Denial of Service (DoS). An attacker can mount a denial-of-service attack by sending poisoned data. This is only exploitable if logback receiver component is deployed.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
wspackage
Remediation
Upgrade ch.qos.logback:logback-core to version 1.2.13, 1.3.12, 1.4.12 or higher.
References
high severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: ch.qos.logback:logback-classic@1.2.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › ch.qos.logback:logback-classic@1.2.3 › ch.qos.logback:logback-core@1.2.3Remediation: Upgrade to ch.qos.logback:logback-classic@1.2.13.
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.5.1, org.springframework.security:spring-security-taglibs@5.5.1 and others
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@5.8.10.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.10.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-webmvc@7.0.2 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework:spring-webmvc@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-web@5.3.8Remediation: 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.5.1, org.springframework.security:spring-security-taglibs@5.5.1 and others
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@5.8.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-webmvc@7.0.2 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework:spring-webmvc@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-web@5.3.8Remediation: 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.5.1, org.springframework.security:spring-security-taglibs@5.5.1 and others
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@5.8.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-webmvc@7.0.2 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework:spring-webmvc@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-web@5.3.8Remediation: 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
wspackage
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:spring-expression
- Introduced through: org.springframework.security:spring-security-web@5.5.1, org.springframework.security:spring-security-taglibs@5.5.1 and others
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-webmvc@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework:spring-webmvc@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.data:spring-data-jpa@2.4.3 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.data:spring-data-jpa@4.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-config@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-context-support@7.0.2 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework:spring-context-support@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-webmvc@7.0.2 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework:spring-webmvc@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-config@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-config@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling when a user provides a very long SpEL expression.
Remediation
Upgrade org.springframework:spring-expression to version 5.2.24.RELEASE, 5.3.27, 6.0.8 or higher.
References
medium severity
- Vulnerable module: org.springframework.security:spring-security-config
- Introduced through: org.springframework.security:spring-security-config@5.5.1
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1Remediation: 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-config@5.5.1, org.springframework.security:spring-security-web@5.5.1 and others
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework.security:spring-security-core@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-config@5.7.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-web@5.7.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-core@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework.security:spring-security-core@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1Remediation: 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-config@5.5.1, org.springframework.security:spring-security-web@5.5.1 and others
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-config@5.7.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-web@5.7.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.7.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: 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.5.1
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1Remediation: 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.5.1 and org.springframework.security:spring-security-taglibs@5.5.1
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-web@5.7.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1Remediation: 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.2.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › ch.qos.logback:logback-classic@1.2.3Remediation: Upgrade to ch.qos.logback:logback-classic@1.3.15.
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.2.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › ch.qos.logback:logback-classic@1.2.3 › ch.qos.logback:logback-core@1.2.3Remediation: Upgrade to ch.qos.logback:logback-classic@1.5.19.
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to External Initialization of Trusted Variables or Data Stores via the conditional processing of the logback.xml configuration file when both the Janino library and Spring Framework are present on the class path. An attacker can execute arbitrary code by compromising an existing configuration file or injecting a malicious environment variable before program execution. This is only exploitable if the attacker has write access to a configuration file or can set a malicious environment variable.
Remediation
Upgrade ch.qos.logback:logback-core to version 1.5.19 or higher.
References
medium severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: ch.qos.logback:logback-classic@1.2.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › ch.qos.logback:logback-classic@1.2.3 › ch.qos.logback:logback-core@1.2.3Remediation: Upgrade to ch.qos.logback:logback-classic@1.3.15.
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: com.fasterxml.jackson.core:jackson-databind
- Introduced through: com.fasterxml.jackson.core:jackson-databind@2.12.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › com.fasterxml.jackson.core:jackson-databind@2.12.3Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.12.6.
Overview
com.fasterxml.jackson.core:jackson-databind is a library which contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor.
Affected versions of this package are vulnerable to Denial of Service (DoS) when using JDK serialization to serialize and deserialize JsonNode values.
It is possible for the attacker to send a 4-byte length payload, with a value of Integer.MAX_VALUE , that will eventually cause large buffer allocation and out of heap memory.
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
wspackage
Remediation
Upgrade com.fasterxml.jackson.core:jackson-databind to version 2.13.1, 2.12.6 or higher.
References
medium severity
- Vulnerable module: com.fasterxml.jackson.core:jackson-databind
- Introduced through: com.fasterxml.jackson.core:jackson-databind@2.12.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › com.fasterxml.jackson.core:jackson-databind@2.12.3Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.12.7.1.
Overview
com.fasterxml.jackson.core:jackson-databind is a library which contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor.
Affected versions of this package are vulnerable to Denial of Service (DoS) in the _deserializeFromArray() function in BeanDeserializer, due to resource exhaustion when processing a deeply nested array.
NOTE:
For this vulnerability to be exploitable the non-default DeserializationFeature must be enabled.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
wspackage
Remediation
Upgrade com.fasterxml.jackson.core:jackson-databind to version 2.12.7.1, 2.13.4 or higher.
References
medium severity
- Vulnerable module: com.fasterxml.jackson.core:jackson-databind
- Introduced through: com.fasterxml.jackson.core:jackson-databind@2.12.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › com.fasterxml.jackson.core:jackson-databind@2.12.3Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.12.7.1.
Overview
com.fasterxml.jackson.core:jackson-databind is a library which contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor.
Affected versions of this package are vulnerable to Denial of Service (DoS) in the _deserializeWrappedValue() function in StdDeserializer.java, due to resource exhaustion when processing deeply nested arrays.
NOTE: This vulnerability is only exploitable when the non-default UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
wspackage
Remediation
Upgrade com.fasterxml.jackson.core:jackson-databind to version 2.12.7.1, 2.13.4.1 or higher.
References
medium severity
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.springframework.security:spring-security-web@5.5.1, org.springframework.security:spring-security-taglibs@5.5.1 and others
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@5.8.12.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.12.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-webmvc@7.0.2 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework:spring-webmvc@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-web@5.3.8Remediation: 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-web@5.5.1, org.springframework.security:spring-security-taglibs@5.5.1 and others
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-webmvc@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework:spring-webmvc@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.data:spring-data-jpa@2.4.3 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.data:spring-data-jpa@4.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-config@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-context-support@7.0.2 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework:spring-context-support@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-webmvc@7.0.2 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework:spring-webmvc@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-config@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.6.11.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-config@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via a crafted SpEL expression.
Remediation
Upgrade org.springframework:spring-expression to version 5.2.23.RELEASE, 5.3.26, 6.0.7 or higher.
References
medium severity
- Vulnerable module: org.springframework:spring-expression
- Introduced through: org.springframework.security:spring-security-web@5.5.1, org.springframework.security:spring-security-taglibs@5.5.1 and others
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@5.8.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-webmvc@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework:spring-webmvc@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.data:spring-data-jpa@2.4.3 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.data:spring-data-jpa@4.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@5.8.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-config@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-context-support@7.0.2 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework:spring-context-support@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-webmvc@7.0.2 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework:spring-webmvc@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-config@5.8.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.8.14.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-config@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
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.springframework:spring-expression
- Introduced through: org.springframework.security:spring-security-web@5.5.1, org.springframework.security:spring-security-taglibs@5.5.1 and others
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@5.5.6.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.5.6.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-webmvc@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework:spring-webmvc@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.data:spring-data-jpa@2.4.3 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.data:spring-data-jpa@4.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@5.5.6.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.5.6.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.5.6.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-config@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-context-support@7.0.2 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework:spring-context-support@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-webmvc@7.0.2 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework:spring-webmvc@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-config@5.5.6.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.5.6.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.5.6.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-config@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework:spring-context@7.0.2 › org.springframework:spring-expression@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@7.0.1.
Overview
Affected versions of this package are vulnerable to Denial of Service (DoS) by providing a specially crafted SpEL expression, that might result in an OutOfMemoryError.
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
wspackage
Remediation
Upgrade org.springframework:spring-expression to version 5.2.20.RELEASE, 5.3.17 or higher.
References
medium severity
- Vulnerable module: org.springframework.security:spring-security-crypto
- Introduced through: org.springframework.security:spring-security-config@5.5.1, org.springframework.security:spring-security-web@5.5.1 and others
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-config@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-config@5.5.7.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-web@5.5.7.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.5.7.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-acl@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.5.7.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework.security:spring-security-core@5.5.1 › org.springframework.security:spring-security-crypto@5.5.1Remediation: Upgrade to org.springframework.security:spring-security-taglibs@5.5.7.
Overview
org.springframework.security:spring-security-crypto is a spring-security-crypto library for Spring Security.
Affected versions of this package are vulnerable to Integer Overflow or Wraparound when using the BCrypt class with the maximum work factor (31). In such a case, the encoder does not perform any salt rounds due to the overflow.
Note:
The default settings are not affected by this CVE.
Remediation
Upgrade org.springframework.security:spring-security-crypto to version 5.5.7, 5.6.4 or higher.
References
medium severity
- Vulnerable module: com.fasterxml.jackson.core:jackson-core
- Introduced through: com.fasterxml.jackson.core:jackson-core@2.12.3 and com.fasterxml.jackson.core:jackson-databind@2.12.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › com.fasterxml.jackson.core:jackson-core@2.12.3Remediation: Upgrade to com.fasterxml.jackson.core:jackson-core@2.13.0.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › com.fasterxml.jackson.core:jackson-databind@2.12.3 › com.fasterxml.jackson.core:jackson-core@2.12.3Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.13.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 Information Exposure due to the JsonLocation._appendSourceDesc method. An attacker can access up to 500 bytes of unintended memory content by exploiting exception messages that incorrectly read from the beginning of a byte array instead of the logical payload start.
Workaround
This vulnerability can be mitigated by disabling exception message exposure to clients to avoid returning parsing exception messages in HTTP responses and/or disabling source inclusion in exceptions to prevent Jackson from embedding any source content in exception messages, avoiding leakage.
PoC
byte[] buffer = new byte[1000];
System.arraycopy("SECRET".getBytes(), 0, buffer, 0, 6);
System.arraycopy("{ \"bad\": }".getBytes(), 0, buffer, 700, 10);
JsonFactory factory = new JsonFactory();
JsonParser parser = factory.createParser(buffer, 700, 20);
parser.nextToken(); // throws exception
// Exception message will include "SECRET"
Remediation
Upgrade com.fasterxml.jackson.core:jackson-core to version 2.13.0-rc1 or higher.
References
medium severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: ch.qos.logback:logback-classic@1.2.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › ch.qos.logback:logback-classic@1.2.3 › ch.qos.logback:logback-core@1.2.3Remediation: Upgrade to ch.qos.logback:logback-classic@1.2.7.
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to Insufficient Hostname Verification. X.509 are not properly validated. By spoofing the TLS/SSL server via a certificate that appears valid, an attacker with the ability to intercept network traffic (e.g. MitM, DNS cache poisoning) can disclose and optionally manipulate transmitted data.
Remediation
Upgrade ch.qos.logback:logback-core to version 1.2.7 or higher.
References
medium severity
- Module: ch.qos.logback:logback-classic
- Introduced through: ch.qos.logback:logback-classic@1.2.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › ch.qos.logback:logback-classic@1.2.3
Dual license: EPL-1.0, LGPL-2.1
medium severity
- Module: ch.qos.logback:logback-core
- Introduced through: ch.qos.logback:logback-classic@1.2.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › ch.qos.logback:logback-classic@1.2.3 › ch.qos.logback:logback-core@1.2.3
Dual license: EPL-1.0, LGPL-2.1
medium severity
- Module: javax.servlet:jstl
- Introduced through: javax.servlet:jstl@1.2
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › javax.servlet:jstl@1.2
CDDL-1.0 license
medium severity
- Module: org.aspectj:aspectjrt
- Introduced through: org.springframework.data:spring-data-jpa@2.4.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.data:spring-data-jpa@2.4.3 › org.aspectj:aspectjrt@1.9.6
EPL-1.0 license
medium severity
- Module: org.hibernate:hibernate-core
- Introduced through: org.hibernate:hibernate-core@5.5.3.Final and org.hibernate:hibernate-jcache@5.5.3.Final
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.hibernate:hibernate-core@5.5.3.Final
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.hibernate:hibernate-jcache@5.5.3.Final › org.hibernate:hibernate-core@5.5.3.Final
LGPL-2.1 license
medium severity
- Module: org.hibernate:hibernate-jcache
- Introduced through: org.hibernate:hibernate-jcache@5.5.3.Final
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.hibernate:hibernate-jcache@5.5.3.Final
LGPL-2.1 license
medium severity
- Module: org.hibernate.common:hibernate-commons-annotations
- Introduced through: org.hibernate:hibernate-core@5.5.3.Final and org.hibernate:hibernate-jcache@5.5.3.Final
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.hibernate:hibernate-core@5.5.3.Final › org.hibernate.common:hibernate-commons-annotations@5.1.2.Final
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.hibernate:hibernate-jcache@5.5.3.Final › org.hibernate:hibernate-core@5.5.3.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.2.3
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › ch.qos.logback:logback-classic@1.2.3 › ch.qos.logback:logback-core@1.2.3Remediation: Upgrade to ch.qos.logback:logback-classic@1.3.15.
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.5.1, org.springframework.security:spring-security-taglibs@5.5.1 and others
Detailed paths
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework.security:spring-security-taglibs@6.2.7.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework:spring-webmvc@7.0.2 › org.springframework:spring-web@5.3.8Remediation: Upgrade to org.springframework:spring-webmvc@7.0.2.
-
Introduced through: whiskels/Restaurant-Voting-REST-API@whiskels/Restaurant-Voting-REST-API#100c93691f1555870826395f2d3f21391303cd1f › org.springframework.security:spring-security-taglibs@5.5.1 › org.springframework.security:spring-security-web@5.5.1 › org.springframework:spring-web@5.3.8Remediation: 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.