git: 21207218a20c - main - security/vuxml: Document OpenSSH's CVE-2024-7589

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Tue, 17 Sep 2024 12:03:52 UTC
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21207218a20c9a97516b8ba092775275b61cfb90

commit 21207218a20c9a97516b8ba092775275b61cfb90
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2024-09-17 11:51:03 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-09-17 12:03:42 +0000

    security/vuxml: Document OpenSSH's CVE-2024-7589
    
    Sponsored by:   Klara, Inc.
---
 security/vuxml/vuln/2024.xml | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml
index 3ee7d8836d71..73b2e8faa197 100644
--- a/security/vuxml/vuln/2024.xml
+++ b/security/vuxml/vuln/2024.xml
@@ -1,3 +1,40 @@
+  <vuln vid="58750d49-7302-11ef-8c95-195d300202b3">
+    <topic>OpenSSH -- Pre-authentication async signal safety issue</topic>
+    <affects>
+      <package>
+	<name>openssh-portable</name>
+	<range><lt>9.8.p1_1,1</lt></range>
+      </package>
+    </affects>
+    <description>
+	<body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The FreeBSD Project reports:</p>
+	<blockquote cite="https://www.freebsd.org/security/advisories/FreeBSD-SA-24:08.openssh.asc">
+	  <p>
+	    A signal handler in sshd(8) may call a logging function that is not async-
+	    signal-safe. The signal handler is invoked when a client does not
+	    authenticate within the LoginGraceTime seconds (120 by default).
+	    This signal handler executes in the context of the sshd(8)'s privileged
+	    code, which is not sandboxed and runs with full root privileges.
+
+	    This issue is another instance of the problem in CVE-2024-6387 addressed by
+	    FreeBSD-SA-24:04.openssh.  The faulty code in this case is from the
+	    integration of blacklistd in OpenSSH in FreeBSD.
+	  </p>
+	</blockquote>
+	</body>
+    </description>
+    <references>
+      <cvename>CVE-2024-7589</cvename>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2024-7589</url>
+      <url>https://www.freebsd.org/security/advisories/FreeBSD-SA-24:08.openssh.asc</url>
+    </references>
+    <dates>
+      <discovery>2024-08-06</discovery>
+      <entry>2024-09-15</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="bd940aba-7467-11ef-a5c4-08002784c58d">
     <topic>SnappyMail -- multiple mXSS in HTML sanitizer</topic>
     <affects>