Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2023 19:38:23 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: dded4914bc3a - main - security/vuxml: Add net-mgmt/cacti vulnerability
Message-ID:  <202301051938.305JcNrJ078876@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=dded4914bc3a4cfca23e131af011b2168cb08a34

commit dded4914bc3a4cfca23e131af011b2168cb08a34
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2023-01-05 19:30:21 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-01-05 19:34:06 +0000

    security/vuxml: Add net-mgmt/cacti vulnerability
    
    A command injection vulnerability allows an unauthenticated user to execute
    arbitrary code on a server running Cacti, if a specific data source was selected
    for any monitored device.
    
    PR:     268742
---
 security/vuxml/vuln/2023.xml | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml
index 02b856371427..8aeb8c6e8caa 100644
--- a/security/vuxml/vuln/2023.xml
+++ b/security/vuxml/vuln/2023.xml
@@ -1,3 +1,34 @@
+  <vuln vid="59c284f4-8d2e-11ed-9ce0-b42e991fc52e">
+    <topic> net-mgmt/cacti is vulnerable to remote command injection </topic>
+    <affects>
+      <package>
+	<name>cacti</name>
+	<range><lt>1.2.23</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>cacti team reports:</p>
+	<blockquote cite="https://github.com/Cacti/cacti/security/advisories/GHSA-6p93-p743-35gf">;
+          <p>
+	    A command injection vulnerability allows an
+	    unauthenticated user to execute arbitrary code on a server
+	    running Cacti, if a specific data source was selected for
+	    any monitored device.
+          </p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2022-46169</cvename>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2022-46169</url>;
+    </references>
+    <dates>
+      <discovery>12/05/2022</discovery>
+      <entry>2023-01-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="541696ed-8d12-11ed-af80-ecf4bbc0bda0">
     <topic>devel/viewvc-devel is vulnerable to cross-site scripting</topic>
     <affects>



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