diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-08-18 15:21:51 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-08-18 15:21:51 +0000 |
commit | 5656e77783d50ed60a96d7d28d4a600c7ceaf79c (patch) | |
tree | f4dd48521fc431a53b2639f77a0c681801aba3a9 | |
parent | ee0b82140bf31b974a222442bbfd8926d2cecbae (diff) | |
download | freebsd-ports-5656e77783d50ed60a96d7d28d4a600c7ceaf79c.zip |
Document x11/xdm vulnerability CVE-2013-2179
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index db5998c3e631..0be9689c6c47 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="d905b219-c1ca-11e9-8c46-0c9d925bbbc0"> + <topic>xdm -- remote denial of service</topic> + <affects> + <package> + <name>xdm</name> + <range><lt>1.1.12</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>nvd.nist.gov reports</p> + <blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2013-2179"> + <p>X.Org xdm 1.1.10, 1.1.11, and possibly other versions, + when performing authentication using certain implementations of + the crypt API function that can return NULL, allows remote + attackers to cause a denial of service (NULL pointer dereference + and crash) by attempting to log into an account whose password + field contains invalid characters, as demonstrated using the crypt + function from glibc 2.17 and later with (1) the "!" character in + the salt portion of a password field or (2) a password that has + been encrypted using DES or MD5 in FIPS-140 mode.</p> + </blockquote> + </body> + </description> + <references> + <url>https://nvd.nist.gov/vuln/detail/CVE-2013-2179</url> + <cvename>CVE-2013-2179</cvename> + </references> + <dates> + <discovery>2013-06-07</discovery> + <entry>2019-08-18</entry> + </dates> + </vuln> + <vuln vid="d51b52cf-c199-11e9-b13f-001b217b3468"> <topic>Libgit2 -- multiple vulnerabilities</topic> <affects> |