aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2024-06-20 19:48:06 +0000
committerMatthias Andree <mandree@FreeBSD.org>2024-06-20 19:50:47 +0000
commitab25013a46c43ed1df0fbc862fe9c937b810fe0b (patch)
tree9b803a4ef4a9bfe4fcc36c5c59e2ba0222b4c3e8
parent435c69340bd0941b33589eb7c65e9d27998eac88 (diff)
downloadports-ab25013a46c43ed1df0fbc862fe9c937b810fe0b.tar.gz
ports-ab25013a46c43ed1df0fbc862fe9c937b810fe0b.zip
security/vuxml: document two openvpn < 2.6.11 vulns
Security: 142c538e-b18f-40a1-afac-c479effadd5c Security: CVE-2024-5594 Security: CVE-2024-28882
-rw-r--r--security/vuxml/vuln/2024.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml
index 05bc812ea13f..761d8034f100 100644
--- a/security/vuxml/vuln/2024.xml
+++ b/security/vuxml/vuln/2024.xml
@@ -1,3 +1,31 @@
+ <vuln vid="142c538e-b18f-40a1-afac-c479effadd5c">
+ <topic>openvpn -- two security fixes</topic>
+ <affects>
+ <package>
+ <name>openvpn</name>
+ <range><lt>2.6.11</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Gert Doering reports that OpenVPN 2.6.11 fixes two security bugs (three on Windows):</p>
+ <blockquote cite="https://github.com/OpenVPN/openvpn/blob/v2.6.11/Changes.rst#security-fixes">
+ <p>CVE-2024-5594: control channel: refuse control channel messages with nonprintable characters in them. Security scope: a malicious openvpn peer can send garbage to openvpn log, or cause high CPU load. (Reynir Björnsson)</p>
+ <p>CVE-2024-28882: only call schedule_exit() once (on a given peer). Security scope: an authenticated client can make the server "keep the session" even when the server has been told to disconnect this client. (Reynir Björnsson)</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2024-5594</cvename>
+ <cvename>CVE-2024-28882</cvename>
+ <url>https://github.com/OpenVPN/openvpn/blob/v2.6.11/Changes.rst#security-fixes</url>
+ </references>
+ <dates>
+ <discovery>2024-05-16</discovery>
+ <entry>2024-06-20</entry>
+ </dates>
+ </vuln>
+
<vuln vid="007e7e77-2f06-11ef-8a0f-a8a1599412c6">
<topic>chromium -- multiple security fixes</topic>
<affects>