Cantara/HTTPLoadTest-baseline
Find, fix and prevent vulnerabilities in your code.
medium severity
- Vulnerable module: org.eclipse.jetty:jetty-servlets
- Introduced through: nu.validator:validator@20.7.2
Detailed paths
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › nu.validator:validator@20.7.2 › org.eclipse.jetty:jetty-servlets@9.4.18.v20190429
Overview
org.eclipse.jetty:jetty-servlets is an Utility Servlets from Jetty
Affected versions of this package are vulnerable to Denial of Service (DoS) via the DosFilter
process. An attacker can exhaust the server's memory and cause a denial of service by repeatedly sending crafted requests that trigger OutOfMemory
errors.
Note:
This is only exploitable if the server does not have session passivation or an aggressive session inactivation timeout configured.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
ws
package
Remediation
Upgrade org.eclipse.jetty:jetty-servlets
to version 9.4.54, 10.0.18, 11.0.18 or higher.
References
medium severity
- Vulnerable module: com.google.code.gson:gson
- Introduced through: org.constretto:constretto-core@2.2.3 and org.constretto:constretto-spring@2.2.3
Detailed paths
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-core@2.2.3 › com.google.code.gson:gson@2.2.4
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.constretto:constretto-core@2.2.3 › com.google.code.gson:gson@2.2.4
Overview
Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the writeReplace()
method in internal classes, which may allow a denial of service attack if combined with another exploit.
Details
Serialization is a process of converting an object into a sequence of bytes which can be persisted to a disk or database or can be sent through streams. The reverse process of creating object from sequence of bytes is called deserialization. Serialization is commonly used for communication (sharing objects between multiple hosts) and persistence (store the object state in a file or a database). It is an integral part of popular protocols like Remote Method Invocation (RMI), Java Management Extension (JMX), Java Messaging System (JMS), Action Message Format (AMF), Java Server Faces (JSF) ViewState, etc.
Deserialization of untrusted data (CWE-502), is when the application deserializes untrusted data without sufficiently verifying that the resulting data will be valid, letting the attacker to control the state or the flow of the execution.
Java deserialization issues have been known for years. However, interest in the issue intensified greatly in 2015, when classes that could be abused to achieve remote code execution were found in a popular library (Apache Commons Collection). These classes were used in zero-days affecting IBM WebSphere, Oracle WebLogic and many other products.
An attacker just needs to identify a piece of software that has both a vulnerable class on its path, and performs deserialization on untrusted data. Then all they need to do is send the payload into the deserializer, getting the command executed.
Developers put too much trust in Java Object Serialization. Some even de-serialize objects pre-authentication. When deserializing an Object in Java you typically cast it to an expected type, and therefore Java's strict type system will ensure you only get valid object trees. Unfortunately, by the time the type checking happens, platform code has already created and executed significant logic. So, before the final type is checked a lot of code is executed from the readObject() methods of various objects, all of which is out of the developer's control. By combining the readObject() methods of various classes which are available on the classpath of the vulnerable application, an attacker can execute functions (including calling Runtime.exec() to execute local OS commands).
Remediation
Upgrade com.google.code.gson:gson
to version 2.8.9 or higher.
References
medium severity
- Vulnerable module: org.eclipse.jetty:jetty-servlets
- Introduced through: nu.validator:validator@20.7.2
Detailed paths
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › nu.validator:validator@20.7.2 › org.eclipse.jetty:jetty-servlets@9.4.18.v20190429
Overview
org.eclipse.jetty:jetty-servlets is an Utility Servlets from Jetty
Affected versions of this package are vulnerable to Information Exposure. Requests to the ConcatServlet
and WelcomeFilter
are able to access protected resources within the WEB-INF
directory.
For example, a request to the ConcatServlet
with a URI of /concat?/%2557EB-INF/web.xml
can retrieve the web.xml
file.
This occurs because both ConcatServlet
and WelcomeFilter
decode the supplied path to verify it is not within the WEB-INF
or META-INF
directories. It then uses this decoded path to call RequestDispatcher
which will also do decoding of the path. This double decoding allows paths with a doubly encoded WEB-INF
to bypass this security check.
Remediation
Upgrade org.eclipse.jetty:jetty-servlets
to version 9.4.41, 10.0.3, 11.0.3 or higher.
References
medium severity
new
- Module: ch.qos.logback:logback-classic
- Introduced through: ch.qos.logback:logback-classic@1.5.18
Detailed paths
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › ch.qos.logback:logback-classic@1.5.18
Dual license: EPL-1.0, LGPL-2.1
medium severity
new
- Module: ch.qos.logback:logback-core
- Introduced through: ch.qos.logback:logback-classic@1.5.18
Detailed paths
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › ch.qos.logback:logback-classic@1.5.18 › ch.qos.logback:logback-core@1.5.18
Dual license: EPL-1.0, LGPL-2.1
medium severity
new
- Module: junit:junit
- Introduced through: no.cantara.base:Hystrix-BaseCommands@0.1.90, org.constretto:constretto-core@2.2.3 and others
Detailed paths
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › no.cantara.base:Hystrix-BaseCommands@0.1.90 › junit:junit@4.13.2
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-core@2.2.3 › junit:junit@4.13.2
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › junit:junit@4.13.2
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-core@2.2.3 › org.constretto:constretto-api@2.2.3 › junit:junit@4.13.2
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.constretto:constretto-api@2.2.3 › junit:junit@4.13.2
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.constretto:constretto-core@2.2.3 › junit:junit@4.13.2
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.glassfish.jersey.media:jersey-media-multipart@2.46 › org.jvnet.mimepull:mimepull@1.9.15 › junit:junit@4.13.2
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.constretto:constretto-core@2.2.3 › org.constretto:constretto-api@2.2.3 › junit:junit@4.13.2
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › no.cantara.base:Hystrix-BaseCommands@0.1.90 › com.github.kevinsawicki:http-request2@6.0.5 › org.apache.maven.plugins:maven-gpg-plugin@1.6 › org.sonatype.plexus:plexus-sec-dispatcher@1.4 › junit:junit@4.13.2
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › no.cantara.base:Hystrix-BaseCommands@0.1.90 › com.github.kevinsawicki:http-request2@6.0.5 › org.apache.maven.plugins:maven-gpg-plugin@1.6 › org.apache.maven:maven-project@2.2.1 › org.codehaus.plexus:plexus-container-default@1.0-alpha-9-stable-1 › junit:junit@4.13.2
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › no.cantara.base:Hystrix-BaseCommands@0.1.90 › com.github.kevinsawicki:http-request2@6.0.5 › org.apache.maven.plugins:maven-gpg-plugin@1.6 › org.sonatype.plexus:plexus-sec-dispatcher@1.4 › org.sonatype.plexus:plexus-cipher@1.4 › junit:junit@4.13.2
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › no.cantara.base:Hystrix-BaseCommands@0.1.90 › com.github.kevinsawicki:http-request2@6.0.5 › org.apache.maven.plugins:maven-gpg-plugin@1.6 › org.apache.maven:maven-project@2.2.1 › org.apache.maven:maven-artifact-manager@2.2.1 › org.codehaus.plexus:plexus-container-default@1.0-alpha-9-stable-1 › junit:junit@4.13.2
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › no.cantara.base:Hystrix-BaseCommands@0.1.90 › com.github.kevinsawicki:http-request2@6.0.5 › org.apache.maven.plugins:maven-gpg-plugin@1.6 › org.apache.maven:maven-project@2.2.1 › org.apache.maven:maven-plugin-registry@2.2.1 › org.codehaus.plexus:plexus-container-default@1.0-alpha-9-stable-1 › junit:junit@4.13.2
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › no.cantara.base:Hystrix-BaseCommands@0.1.90 › com.github.kevinsawicki:http-request2@6.0.5 › org.apache.maven.plugins:maven-gpg-plugin@1.6 › org.apache.maven:maven-project@2.2.1 › org.apache.maven:maven-profile@2.2.1 › org.codehaus.plexus:plexus-container-default@1.0-alpha-9-stable-1 › junit:junit@4.13.2
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › no.cantara.base:Hystrix-BaseCommands@0.1.90 › com.github.kevinsawicki:http-request2@6.0.5 › org.apache.maven.plugins:maven-gpg-plugin@1.6 › org.apache.maven:maven-project@2.2.1 › org.apache.maven:maven-settings@2.2.1 › org.codehaus.plexus:plexus-container-default@1.0-alpha-9-stable-1 › junit:junit@4.13.2
…and 12 more
EPL-1.0 license
medium severity
new
- Module: net.sf.saxon:Saxon-HE
- Introduced through: nu.validator:validator@20.7.2
Detailed paths
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › nu.validator:validator@20.7.2 › net.sf.saxon:Saxon-HE@9.6.0-4
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › nu.validator:validator@20.7.2 › nu.validator:jing@20200702VNU › net.sf.saxon:Saxon-HE@9.6.0-4
MPL-2.0 license
medium severity
new
- Module: org.aspectj:aspectjweaver
- Introduced through: org.constretto:constretto-spring@2.2.3
Detailed paths
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.aspectj:aspectjweaver@1.7.4
EPL-1.0 license
low severity
- Vulnerable module: org.eclipse.jetty:jetty-servlets
- Introduced through: nu.validator:validator@20.7.2
Detailed paths
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › nu.validator:validator@20.7.2 › org.eclipse.jetty:jetty-servlets@9.4.18.v20190429
Overview
org.eclipse.jetty:jetty-servlets is an Utility Servlets from Jetty
Affected versions of this package are vulnerable to Arbitrary Code Execution. If a user sends a request to a org.eclipse.jetty.servlets.CGI
Servlet for a binary with a space in its name, the servlet will escape the command by wrapping it in quotation marks.
Impact:
This behavior may bypass alias checks, and it may cause other unintended behaviors if a command prefix is configured.
Note:
In Jetty 9.x, 10.x, and 11.x the org.eclipse.jetty.servlets.CGI
has been deprecated.
In Jetty 12 (all environments) the org.eclipse.jetty.servlets.CGI
has been entirely removed.
PoC
if (execCmd.length() > 0 && execCmd.charAt(0) != '"' && execCmd.contains(" "))
execCmd = "\"" + execCmd + "\"";
Remediation
Upgrade org.eclipse.jetty:jetty-servlets
to version 9.4.52, 10.0.16, 11.0.16 or higher.
References
low severity
- Vulnerable module: org.springframework:spring-context
- Introduced through: org.springframework:spring-context@5.3.39 and org.constretto:constretto-spring@2.2.3
Detailed paths
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.springframework:spring-context@5.3.39Remediation: Upgrade to org.springframework:spring-context@6.1.14.
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-context@5.3.39
Overview
Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity due to String.toLowerCase()
having some Locale dependent exceptions that could potentially result in fields not protected as expected.
Note:
The fix for CVE-2022-22968 made disallowedFields
patterns in DataBinder
case insensitive.
This vulnerability was also fixed in commercial versions 5.3.41 and 6.0.25.
Remediation
Upgrade org.springframework:spring-context
to version 6.1.14 or higher.
References
low severity
- Vulnerable module: org.springframework:spring-core
- Introduced through: org.springframework:spring-core@5.3.39, org.springframework:spring-beans@5.3.39 and others
Detailed paths
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-core@6.1.14.
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-beans@6.1.14.
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.springframework:spring-context@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-context@6.1.14.
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.springframework:spring-web@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-web@6.1.14.
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.glassfish.jersey.ext:jersey-spring4@2.46 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.springframework:spring-context@5.3.39 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-context@6.1.14.
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.springframework:spring-web@5.3.39 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-web@6.1.14.
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.springframework:spring-context@5.3.39 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-context@6.1.14.
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.springframework:spring-context@5.3.39 › org.springframework:spring-expression@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-context@6.1.14.
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-context@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.glassfish.jersey.ext:jersey-spring4@2.46 › org.springframework:spring-web@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.springframework:spring-context@5.3.39 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39Remediation: Upgrade to org.springframework:spring-context@6.1.14.
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-context@5.3.39 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-context@5.3.39 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-context@5.3.39 › org.springframework:spring-expression@5.3.39 › org.springframework:spring-core@5.3.39
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.constretto:constretto-spring@2.2.3 › org.springframework:spring-context@5.3.39 › org.springframework:spring-aop@5.3.39 › org.springframework:spring-beans@5.3.39 › org.springframework:spring-core@5.3.39
…and 17 more
Overview
org.springframework:spring-core is a core package within the spring-framework that contains multiple classes and utilities.
Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity due to String.toLowerCase()
having some Locale dependent exceptions that could potentially result in fields not protected as expected.
Note:
The fix for CVE-2022-22968 made disallowedFields
patterns in DataBinder
case insensitive.
This vulnerability was also fixed in commercial versions 5.3.41 and 6.0.25.
Remediation
Upgrade org.springframework:spring-core
to version 6.1.14 or higher.
References
low severity
- Vulnerable module: org.springframework:spring-web
- Introduced through: org.springframework:spring-web@5.3.39 and org.glassfish.jersey.ext:jersey-spring4@2.46
Detailed paths
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.springframework:spring-web@5.3.39Remediation: Upgrade to org.springframework:spring-web@6.1.14.
-
Introduced through: Cantara/HTTPLoadTest-baseline@Cantara/HTTPLoadTest-baseline#fe57309d9b980d08593b9677ea22b71cd1573612 › org.glassfish.jersey.ext:jersey-spring4@2.46 › org.springframework:spring-web@5.3.39
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.