git: bfa25459fcfa - main - security/vuxml: Document CVE-2021-29376 for irc/ircII

Kevin Bowling kbowling at FreeBSD.org
Tue Jun 15 15:48:33 UTC 2021


The branch main has been updated by kbowling:

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

commit bfa25459fcfaf5bcb4803ff598d72208fd920580
Author:     Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-06-15 15:46:39 +0000
Commit:     Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-06-15 15:48:20 +0000

    security/vuxml: Document CVE-2021-29376 for irc/ircII
    
    PR:             255492
    Reported by:    Andrew Gierth <andrew at tao11.riddles.org.uk>
---
 security/vuxml/vuln.xml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 3766ec508c13..b6888cba5bb4 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -76,6 +76,33 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="9f27ac74-cdee-11eb-930d-fc4dd43e2b6a">
+    <topic>ircII -- denial of service</topic>
+    <affects>
+      <package>
+	<name>ircii</name>
+	<range><lt>20210314</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Michael Ortmann reports:</p>
+	<blockquote cite="https://www.openwall.com/lists/oss-security/2021/03/24/2">
+	  <p>ircii has a bug in parsing CTCP UTC messages.</p>
+	  <p>Its unknown if this could also be used for arbitrary code execution.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2021-29376</cvename>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29376</url>
+    </references>
+    <dates>
+      <discovery>2021-03-02</discovery>
+      <entry>2021-03-30</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="cce76eca-ca16-11eb-9b84-d4c9ef517024">
     <topic>Apache httpd -- Multiple vulnerabilities</topic>
     <affects>


More information about the dev-commits-ports-main mailing list