git: f20c9995a29b - main - security/vuxml: Document OpenSSL 3.2+ vuln
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Feb 2025 16:47:58 UTC
The branch main has been updated by brnrd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f20c9995a29b6141b58c41bba176924579dec21e
commit f20c9995a29b6141b58c41bba176924579dec21e
Author: Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2025-02-11 16:47:56 +0000
Commit: Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2025-02-11 16:47:56 +0000
security/vuxml: Document OpenSSL 3.2+ vuln
---
security/vuxml/vuln/2025.xml | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml
index 1a7462c511a2..04e831329343 100644
--- a/security/vuxml/vuln/2025.xml
+++ b/security/vuxml/vuln/2025.xml
@@ -1,3 +1,38 @@
+ <vuln vid="a64761a1-e895-11ef-873e-8447094a420f">
+ <topic>OpenSSL -- Man-in-the-Middle vulnerability</topic>
+ <affects>
+ <package>
+ <name>openssl32</name>
+ <range><lt>3.2.4</lt></range>
+ </package>
+ <package>
+ <name>openssl33</name>
+ <range><lt>3.3.2</lt></range>
+ </package>
+ <package>
+ <name>openssl34</name>
+ <range><lt>3.4.1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The OpenSSL project reports:</p>
+ <blockquote cite="https://openssl-library.org/news/secadv/20250211.txt">
+ <p>RFC7250 handshakes with unauthenticated servers don't abort as expected (High).
+ Clients using RFC7250 Raw Public Keys (RPKs) to authenticate a server may fail to notice that the server was not authenticated, because handshakes don't abort as expected when the SSL_VERIFY_PEER verification mode is set.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2024-12797</cvename>
+ <url>https://openssl-library.org/news/secadv/20250211.txt</url>
+ </references>
+ <dates>
+ <discovery>2025-02-11</discovery>
+ <entry>2025-02-11</entry>
+ </dates>
+ </vuln>
+
<vuln vid="20485d27-e540-11ef-a845-b42e991fc52e">
<topic>mozilla -- multiple vulnerabilities</topic>
<affects>