Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2023 06:30:57 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: abe49b255fe6 - main - security/vuxml: update www/gitea vulnerability
Message-ID:  <202307060630.3666UvXo000074@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=abe49b255fe64c279dd8ce95fba1fbfc7a3daeeb

commit abe49b255fe64c279dd8ce95fba1fbfc7a3daeeb
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2023-07-05 12:55:36 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-07-06 06:30:38 +0000

    security/vuxml: update www/gitea vulnerability
    
    Avoid open HTTP redirects.
    
    PR:     272380
---
 security/vuxml/vuln/2023.xml | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml
index 9f81ebf6adb7..91766ca9cd09 100644
--- a/security/vuxml/vuln/2023.xml
+++ b/security/vuxml/vuln/2023.xml
@@ -1,3 +1,31 @@
+  <vuln vid="8ea24413-1b15-11ee-9331-570525adb7f1">
+    <topic>gitea -- avoid open HTTP redirects</topic>
+    <affects>
+      <package>
+	<name>gitea</name>
+	<range><lt>1.19.4</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The Gitea team reports:</p>
+	<blockquote cite="https://github.com/go-gitea/gitea/pull/25143">;
+	  <p>If redirect_to parameter has set value starting with
+	    \\example.com redirect will be created with header Location:
+	    /\\example.com that will redirect to example.com domain.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://blog.gitea.io/2023/07/gitea-1.19.4-is-released/</url>;
+      <url>https://github.com/go-gitea/gitea/releases/tag/v1.19.4</url>;
+    </references>
+    <dates>
+      <discovery>2023-06-08</discovery>
+      <entry>2023-07-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="d1681df3-421e-4a63-95b4-a3d6e29d395d">
     <topic>electron{23,24} -- multiple vulnerabilities</topic>
     <affects>



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