]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Update NEWS for 1.8.2
authorBenjamin Kaduk <kaduk@mit.edu>
Tue, 11 Sep 2018 01:26:20 +0000 (20:26 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Tue, 11 Sep 2018 15:52:48 +0000 (10:52 -0500)
Release notes for the OpenAFS 1.8.2 security release.

Change-Id: If447b08cc3b3901da22eeb92a2e75bf2ab476633

NEWS

diff --git a/NEWS b/NEWS
index c6655041398814b1ab2fb4ed08aaed926e9aca5c..3460d5a15754dc7560c156167b1d8264fdb1da76 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,37 @@
                        User-Visible OpenAFS Changes
 
+OpenAFS 1.8.2
+
+  All platforms
+
+    * Fix OPENAFS-SA-2018-002: information leakage in RPC output variables
+      Various RPC routines did not always initialize all output fields,
+      exposing memory contents to network attackers.  The relevant RPCs include
+      an AFSCB_ RPC, so cache managers are affected as well as servers.
+
+  All server platforms
+
+    * Fix OPENAFS-SA-2018-003: denial of service due to excess resource consumption
+      Various RPCs were defined as allowing unbounded arrays as input, allowing
+      an unauthenticated attacker to cause excess memory allocation and tie up
+      network bandwidth by sending (or claiming to send) large input arrays.
+
+    * Fix OPENAFS-SA-2018-001: unauthenticated volume operations via butc
+      On systems using the in-tree backup system, the butc process was running
+      with administrative credentials, but accepted incoming RPCs over
+      unauthenticated connections; these incoming RPCs in turn triggered
+      outgoing RPCs using the administrative credentials.  Unauthenticated
+      attackers could construct volue dumps containing arbitrary contents
+      and cause these dumps to be restored and overwrite arbitrary volume
+      contents; afterward, the backup database could be restored to its
+      initial state, hiding evidence of the unauthorized changes.
+
+      Running butc with -localauth now requires authenticated incoming
+      connections, and the backup utility makes authenticated connections to
+      the butc.  Audit capabilities have been added to the butc RPC handlers.
+      Command-line arguments are provided to retain the (insecure) historical
+      behavior until all systems have been upgraded.
+
 OpenAFS 1.8.1.1
 
   Linux Clients