temporal-spring-boot-starter-alpha-1.22.3.jar: 13 vulnerabilities (highest severity is: 9.8) - autoclosed
mend-for-github-com opened this issue · 2 comments
Vulnerable Library - temporal-spring-boot-starter-alpha-1.22.3.jar
Path to dependency file: /springboot-basic/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot/2.7.12/888c3545dc3c6ca791753c7ad621a2d03f222732/spring-boot-2.7.12.jar
Found in HEAD commit: 381ec1697b0871626099b1c358c61a4e2f31a94b
Vulnerabilities
CVE | Severity | CVSS | Dependency | Type | Fixed in (temporal-spring-boot-starter-alpha version) | Remediation Possible** |
---|---|---|---|---|---|---|
CVE-2016-1000027 | Critical | 9.8 | spring-web-5.3.27.jar | Transitive | N/A* | ❌ |
CVE-2023-38286 | High | 7.5 | thymeleaf-3.0.15.RELEASE.jar | Transitive | N/A* | ❌ |
CVE-2023-6481 | High | 7.5 | logback-core-1.2.12.jar | Transitive | N/A* | ❌ |
CVE-2023-44487 | High | 7.5 | tomcat-embed-core-9.0.75.jar | Transitive | N/A* | ❌ |
CVE-2023-46589 | High | 7.5 | tomcat-embed-core-9.0.75.jar | Transitive | N/A* | ❌ |
CVE-2023-6378 | High | 7.5 | logback-classic-1.2.12.jar | Transitive | N/A* | ❌ |
CVE-2023-34462 | Medium | 6.5 | netty-handler-4.1.92.Final.jar | Transitive | N/A* | ❌ |
CVE-2023-34055 | Medium | 6.5 | spring-boot-2.7.12.jar | Transitive | N/A* | ❌ |
CVE-2023-41080 | Medium | 6.1 | tomcat-embed-core-9.0.75.jar | Transitive | N/A* | ❌ |
CVE-2023-42794 | Medium | 5.9 | tomcat-embed-core-9.0.75.jar | Transitive | N/A* | ❌ |
CVE-2023-51074 | Medium | 5.3 | json-path-2.7.0.jar | Transitive | N/A* | ❌ |
CVE-2023-42795 | Medium | 5.3 | tomcat-embed-core-9.0.75.jar | Transitive | N/A* | ❌ |
CVE-2023-45648 | Medium | 5.3 | tomcat-embed-core-9.0.75.jar | Transitive | N/A* | ❌ |
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2016-1000027
Vulnerable Library - spring-web-5.3.27.jar
Spring Web
Library home page: https://github.com/spring-projects/spring-framework
Path to dependency file: /springboot-basic/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-web/5.3.27/a51c45a8602052a2a90f7e645a47ba8df1547795/spring-web-5.3.27.jar
Dependency Hierarchy:
- temporal-spring-boot-starter-alpha-1.22.3.jar (Root Library)
- spring-boot-dependencies-2.7.12.pom
- ❌ spring-web-5.3.27.jar (Vulnerable Library)
- spring-boot-dependencies-2.7.12.pom
Found in HEAD commit: 381ec1697b0871626099b1c358c61a4e2f31a94b
Found in base branch: main
Vulnerability Details
Pivotal Spring Framework through 5.3.16 suffers from a potential remote code execution (RCE) issue if used for Java deserialization of untrusted data. Depending on how the library is implemented within a product, this issue may or not occur, and authentication may be required. NOTE: the vendor's position is that untrusted data is not an intended use case. The product's behavior will not be changed because some users rely on deserialization of trusted data.
Mend Note: After conducting further research, Mend has determined that all versions of spring-web up to version 6.0.0 are vulnerable to CVE-2016-1000027.
Publish Date: 2020-01-02
URL: CVE-2016-1000027
CVSS 3 Score Details (9.8)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-4wrc-f8pq-fpqp
Release Date: 2020-01-02
Fix Resolution: org.springframework:spring-web:6.0.0
CVE-2023-38286
Vulnerable Library - thymeleaf-3.0.15.RELEASE.jar
Modern server-side Java template engine for both web and standalone environments
Library home page: http://www.thymeleaf.org
Path to dependency file: /springboot-basic/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.thymeleaf/thymeleaf/3.0.15.RELEASE/13e3296a03d8a597b734d832ed8656139bf9cdd8/thymeleaf-3.0.15.RELEASE.jar
Dependency Hierarchy:
- temporal-spring-boot-starter-alpha-1.22.3.jar (Root Library)
- spring-boot-dependencies-2.7.12.pom
- ❌ thymeleaf-3.0.15.RELEASE.jar (Vulnerable Library)
- spring-boot-dependencies-2.7.12.pom
Found in HEAD commit: 381ec1697b0871626099b1c358c61a4e2f31a94b
Found in base branch: main
Vulnerability Details
Thymeleaf through 3.1.1.RELEASE, as used in spring-boot-admin (aka Spring Boot Admin) through 3.1.1 and other products, allows sandbox bypass via crafted HTML. This may be relevant for SSTI (Server Side Template Injection) and code execution in spring-boot-admin if MailNotifier is enabled and there is write access to environment variables via the UI.
Publish Date: 2023-07-14
URL: CVE-2023-38286
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-7gj7-224w-vpr3
Release Date: 2023-07-14
Fix Resolution: de.codecentric:spring-boot-admin-server:3.1.2;rg.thymeleaf:thymeleaf:3.1.2.RELEASE
CVE-2023-6481
Vulnerable Library - logback-core-1.2.12.jar
logback-core module
Library home page: http://logback.qos.ch
Path to dependency file: /springboot-basic/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/ch.qos.logback/logback-core/1.2.12/1d8e51a698b138065d73baefb4f94531faa323cb/logback-core-1.2.12.jar
Dependency Hierarchy:
- temporal-spring-boot-starter-alpha-1.22.3.jar (Root Library)
- spring-boot-dependencies-2.7.12.pom
- ❌ logback-core-1.2.12.jar (Vulnerable Library)
- spring-boot-dependencies-2.7.12.pom
Found in HEAD commit: 381ec1697b0871626099b1c358c61a4e2f31a94b
Found in base branch: main
Vulnerability Details
A serialization vulnerability in logback receiver component part of
logback version 1.4.13, 1.3.13 and 1.2.12 allows an attacker to mount a Denial-Of-Service
attack by sending poisoned data.
Publish Date: 2023-12-04
URL: CVE-2023-6481
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2023-6481
Release Date: 2023-12-04
Fix Resolution: ch.qos.logback:logback-core:1.2.13,1.3.14,1.4.14
CVE-2023-44487
Vulnerable Library - tomcat-embed-core-9.0.75.jar
Core Tomcat implementation
Library home page: https://tomcat.apache.org/
Path to dependency file: /springboot/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.75/a431d28cd877f3e45bfad7e8cc4c9ca3f4a2a206/tomcat-embed-core-9.0.75.jar
Dependency Hierarchy:
- temporal-spring-boot-starter-alpha-1.22.3.jar (Root Library)
- spring-boot-dependencies-2.7.12.pom
- ❌ tomcat-embed-core-9.0.75.jar (Vulnerable Library)
- spring-boot-dependencies-2.7.12.pom
Found in HEAD commit: 381ec1697b0871626099b1c358c61a4e2f31a94b
Found in base branch: main
Vulnerability Details
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.
Publish Date: 2023-10-10
URL: CVE-2023-44487
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2023-44487
Release Date: 2023-10-10
Fix Resolution: org.eclipse.jetty.http2:http2-server:9.4.53.v20231009,10.0.17,11.0.17, org.eclipse.jetty.http2:jetty-http2-server:12.0.2, org.eclipse.jetty.http2:http2-common:9.4.53.v20231009,10.0.17,11.0.17, org.eclipse.jetty.http2:jetty-http2-common:12.0.2, nghttp - v1.57.0, swift-nio-http2 - 1.28.0, io.netty:netty-codec-http2:4.1.100.Final, trafficserver - 9.2.3, org.apache.tomcat:tomcat-coyote:8.5.94,9.0.81,10.1.14, org.apache.tomcat.embed:tomcat-embed-core:8.5.94,9.0.81,10.1.14, Microsoft.AspNetCore.App - 6.0.23,7.0.12, contour - v1.26.1, proxygen - v2023.10.16.00, grpc-go - v1.56.3, v1.57.1, v1.58.3
CVE-2023-46589
Vulnerable Library - tomcat-embed-core-9.0.75.jar
Core Tomcat implementation
Library home page: https://tomcat.apache.org/
Path to dependency file: /springboot/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.75/a431d28cd877f3e45bfad7e8cc4c9ca3f4a2a206/tomcat-embed-core-9.0.75.jar
Dependency Hierarchy:
- temporal-spring-boot-starter-alpha-1.22.3.jar (Root Library)
- spring-boot-dependencies-2.7.12.pom
- ❌ tomcat-embed-core-9.0.75.jar (Vulnerable Library)
- spring-boot-dependencies-2.7.12.pom
Found in HEAD commit: 381ec1697b0871626099b1c358c61a4e2f31a94b
Found in base branch: main
Vulnerability Details
Improper Input Validation vulnerability in Apache Tomcat.Tomcat from 11.0.0-M1 through 11.0.0-M10, from 10.1.0-M1 through 10.1.15, from 9.0.0-M1 through 9.0.82 and from 8.5.0 through 8.5.95 did not correctly parse HTTP trailer headers. A trailer header that exceeded the header size limit could cause Tomcat to treat a single
request as multiple requests leading to the possibility of request
smuggling when behind a reverse proxy.
Users are recommended to upgrade to version 11.0.0-M11 onwards, 10.1.16 onwards, 9.0.83 onwards or 8.5.96 onwards, which fix the issue.
Publish Date: 2023-11-28
URL: CVE-2023-46589
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: https://tomcat.apache.org/security-11.html
Release Date: 2023-11-28
Fix Resolution: org.apache.tomcat:tomcat-coyote:8.5.96,9.0.83,10.1.16,11.0.0-M11, org.apache.tomcat.embed:tomcat-embed-core:8.5.96,9.0.83,10.1.16,11.0.0-M11, org.apache.tomcat:tomcat-catalina:8.5.96,9.0.83,10.1.16,11.0.0-M11
CVE-2023-6378
Vulnerable Library - logback-classic-1.2.12.jar
logback-classic module
Library home page: http://logback.qos.ch
Path to dependency file: /springboot/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/ch.qos.logback/logback-classic/1.2.12/d4dee19148dccb177a0736eb2027bd195341da78/logback-classic-1.2.12.jar
Dependency Hierarchy:
- temporal-spring-boot-starter-alpha-1.22.3.jar (Root Library)
- spring-boot-dependencies-2.7.12.pom
- ❌ logback-classic-1.2.12.jar (Vulnerable Library)
- spring-boot-dependencies-2.7.12.pom
Found in HEAD commit: 381ec1697b0871626099b1c358c61a4e2f31a94b
Found in base branch: main
Vulnerability Details
A serialization vulnerability in logback receiver component part of
logback version 1.4.11 allows an attacker to mount a Denial-Of-Service
attack by sending poisoned data.
Publish Date: 2023-11-29
URL: CVE-2023-6378
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://logback.qos.ch/news.html#1.3.12
Release Date: 2023-11-29
Fix Resolution: ch.qos.logback:logback-classic:1.3.12,1.4.12
CVE-2023-34462
Vulnerable Library - netty-handler-4.1.92.Final.jar
Library home page: https://netty.io/
Path to dependency file: /springboot/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/io.netty/netty-handler/4.1.92.Final/d8e961d89a966c0cdea88105bbb2353408a41d12/netty-handler-4.1.92.Final.jar
Dependency Hierarchy:
- temporal-spring-boot-starter-alpha-1.22.3.jar (Root Library)
- spring-boot-dependencies-2.7.12.pom
- ❌ netty-handler-4.1.92.Final.jar (Vulnerable Library)
- spring-boot-dependencies-2.7.12.pom
Found in HEAD commit: 381ec1697b0871626099b1c358c61a4e2f31a94b
Found in base branch: main
Vulnerability Details
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. The SniHandler
can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle timeout, it can be used to make a TCP server using the SniHandler
to allocate 16MB of heap. The SniHandler
class is a handler that waits for the TLS handshake to configure a SslHandler
according to the indicated server name by the ClientHello
record. For this matter it allocates a ByteBuf
using the value defined in the ClientHello
record. Normally the value of the packet should be smaller than the handshake packet but there are not checks done here and the way the code is written, it is possible to craft a packet that makes the SslClientHelloHandler
. This vulnerability has been fixed in version 4.1.94.Final.
Publish Date: 2023-06-22
URL: CVE-2023-34462
CVSS 3 Score Details (6.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-6mjq-h674-j845
Release Date: 2023-06-22
Fix Resolution: io.netty:netty-handler:4.1.94.Final;io.netty:netty-all:4.1.94.Final
CVE-2023-34055
Vulnerable Library - spring-boot-2.7.12.jar
Spring Boot
Library home page: https://spring.io/projects/spring-boot
Path to dependency file: /springboot-basic/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot/2.7.12/888c3545dc3c6ca791753c7ad621a2d03f222732/spring-boot-2.7.12.jar
Dependency Hierarchy:
- temporal-spring-boot-starter-alpha-1.22.3.jar (Root Library)
- spring-boot-dependencies-2.7.12.pom
- ❌ spring-boot-2.7.12.jar (Vulnerable Library)
- spring-boot-dependencies-2.7.12.pom
Found in HEAD commit: 381ec1697b0871626099b1c358c61a4e2f31a94b
Found in base branch: main
Vulnerability Details
In Spring Boot versions 2.7.0 - 2.7.17, 3.0.0-3.0.12 and 3.1.0-3.1.5, it is possible for a user to provide specially crafted HTTP requests that may cause a denial-of-service (DoS) condition.
Specifically, an application is vulnerable when all of the following are true:
- the application uses Spring MVC or Spring WebFlux
- org.springframework.boot:spring-boot-actuator is on the classpath
Publish Date: 2023-11-28
URL: CVE-2023-34055
CVSS 3 Score Details (6.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://spring.io/security/cve-2023-34055
Release Date: 2023-11-28
Fix Resolution: org.springframework.boot:spring-boot:2.7.18,3.0.13,3.1.6
CVE-2023-41080
Vulnerable Library - tomcat-embed-core-9.0.75.jar
Core Tomcat implementation
Library home page: https://tomcat.apache.org/
Path to dependency file: /springboot/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.75/a431d28cd877f3e45bfad7e8cc4c9ca3f4a2a206/tomcat-embed-core-9.0.75.jar
Dependency Hierarchy:
- temporal-spring-boot-starter-alpha-1.22.3.jar (Root Library)
- spring-boot-dependencies-2.7.12.pom
- ❌ tomcat-embed-core-9.0.75.jar (Vulnerable Library)
- spring-boot-dependencies-2.7.12.pom
Found in HEAD commit: 381ec1697b0871626099b1c358c61a4e2f31a94b
Found in base branch: main
Vulnerability Details
URL Redirection to Untrusted Site ('Open Redirect') vulnerability in FORM authentication feature Apache Tomcat.This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.0-M10, from 10.1.0-M1 through 10.0.12, from 9.0.0-M1 through 9.0.79 and from 8.5.0 through 8.5.92.
The vulnerability is limited to the ROOT (default) web application.
Publish Date: 2023-08-25
URL: CVE-2023-41080
CVSS 3 Score Details (6.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: https://lists.apache.org/thread/71wvwprtx2j2m54fovq9zr7gbm2wow2f
Release Date: 2023-08-25
Fix Resolution: org.apache.tomcat:tomcat-catalina:8.5.93,9.0.80,10.1.13,11.0.0-M11, org.apache.tomcat.embed:tomcat-embed-core:8.5.93,9.0.80,10.1.13,11.0.0-M11
CVE-2023-42794
Vulnerable Library - tomcat-embed-core-9.0.75.jar
Core Tomcat implementation
Library home page: https://tomcat.apache.org/
Path to dependency file: /springboot/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.75/a431d28cd877f3e45bfad7e8cc4c9ca3f4a2a206/tomcat-embed-core-9.0.75.jar
Dependency Hierarchy:
- temporal-spring-boot-starter-alpha-1.22.3.jar (Root Library)
- spring-boot-dependencies-2.7.12.pom
- ❌ tomcat-embed-core-9.0.75.jar (Vulnerable Library)
- spring-boot-dependencies-2.7.12.pom
Found in HEAD commit: 381ec1697b0871626099b1c358c61a4e2f31a94b
Found in base branch: main
Vulnerability Details
Incomplete Cleanup vulnerability in Apache Tomcat.
The internal fork of Commons FileUpload packaged with Apache Tomcat 9.0.70 through 9.0.80 and 8.5.85 through 8.5.93 included an unreleased,
in progress refactoring that exposed a potential denial of service on
Windows if a web application opened a stream for an uploaded file but
failed to close the stream. The file would never be deleted from disk
creating the possibility of an eventual denial of service due to the
disk being full.
Users are recommended to upgrade to version 9.0.81 onwards or 8.5.94 onwards, which fixes the issue.
Publish Date: 2023-10-10
URL: CVE-2023-42794
CVSS 3 Score Details (5.9)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://nvd.nist.gov/vuln/detail/CVE-2023-42794
Release Date: 2023-10-10
Fix Resolution: org.apache.tomcat.embed:tomcat-embed-core - 9.0.81,8.5.94;org.apache.tomcat:tomcat-coyote - 10.0.0-M1,8.5.94
CVE-2023-51074
Vulnerable Library - json-path-2.7.0.jar
Java port of Stefan Goessner JsonPath.
Library home page: https://github.com/
Path to dependency file: /springboot-basic/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.jayway.jsonpath/json-path/2.7.0/f9d7d9659f2694e61142046ff8a216c047f263e8/json-path-2.7.0.jar
Dependency Hierarchy:
- temporal-spring-boot-starter-alpha-1.22.3.jar (Root Library)
- spring-boot-dependencies-2.7.12.pom
- ❌ json-path-2.7.0.jar (Vulnerable Library)
- spring-boot-dependencies-2.7.12.pom
Found in HEAD commit: 381ec1697b0871626099b1c358c61a4e2f31a94b
Found in base branch: main
Vulnerability Details
json-path v2.8.0 was discovered to contain a stack overflow via the Criteria.parse() method.
Publish Date: 2023-12-27
URL: CVE-2023-51074
CVSS 3 Score Details (5.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
Suggested Fix
Type: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2023-51074
Release Date: 2023-12-27
Fix Resolution: com.jayway.jsonpath:json-path:2.9.0
CVE-2023-42795
Vulnerable Library - tomcat-embed-core-9.0.75.jar
Core Tomcat implementation
Library home page: https://tomcat.apache.org/
Path to dependency file: /springboot/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.75/a431d28cd877f3e45bfad7e8cc4c9ca3f4a2a206/tomcat-embed-core-9.0.75.jar
Dependency Hierarchy:
- temporal-spring-boot-starter-alpha-1.22.3.jar (Root Library)
- spring-boot-dependencies-2.7.12.pom
- ❌ tomcat-embed-core-9.0.75.jar (Vulnerable Library)
- spring-boot-dependencies-2.7.12.pom
Found in HEAD commit: 381ec1697b0871626099b1c358c61a4e2f31a94b
Found in base branch: main
Vulnerability Details
Incomplete Cleanup vulnerability in Apache Tomcat.When recycling various internal objects in Apache Tomcat from 11.0.0-M1 through 11.0.0-M11, from 10.1.0-M1 through 10.1.13, from 9.0.0-M1 through 9.0.80 and from 8.5.0 through 8.5.93, an error could
cause Tomcat to skip some parts of the recycling process leading to
information leaking from the current request/response to the next.
Users are recommended to upgrade to version 11.0.0-M12 onwards, 10.1.14 onwards, 9.0.81 onwards or 8.5.94 onwards, which fixes the issue.
Publish Date: 2023-10-10
URL: CVE-2023-42795
CVSS 3 Score Details (5.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: https://nvd.nist.gov/vuln/detail/CVE-2023-42795
Release Date: 2023-10-10
Fix Resolution: org.apache.tomcat:tomcat-util - 8.5.94,10.1.14,11.0.0-M12,10.0.0-M1;org.apache.tomcat.embed:tomcat-embed-core - 11.0.0-M12,8.5.94,9.0.81;org.apache.tomcat:tomcat-coyote - 8.5.94,10.0.0-M1,11.0.0-M12,10.1.14;org.apache.tomcat:tomcat-catalina - 8.5.94,10.0.0-M1,10.1.14,11.0.0-M12
CVE-2023-45648
Vulnerable Library - tomcat-embed-core-9.0.75.jar
Core Tomcat implementation
Library home page: https://tomcat.apache.org/
Path to dependency file: /springboot/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.75/a431d28cd877f3e45bfad7e8cc4c9ca3f4a2a206/tomcat-embed-core-9.0.75.jar
Dependency Hierarchy:
- temporal-spring-boot-starter-alpha-1.22.3.jar (Root Library)
- spring-boot-dependencies-2.7.12.pom
- ❌ tomcat-embed-core-9.0.75.jar (Vulnerable Library)
- spring-boot-dependencies-2.7.12.pom
Found in HEAD commit: 381ec1697b0871626099b1c358c61a4e2f31a94b
Found in base branch: main
Vulnerability Details
Improper Input Validation vulnerability in Apache Tomcat.Tomcat from 11.0.0-M1 through 11.0.0-M11, from 10.1.0-M1 through 10.1.13, from 9.0.0-M1 through 9.0.81 and from 8.5.0 through 8.5.93 did not correctly parse HTTP trailer headers. A specially
crafted, invalid trailer header could cause Tomcat to treat a single
request as multiple requests leading to the possibility of request
smuggling when behind a reverse proxy.
Users are recommended to upgrade to version 11.0.0-M12 onwards, 10.1.14 onwards, 9.0.81 onwards or 8.5.94 onwards, which fix the issue.
Publish Date: 2023-10-10
URL: CVE-2023-45648
CVSS 3 Score Details (5.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: https://nvd.nist.gov/vuln/detail/CVE-2023-45648
Release Date: 2023-10-10
Fix Resolution: org.apache.tomcat.embed:tomcat-embed-core - 11.0.0-M12,8.5.94,9.0.81;org.apache.tomcat:tomcat-coyote - 8.5.94,10.0.0-M1,10.1.14,11.0.0-M12
ℹ️ This issue was automatically closed by Mend because it is a duplicate of an existing issue: #578
ℹ️ This issue was automatically closed by Mend because it is a duplicate of an existing issue: #578