git: f8ea7815173a - main - security/vuxml: Document 2 OpenSSL vulnerabilities

From: Bernard Spil <brnrd_at_FreeBSD.org>
Date: Wed, 29 Mar 2023 18:31:59 UTC
The branch main has been updated by brnrd:

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

commit f8ea7815173aba9491ec4b188658f4d74376be41
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2023-03-29 18:31:57 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2023-03-29 18:31:57 +0000

    security/vuxml: Document 2 OpenSSL vulnerabilities
---
 security/vuxml/vuln/2023.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml
index 53c74e6d511c..30a9f4b063ae 100644
--- a/security/vuxml/vuln/2023.xml
+++ b/security/vuxml/vuln/2023.xml
@@ -1,3 +1,49 @@
+  <vuln vid="425b9538-ce5f-11ed-ade3-d4c9ef517024">
+    <topic>OpenSSL -- Multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>openssl</name>
+	<range><lt>1.1.1t,1_2</lt></range>
+      </package>
+      <package>
+	<name>openssl30</name>
+	<range><lt>3.0.8_2</lt></range>
+      </package>
+      <package>
+	<name>openssl31</name>
+	<range><lt>3.1.0_2</lt></range>
+      </package>
+      <package>
+	<name>openssl-quic</name>
+	<range><lt>3.0.8_2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The OpenSSL project reports:</p>
+	<blockquote cite="https://www.openssl.org/news/secadv/20230328.txtE">
+	  <p>Severity: low</p>
+	  <p>Applications that use a non-default option when verifying certificates may be
+	    vulnerable to an attack from a malicious CA to circumvent certain checks.</p>
+	  <p>The function X509_VERIFY_PARAM_add0_policy() is documented to
+	    implicitly enable the certificate policy check when doing certificate
+	    verification. However the implementation of the function does not
+	    enable the check which allows certificates with invalid or incorrect
+	    policies to pass the certificate verification.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2023-0465</cvename>
+      <cvename>CVE-2023-0466</cvename>
+      <url>https://www.openssl.org/news/secadv/20230328.txt</url>
+    </references>
+    <dates>
+      <discovery>2023-03-28</discovery>
+      <entry>2023-03-29</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="5b0ae405-cdc7-11ed-bb39-901b0e9408dc">
     <topic>Matrix clients -- Prototype pollution in matrix-js-sdk</topic>
     <affects>