Skip to content

Commit 3bbce7e

Browse files
committed
Start pinning openvpn versions & upgrade to openvpn 2.4.3
fix: CVE-2017-7508 Remotely-triggerable ASSERT() on malformed IPv6 packet CVE-2017-7520 Pre-authentication remote crash/information disclosure CVE-2017-7521 Remote-triggerable memory leaks / potential double-free CVE-2017-7522 Post-authentication remote DoS with --x509-track
1 parent 3a98092 commit 3bbce7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ MAINTAINER Pieter Lange <[email protected]>
55

66
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
77
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
8-
apk add --update openvpn bash easy-rsa libintl inotify-tools openvpn-auth-pam google-authenticator pamtester && \
8+
apk add --update openvpn=2.4.3-r0 \
9+
bash easy-rsa libintl inotify-tools openvpn-auth-pam google-authenticator pamtester && \
910
apk add --virtual temppkg gettext && \
1011
cp /usr/bin/envsubst /usr/local/bin/envsubst && \
1112
ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin && \

0 commit comments

Comments
 (0)