Skip to content

Commit da102ba

Browse files
Merge pull request #355 from vitalykorolev/MLE-21703_remove-zlib-fix
MLE-21703 remove zlib vulnerability workaround
2 parents 1586e71 + 7bba40e commit da102ba

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,6 @@ Where is calculated as described in the [Configuring HugePages](https://github.c
10761076
- libdb-utils (CVE-2016-0682, CVE-2016-0689, CVE-2016-0692, CVE-2016-0694, CVE-2016-3418, CVE-2017-3604, CVE-2017-3605, CVE-2017-3606, CVE-2017-3607, CVE-2017-3608, CVE-2017-3609, CVE-2017-3610, CVE-2017-3611, CVE-2017-3612, CVE-2017-3613, CVE-2017-3614, CVE-2017-3615
10771077
CVE-2017-3616, CVE-2017-3617)
10781078
- nspr (CVE-2016-1951)
1079-
- zlib (CVE-2025-4638)
10801079

10811080
These packages are included in the RedHat UBI base images but, to-date, no fixes have been made available. Even though these libraries may be present in the base image that is used by MarkLogic Server, they are not used by MarkLogic Server itself, hence there is no impact or mitigation required.
10821081

dockerFiles/marklogic-server-ubi-rootless:base

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ ENV MARKLOGIC_INSTALL_DIR=/opt/MarkLogic \
119119
BUILD_BRANCH=${BUILD_BRANCH} \
120120
MARKLOGIC_JOIN_TLS_ENABLED=false \
121121
MARKLOGIC_EC2_HOST=0 \
122-
TZ=UTC \
123-
WITH_SYSTEM_ZLIB=FALSE
124-
# set WITH_SYSTEM_ZLIB for CVE-2025-4638 workaround
122+
TZ=UTC
125123

126124
################################################################
127125
# Set Timezone

dockerFiles/marklogic-server-ubi:base

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ ENV MARKLOGIC_INSTALL_DIR=/opt/MarkLogic \
105105
BUILD_BRANCH=${BUILD_BRANCH} \
106106
MARKLOGIC_JOIN_TLS_ENABLED=false \
107107
OVERWRITE_ML_CONF=true \
108-
MARKLOGIC_EC2_HOST=0 \
109-
WITH_SYSTEM_ZLIB=FALSE
110-
# set WITH_SYSTEM_ZLIB for CVE-2025-4638 workaround
108+
MARKLOGIC_EC2_HOST=0
111109

112110
################################################################
113111
# Set Timezone

0 commit comments

Comments
 (0)