Date: Sat, 18 Feb 2023 17:41:07 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b16091e19db4 - main - security/vuxml: Add www/minio vulnerability Message-ID: <202302181741.31IHf76S063879@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=b16091e19db403fa19c514ec5ac4c15045e402ef commit b16091e19db403fa19c514ec5ac4c15045e402ef Author: Tom Hukins <tom@eborcom.com> AuthorDate: 2023-02-18 17:33:09 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-02-18 17:33:09 +0000 security/vuxml: Add www/minio vulnerability CVE-2022-24842: unprivileged users can create service accounts for admin users. PR: 268656 Reported by: adam@omega.org.uk Obtained from: https://github.com/freebsd/freebsd-ports/pull/158 --- security/vuxml/vuln/2023.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml index 7dd94e783878..b68b0725e4c5 100644 --- a/security/vuxml/vuln/2023.xml +++ b/security/vuxml/vuln/2023.xml @@ -1,3 +1,34 @@ + <vuln vid="8e20430d-a72b-11ed-a04f-40b034455553"> + <topic>MinIO -- unprivileged users can create service accounts for admin users</topic> + <affects> + <package> + <name>minio</name> + <range><lt>2022.04.12.06.55.35</lt></range> + </package> + </affects> + <description> + <body> + <p>MinIO reports:</p> + <blockquote cite="https://github.com/minio/minio/security/advisories/GHSA-2j69-jjmg-534q"> + <p> + A security issue was found where an unprivileged user is + able to create service accounts for root or other admin + users and then is able to assume their access policies + via the generated credentials. + </p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2022-24842</cvename> + <url>https://github.com/minio/minio/security/advisories/GHSA-2j69-jjmg-534q</url> + </references> + <dates> + <discovery>2022-04-11</discovery> + <entry>2023-02-13</entry> + </dates> + </vuln> + <vuln vid="fd792048-ad91-11ed-a879-080027f5fec9"> <topic>clamav -- Multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302181741.31IHf76S063879>