Skip to content

Commit 67f3251

Browse files
authored
CVE-2025-25247: Apache Felix Webconsole: XSS in services console (#160)
1 parent 2c95c15 commit 67f3251

File tree

1 file changed

+8
-6
lines changed
  • commons/launcher/launcher-zip

1 file changed

+8
-6
lines changed

commons/launcher/launcher-zip/pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
with the fields enclosed by brackets [] replaced by
2222
your own identifying information:
2323
"Portions Copyrighted [year] [name of copyright owner]"
24+
25+
Portions Copyrighted 2020-2025 3A Systems LLC.
2426
-->
2527
<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/maven-v4_0_0.xsd">
2628
<modelVersion>4.0.0</modelVersion>
@@ -58,32 +60,32 @@
5860
<dependency>
5961
<groupId>org.apache.felix</groupId>
6062
<artifactId>org.apache.felix.webconsole</artifactId>
61-
<version>4.0.0</version>
63+
<version>5.0.18</version>
6264
</dependency>
6365
<dependency>
6466
<groupId>org.apache.felix</groupId>
6567
<artifactId>org.apache.felix.webconsole.plugins.ds</artifactId>
66-
<version>1.0.0</version>
68+
<version>2.1.0</version>
6769
</dependency>
6870
<dependency>
6971
<groupId>org.apache.felix</groupId>
7072
<artifactId>org.apache.felix.scr</artifactId>
71-
<version>1.6.2</version>
73+
<version>2.1.20</version>
7274
</dependency>
7375
<dependency>
7476
<groupId>org.apache.felix</groupId>
7577
<artifactId>org.apache.felix.configadmin</artifactId>
76-
<version>1.6.0</version>
78+
<version>1.9.26</version>
7779
</dependency>
7880
<dependency>
7981
<groupId>org.apache.felix</groupId>
8082
<artifactId>org.apache.felix.fileinstall</artifactId>
81-
<version>3.2.6</version>
83+
<version>3.6.4</version>
8284
</dependency>
8385
<dependency>
8486
<groupId>org.apache.felix</groupId>
8587
<artifactId>org.apache.felix.metatype</artifactId>
86-
<version>1.0.6</version>
88+
<version>1.1.2</version>
8789
</dependency>
8890
<dependency>
8991
<groupId>org.apache.felix</groupId>

0 commit comments

Comments
 (0)