diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-02-20 13:58:19 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-02-20 13:58:19 +0000 |
commit | a3f2f050cc2e964d2fb5859198a34e90def9728d (patch) | |
tree | b7bcd8c88f7ea87bc876825d8f8d93df008a3fb4 | |
parent | Update to 0.08208. (diff) |
- add an entry for net/nss-pam-ldapd stack-based buffer overflow
According to advisory, vulnerability exists in nss-pam-ldapd < 0.8.11,
but since we never had this version in the ports tree, mark everything
< 0.8.12 as vulnerable.
PR: 176293
Submitted by: pluknet
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 940a9e5f225e..14aedf59fdd0 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,35 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="58c15292-7b61-11e2-95da-001e8c1a8a0e"> + <topic>nss-pam-ldapd -- file descriptor buffer overflow</topic> + <affects> + <package> + <name>nss-pam-ldapd</name> + <range><lt>0.8.12</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Garth Mollett reports:</p> + <blockquote cite="http://arthurdejong.org/nss-pam-ldapd/CVE-2013-0288"> + <p>A file descriptor overflow issue in the use of FD_SET() + in nss-pam-ldapd can lead to a stack-based buffer overflow. + An attacker could, under some circumstances, use this flaw + to cause a process that has the NSS or PAM module loaded to + crash or potentially execute arbitrary code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2013-0288</cvename> + </references> + <dates> + <discovery>2013-02-18</discovery> + <entry>2013-02-20</entry> + </dates> + </vuln> + <vuln vid="1c8a039b-7b23-11e2-b17b-20cf30e32f6d"> <topic>bugzilla -- multiple vulnerabilities</topic> <affects> |