Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2023 12:11:49 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: e18b56fd7af6 - main - security/vuxml: Add www/kanboard CVEs
Message-ID:  <202306061211.356CBn5i079669@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=e18b56fd7af6cf8d5e2425ad26218163fd7e2b3a

commit e18b56fd7af6cf8d5e2425ad26218163fd7e2b3a
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2023-06-06 11:03:37 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-06-06 12:05:47 +0000

    security/vuxml: Add www/kanboard CVEs
    
     * CVE-2023-33956: with Base Score 4.3 (MEDIUM)
     * CVE-2023-33968: with Base Score 5.4 (MEDIUM)
     * CVE-2023-33969: with Base Score 6.4 (MEDIUM)
     * CVE-2023-33970: with Base Score 5.4 (MEDIUM)
---
 security/vuxml/vuln/2023.xml | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml
index 26529c33d380..e3c3b60d42f9 100644
--- a/security/vuxml/vuln/2023.xml
+++ b/security/vuxml/vuln/2023.xml
@@ -1,3 +1,43 @@
+  <vuln vid="bfca647c-0456-11ee-bafd-b42e991fc52e">
+    <topic>Kanboard -- Multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>php80-kanboard</name>
+	<range><lt>1.2.30</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p></p>
+	<p>Kanboard is project management software that focuses on the Kanban
+	methodology. The last update includes 4 vulnerabilities:</p>
+	<p>security-advisories@github.com reports:</p>
+	<blockquote cite="https://github.com/kanboard/kanboard/commit/b501ef44bc28ee9cf603a4fa446ee121d66f652f">;
+	  <ul>
+	    <li>Missing access control in internal task links feature</li>
+	    <li>Stored Cross site scripting in the Task External Link Functionality in Kanboard</li>
+	    <li>Missing Access Control allows User to move and duplicate tasks in Kanboard</li>
+	    <li>Parameter based Indirect Object Referencing leading to private file exposure in Kanboard</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2023-33970</cvename>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2023-33970</url>;
+      <cvename>CVE-2023-33969</cvename>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2023-33969</url>;
+      <cvename>CVE-2023-33968</cvename>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2023-33968</url>;
+      <cvename>CVE-2023-33956</cvename>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2023-33956</url>;
+    </references>
+    <dates>
+      <discovery>2023-06-05</discovery>
+      <entry>2023-06-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="eb9a3c57-ff9e-11ed-a0d1-84a93843eb75">
     <topic>OpenSSL -- Possible DoS translating ASN.1 identifiers</topic>
     <affects>



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