Date: Wed, 3 Jul 2024 04:39:45 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 20096671ac75 - main - security/vuxml: Fix 66a620a734b489596452f342224330207c6e23b1 and b4f09ace0fb2a43504a5d63501ddf3503a67da76 Message-ID: <202407030439.4634djuo060721@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=20096671ac7558bc7b32759bd4401dc98f319ecc commit 20096671ac7558bc7b32759bd4401dc98f319ecc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-03 04:37:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-03 04:37:39 +0000 security/vuxml: Fix 66a620a734b489596452f342224330207c6e23b1 and b4f09ace0fb2a43504a5d63501ddf3503a67da76 % pkg audit -F openssh-portable-9.7.p1_2,1 is vulnerable: OpenSSH -- Race condition resulting in potential remote code execution CVE: CVE-2024-6387 WWW: https://vuxml.FreeBSD.org/freebsd/f1a00122-3797-11ef-b611-84a93843eb75.html 1 problem(s) in 1 installed package(s) found. --- security/vuxml/vuln/2024.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml index 373d4938fd97..992c9f1f2e3b 100644 --- a/security/vuxml/vuln/2024.xml +++ b/security/vuxml/vuln/2024.xml @@ -73,7 +73,7 @@ <affects> <package> <name>openssh-portable</name> - <range><lt>9.7_2,1</lt></range> + <range><lt>9.7.p1_2,1</lt></range> </package> </affects> <description> @@ -91,6 +91,7 @@ <dates> <discovery>2024-07-01</discovery> <entry>2024-07-01</entry> + <modified>2024-07-03</modified> </dates> </vuln>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407030439.4634djuo060721>