Date: Wed, 3 Oct 2018 13:46:36 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481160 - head/security/vuxml Message-ID: <201810031346.w93DkaM6098632@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Wed Oct 3 13:46:36 2018 New Revision: 481160 URL: https://svnweb.freebsd.org/changeset/ports/481160 Log: - Document django21 vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 3 13:37:14 2018 (r481159) +++ head/security/vuxml/vuln.xml Wed Oct 3 13:46:36 2018 (r481160) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="004d8c23-c710-11e8-98c7-000c29434208"> + <topic>Django -- password hash disclosure</topic> + <affects> + <package> + <name>py34-django21</name> + <name>py35-django21</name> + <name>py36-django21</name> + <name>py37-django21</name> + <range><lt>2.1.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Django release notes:</p> + <blockquote cite="https://docs.djangoproject.com/en/2.1/releases/2.1.2/"> + <p>CVE-2018-16984: Password hash disclosure to "view only" admin users</p> + <p>If an admin user has the change permission to the user model, only part + of the password hash is displayed in the change form. Admin users with the + view (but not change) permission to the user model were displayed the entire + hash. While it's typically infeasible to reverse a strong password hash, if + your site uses weaker password hashing algorithms such as MD5 or SHA1, it + could be a problem.</p> + </blockquote> + </body> + </description> + <references> + <url>https://docs.djangoproject.com/en/2.1/releases/2.1.2/</url> + <cvename>CVE-2018-16984</cvename> + </references> + <dates> + <discovery>2018-10-02</discovery> + <entry>2018-10-03</entry> + </dates> + </vuln> + <vuln vid="c4f39920-781f-4aeb-b6af-17ed566c4272"> <topic>mozilla -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810031346.w93DkaM6098632>