Skip to content

Commit d2b8dd4

Browse files
authored
CVE-2024-8184 Eclipse Jetty's ThreadLimitHandler.getRemote() vulnerable to remote DoS attacks (#130)
1 parent 8bc8be7 commit d2b8dd4

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

commons/http-framework/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
information: "Portions Copyright [year] [name of copyright owner]".
1414
1515
Copyright 2014-2016 ForgeRock AS.
16+
Portions Copyright 2017-2024 3A Systems, LLC.
1617
-->
1718
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1819
<modelVersion>4.0.0</modelVersion>
@@ -64,7 +65,6 @@
6465
<dependency>
6566
<groupId>org.eclipse.jetty</groupId>
6667
<artifactId>jetty-server</artifactId>
67-
<version>9.4.55.v20240627</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,11 @@
849849
<artifactId>groovy-all</artifactId>
850850
<version>2.4.21</version>
851851
</dependency>
852+
<dependency>
853+
<groupId>org.eclipse.jetty</groupId>
854+
<artifactId>jetty-server</artifactId>
855+
<version>9.4.56.v20240826</version>
856+
</dependency>
852857
</dependencies>
853858
</dependencyManagement>
854859
<build><finalName>${project.groupId}.${project.artifactId}</finalName>

0 commit comments

Comments
 (0)