Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2023 13:24:27 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6451492b5354 - main - security/vuxml: register net/krill DoS vulnerability
Message-ID:  <202301231324.30NDORRX057655@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

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

commit 6451492b53545e19bc2761229143294c6503de8f
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2023-01-23 13:16:35 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-01-23 13:20:06 +0000

    security/vuxml: register net/krill DoS vulnerability
    
    CVE-2023-0158
    
    PR:     269050
---
 security/vuxml/vuln/2023.xml | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml
index 988af50ea071..f257d8d280e8 100644
--- a/security/vuxml/vuln/2023.xml
+++ b/security/vuxml/vuln/2023.xml
@@ -1,3 +1,40 @@
+  <vuln vid="7844789a-9b1f-11ed-9a3f-b42e991fc52e">
+    <topic>net/krill -- DoS vulnerability</topic>
+    <affects>
+      <package>
+	<name>krill</name>
+	<range><lt>0.12.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>MITRE reports:</p>
+	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0158">;
+	<p>
+		NLnet Labs Krill supports direct access to the RRDP repository
+		content through its built-in web server at the "/rrdp" endpoint.
+		Prior to 0.12.1 a direct query for any existing directory under
+		"/rrdp/", rather than an RRDP file such as "/rrdp/notification.xml"
+		as would be expected, causes Krill to crash. If the built-in "/rrdp"
+		endpoint is exposed directly to the internet, then malicious remote
+		parties can cause the publication server to crash. The repository
+		content is not affected by this, but the availability of the server
+		and repository can cause issues if this attack is persistent and is
+		not mitigated. .
+	</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2023-0158</cvename>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0158</url>;
+    </references>
+    <dates>
+      <discovery>2023-01-10</discovery>
+      <entry>2023-01-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="bba3f684-9b1d-11ed-9a3f-b42e991fc52e">
     <topic>www/awstats -- Partial absolute pathname</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301231324.30NDORRX057655>