Index: head/security/vuxml/vuln.xml =================================================================== --- head/security/vuxml/vuln.xml +++ head/security/vuxml/vuln.xml @@ -58,6 +58,54 @@ * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + sysutils/openzfs-kmod -- critical permissions issues + + + openzfs-kmod + 2020081800 + + + + +

Andrew Walker reports:

+
+
Issue 1:
+

+ Users are always granted permissions to cd into a directory. The + check for whether execute is present on directories is a de-facto + no-op. This cannot be mitigated without upgrading. Even setting + an explicit "deny - execute" NFSv4 ACE will be bypassed. +

+
Issue 2:
+

+ All ACEs for the owner_group (group@) and regular groups + (group:<foo>) are granted the current user. This means that + POSIX mode 770 is de-facto 777, and the below ACL is also de-facto + 777 because the groupmember check for builtin_administrators + returns True. +

+
+root@TESTBOX[~]# getfacl testfile
+# file: testfile
+# owner: root
+# group: wheel
+group:builtin_administrators:rwxpDdaARWcCos:-------:allow
+	  
+
+ +
+ + ports/248787 + https://github.com/openzfs/zfs/commit/716b53d0a14c72bda16c0872565dd1909757e73f + https://reviews.freebsd.org/D26107 + + + 2020-08-13 + 2020-08-20 + +
+ textproc/elasticsearch6 -- field disclosure flaw