Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2024 07:08:15 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3b46eb72e1df - main - security/vuxml: Document www/py-social-auth-app-django vulnerability
Message-ID:  <202404280708.43S78FHP072897@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=3b46eb72e1df4175f116e15a6db548c1de7b642c

commit 3b46eb72e1df4175f116e15a6db548c1de7b642c
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-04-28 07:04:00 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-04-28 07:04:00 +0000

    security/vuxml: Document www/py-social-auth-app-django vulnerability
---
 security/vuxml/vuln/2024.xml | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml
index 0436b705678f..13bc01b83dfc 100644
--- a/security/vuxml/vuln/2024.xml
+++ b/security/vuxml/vuln/2024.xml
@@ -1,3 +1,31 @@
+  <vuln vid="b3affee8-04d1-11ef-8928-901b0ef714d4">
+    <topic>py-social-auth-app-django -- Improper Handling of Case Sensitivity</topic>
+    <affects>
+      <package>
+	<name>py38-social-auth-app-django</name>
+	<name>py39-social-auth-app-django</name>
+	<name>py310-social-auth-app-django</name>
+	<name>py311-social-auth-app-django</name>
+	<range><lt>5.4.1</lt></range>
+      </package>
+    </affects>
+    <description>
+	<body xmlns="http://www.w3.org/1999/xhtml">;
+	<blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2024-32879">;
+	  <p>Python Social Auth is a social authentication/registration mechanism. Prior to version 5.4.1, due to default case-insensitive collation in MySQL or MariaDB databases, third-party authentication user IDs are not case-sensitive and could cause different IDs to match. This issue has been addressed by a fix released in version 5.4.1. An immediate workaround would be to change collation of the affected field.</p>
+	</blockquote>
+	</body>
+    </description>
+    <references>
+      <cvename>CVE-2024-32879</cvename>
+      <url>https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-2gr8-3wc7-xhj3</url>;
+    </references>
+    <dates>
+      <discovery>2024-04-24</discovery>
+      <entry>2024-04-28</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="7a42852d-0347-11ef-9f97-a8a1599412c6">
     <topic>chromium -- multiple security fixes</topic>
     <affects>



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