Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 15:25:34 GMT
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 37a01c8b2f7a - main - security/vuxml: Add amavisd-new vulnerability
Message-ID:  <202403171525.42HFPYJg014327@gitrepo.freebsd.org>

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

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

commit 37a01c8b2f7a4ca71c1ef9d7a689ba7d97ce694e
Author:     Florian Smeets <flo@FreeBSD.org>
AuthorDate: 2024-03-17 15:20:42 +0000
Commit:     Florian Smeets <flo@FreeBSD.org>
CommitDate: 2024-03-17 15:25:18 +0000

    security/vuxml: Add amavisd-new vulnerability
---
 security/vuxml/vuln/2024.xml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml
index 0997f7e82aec..93d54975a84d 100644
--- a/security/vuxml/vuln/2024.xml
+++ b/security/vuxml/vuln/2024.xml
@@ -1,3 +1,36 @@
+  <vuln vid="0a48e552-e470-11ee-99b3-589cfc0f81b0">
+    <topic>amavisd-new -- multipart boundary confusion</topic>
+    <affects>
+      <package>
+	<name>amavisd-new</name>
+	<range><lt>2.12.3</lt></range>
+      </package>
+    </affects>
+    <description>
+	<body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The Amavis project reports:</p>
+	<blockquote cite="https://gitlab.com/amavis/amavis/-/raw/v2.12.3/README_FILES/README.CVE-2024-28054">;
+	  <p>Emails which consist of multiple parts (`Content-Type: multipart/*`)
+	  incorporate boundary information stating at which point one part ends and the
+	  next part begins.</p>
+	  <p>A boundary is announced by an Content-Type header's `boundary` parameter. To
+	  our current knowledge, RFC2046 and RFC2045 do not explicitly specify how a
+	  parser should handle multiple boundary parameters that contain conflicting
+	  values. As a result, there is no canonical choice which of the values should or
+	  should not be used for mime part decomposition.</p>
+	</blockquote>
+	</body>
+    </description>
+    <references>
+      <cvename>CVE-2024-28054</cvename>
+      <url>https://gitlab.com/amavis/amavis/-/raw/v2.12.3/README_FILES/README.CVE-2024-28054</url>;
+    </references>
+    <dates>
+      <discovery>2024-03-14</discovery>
+      <entry>2024-03-17</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1ad3d264-e36b-11ee-9c27-40b034429ecf">
     <topic>typo3-{11,12} -- multiple vulnerabilities</topic>
     <affects>



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