Add upgrade notes for 2.4.3 2.4.3
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 21 Sep 2022 21:09:02 +0000 (17:09 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 21 Sep 2022 21:09:02 +0000 (17:09 -0400)
refs #19532

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

doc/admin/upgrading.html.textile.liquid
tools/arvbox/bin/arvbox
tools/salt-install/provision.sh

index 1eedb3000f25701e3ce77cf37766ea7d122d8456..455db9e40e7e59296387778e2413992d7d6fd60c 100644 (file)
@@ -28,6 +28,22 @@ TODO: extract this information based on git commit messages and generate changel
 <div class="releasenotes">
 </notextile>
 
+h2(#v2_4_2). v2.4.3 (2022-09-21)
+
+"previous: Upgrading to 2.4.2":#v2_4_2
+
+h3. Fixed PAM authentication security vulnerability
+
+In Arvados 2.4.2 and earlier, when using PAM authentication, if a user
+presented valid credentials but the account is disabled or otherwise
+not allowed to access the host, it would still be accepted for access
+to Arvados.  From 2.4.3 onwards, Arvados now also checks that the
+account is permitted to access the host before completing the PAM login
+process.
+
+Other authentication methods (LDAP, OpenID Connect) are not affected
+by this flaw.
+
 h2(#v2_4_2). v2.4.2 (2022-08-09)
 
 "previous: Upgrading to 2.4.1":#v2_4_1
index 5ea5573ac822e5f623667caae8baff2473fbe8b8..7339668c80ff90604f93ec679a37b1e8e37a01e8 100755 (executable)
@@ -61,7 +61,7 @@ if test -z "$WORKBENCH2_BRANCH" ; then
 fi
 
 # Update this to the docker tag for the version on releases.
-DEFAULT_TAG=2.4.2
+DEFAULT_TAG=2.4.3
 
 PG_DATA="$ARVBOX_DATA/postgres"
 VAR_DATA="$ARVBOX_DATA/var"
index 512a4932a6b73e52c3b4c1e6f0f20b47475aa551..ac3b8bf72218f54b943dab9920a52f90b14f31ef 100755 (executable)
@@ -198,7 +198,7 @@ CUSTOM_CERTS_DIR="${SCRIPT_DIR}/local_config_dir/certs"
 # The "local.params.example.*" files already set "RELEASE=production"
 # to deploy  production-ready packages
 RELEASE="production"
-VERSION="2.4.2-1"
+VERSION="2.4.3-1"
 
 # These are arvados-formula-related parameters
 # An arvados-formula tag. For a stable release, this should be a