git: 8885feadbe43 - main - security/vuxml: document minio issue

From: Steve Wills <swills_at_FreeBSD.org>
Date: Wed, 29 Dec 2021 17:55:53 UTC
The branch main has been updated by swills:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8885feadbe433de5aaa71125db2f09a7572818bc

commit 8885feadbe433de5aaa71125db2f09a7572818bc
Author:     Steve Wills <swills@FreeBSD.org>
AuthorDate: 2021-12-29 17:49:43 +0000
Commit:     Steve Wills <swills@FreeBSD.org>
CommitDate: 2021-12-29 17:55:31 +0000

    security/vuxml: document minio issue
---
 security/vuxml/vuln-2021.xml | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml
index ad96a8c245a4..2b46f0876bbc 100644
--- a/security/vuxml/vuln-2021.xml
+++ b/security/vuxml/vuln-2021.xml
@@ -1,3 +1,31 @@
+  <vuln vid="a4ff3673-d742-4b83-8c2b-3ddafe732034">
+    <topic>minio -- User privilege escalation</topic>
+    <affects>
+      <package>
+	<name>minio</name>
+	<range><lt>2021.12.27.07.23.18</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>minio developers report:</p>
+	<blockquote cite="https://github.com/minio/minio/security/advisories/GHSA-j6jc-jqqc-p6cx">
+	  <p>AddUser() API endpoint was exposed to a legacy behavior. i.e it accepts a "policy" field</p>
+	  <p>This API is mainly used to create a user or update a user's password.</p>
+	  <p>However, a malicious client can hand-craft an HTTP API call that allows for updating Policy for a user and gaining higher privileges.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2021-43858</cvename>
+      <url>https://github.com/minio/minio/security/advisories/GHSA-j6jc-jqqc-p6cx</url>
+    </references>
+    <dates>
+      <discovery>2021-12-27</discovery>
+      <entry>2021-12-29</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="ed8a4215-675c-11ec-8dd4-a0f3c100ae18">
     <topic>Pillow -- Regular Expression Denial of Service (ReDoS)</topic>
     <affects>