Skip to content

Commit 7c58fdf

Browse files
committed
CVE-2025-55752 CVE-2025-61795 CVE-2025-55754 Apache Tomcat Vulnerable to Relative Path Traversal, Improper Resource Shutdown or Release, Improper Neutralization of Escape, Meta, or Control Sequences (#39)
1 parent 7c1a19e commit 7c58fdf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

  • jee-agents-distribution/jee-agents-destribution-integration-tests

jee-agents-distribution/jee-agents-destribution-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.apache.tomcat.embed</groupId>
7979
<artifactId>tomcat-embed-core</artifactId>
80-
<version>10.1.44</version>
80+
<version>${org.apache.tomcat}</version>
8181
<scope>test</scope>
8282
</dependency>
8383

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<!-- <forgerock.guice.version>1.0.0</forgerock.guice.version> -->
4444
<maven.compiler.target>11</maven.compiler.target>
4545
<maven.compiler.source>11</maven.compiler.source>
46+
<org.apache.tomcat>10.1.48</org.apache.tomcat>
4647
</properties>
4748
<modules>
4849
<!-- OpenAM JavaEE Policy Agent Modules -->
@@ -410,7 +411,7 @@
410411
<dependency>
411412
<groupId>org.apache.tomcat</groupId>
412413
<artifactId>tomcat-catalina</artifactId>
413-
<version>10.1.44</version>
414+
<version>${org.apache.tomcat}</version>
414415
<scope>provided</scope>
415416
</dependency>
416417
<dependency>

0 commit comments

Comments
 (0)