Skip to content

Commit a4f3bd4

Browse files
committed
1 parent e7f5060 commit a4f3bd4

9 files changed

+5
-0
lines changed

Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ RUN rm /usr/share/elasticsearch/modules/x-pack-{identity-provider,security}/xmls
1111

1212
# https://nvd.nist.gov/vuln/detail/CVE-2023-1370
1313
RUN rm /usr/share/elasticsearch/modules/x-pack-security/nimbus-jose-jwt-9.23.jar
14+
15+
# https://nvd.nist.gov/vuln/detail/CVE-2023-44487
16+
RUN rm /usr/share/elasticsearch/modules/{transport-netty4,x-pack-core}/netty-{buffer,codec,codec-http,common,handler,resolver,transport,transport-native-unix-common}-4.1.94.Final.jar
17+
COPY netty-*.jar /usr/share/elasticsearch/modules/transport-netty4
18+
COPY netty-*.jar /usr/share/elasticsearch/modules/x-pack-core

netty-buffer-4.1.100.Final.jar

300 KB
Binary file not shown.

netty-codec-4.1.100.Final.jar

337 KB
Binary file not shown.

netty-codec-http-4.1.100.Final.jar

642 KB
Binary file not shown.

netty-common-4.1.100.Final.jar

645 KB
Binary file not shown.

netty-handler-4.1.100.Final.jar

548 KB
Binary file not shown.

netty-resolver-4.1.100.Final.jar

36.9 KB
Binary file not shown.

netty-transport-4.1.100.Final.jar

479 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)