Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2024 08:01:38 GMT
From:      Robert Nagy <rnagy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1f7cc421c065 - main - security/vuxml: add www/*chromium < 128.0.6613.119
Message-ID:  <202409030801.48381cj1066687@gitrepo.freebsd.org>

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

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

commit 1f7cc421c065f17f0c4b96b31e0bb8b8d3bfc6b8
Author:     Robert Nagy <rnagy@FreeBSD.org>
AuthorDate: 2024-09-03 08:00:49 +0000
Commit:     Robert Nagy <rnagy@FreeBSD.org>
CommitDate: 2024-09-03 08:01:31 +0000

    security/vuxml: add www/*chromium < 128.0.6613.119
    
    fix syntax while here
    
    Obtained from:  https://chromereleases.googleblog.com/2024/09/stable-channel-update-for-desktop.html
---
 security/vuxml/vuln/2024.xml | 54 ++++++++++++++++++++++++++++++++++++--------
 1 file changed, 45 insertions(+), 9 deletions(-)

diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml
index e52a8bdc8fe6..b19e07afa115 100644
--- a/security/vuxml/vuln/2024.xml
+++ b/security/vuxml/vuln/2024.xml
@@ -1,3 +1,38 @@
+  <vuln vid="26125e09-69ca-11ef-8a0f-a8a1599412c6">
+    <topic>chromium -- multiple security fixes</topic>
+    <affects>
+      <package>
+       <name>chromium</name>
+       <range><lt>128.0.6613.119</lt></range>
+      </package>
+      <package>
+       <name>ungoogled-chromium</name>
+       <range><lt>128.0.6613.119</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+       <p>Chrome Releases reports:</p>
+       <blockquote cite="https://chromereleases.googleblog.com/2024/09/stable-channel-update-for-desktop.html">;
+	 <p>This update includes 4 security fixes:</p>
+	 <ul>
+	    <li>[357391257] High CVE-2024-8362: Use after free in WebAudio. Reported by Cassidy Kim(@cassidy6564) on 2024-08-05</li>
+	    <li>[358485426] High CVE-2024-7970: Out of bounds write in V8. Reported by Cassidy Kim(@cassidy6564) on 2024-08-09</li>
+	 </ul>
+       </blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2024-8362</cvename>
+      <cvename>CVE-2024-7970</cvename>
+      <url>https://chromereleases.googleblog.com/2024/09/stable-channel-update-for-desktop.html</url>;
+    </references>
+    <dates>
+      <discovery>2024-09-02</discovery>
+      <entry>2024-09-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="eb437e17-66a1-11ef-ac08-75165d18d8d2">
     <topic>forgejo -- The scope of application tokens was not verified when writing containers or Conan packages.</topic>
     <affects>
@@ -10,15 +45,15 @@
 	<body xmlns="http://www.w3.org/1999/xhtml">;
 	<p>The forgejo team reports:</p>
 	<blockquote cite="https://codeberg.org/forgejo/forgejo/milestone/7728">;
-        <p>The scope of application tokens was not verified when writing
-        containers or Conan packages.  This is of no consequence when the
-        user associated with the application token does not have write
-        access to packages.  If the user has write access to packages, such
-        a token can be used to write containers and Conan packages.  An
-        application token that was used to write containers or Conan
-        packages without the package:write scope will now fail with an
-        unauthorized error.  It must be re-created to include the
-        package:write scope.</p>
+	<p>The scope of application tokens was not verified when writing
+	containers or Conan packages.  This is of no consequence when the
+	user associated with the application token does not have write
+	access to packages.  If the user has write access to packages, such
+	a token can be used to write containers and Conan packages.  An
+	application token that was used to write containers or Conan
+	packages without the package:write scope will now fail with an
+	unauthorized error.  It must be re-created to include the
+	package:write scope.</p>
 	</blockquote>
 	</body>
     </description>
@@ -30,6 +65,7 @@
       <entry>2024-08-30</entry>
     </dates>
   </vuln>
+
   <vuln vid="7e9cc7fd-6b3e-46c5-ad6d-409d90d41bbf">
     <topic>RabbitMQ-C -- auth credentials visible in commandline tool options</topic>
     <affects>



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