summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-200612-19.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /metadata/glsa/glsa-200612-19.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'metadata/glsa/glsa-200612-19.xml')
-rw-r--r--metadata/glsa/glsa-200612-19.xml63
1 files changed, 63 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200612-19.xml b/metadata/glsa/glsa-200612-19.xml
new file mode 100644
index 000000000000..523319126b1c
--- /dev/null
+++ b/metadata/glsa/glsa-200612-19.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="200612-19">
+ <title>pam_ldap: Authentication bypass vulnerability</title>
+ <synopsis>
+ pam_ldap contains a vulnerability that may allow a remote user with a
+ locked account to gain unauthorized system access.
+ </synopsis>
+ <product type="ebuild">pam_ldap</product>
+ <announced>2006-12-20</announced>
+ <revised>2006-12-20: 01</revised>
+ <bug>153916</bug>
+ <access>remote</access>
+ <affected>
+ <package name="sys-auth/pam_ldap" auto="yes" arch="*">
+ <unaffected range="ge">183</unaffected>
+ <vulnerable range="lt">183</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>
+ pam_ldap is a Pluggable Authentication Module which allows
+ authentication against LDAP directories.
+ </p>
+ </background>
+ <description>
+ <p>
+ Steve Rigler discovered that pam_ldap does not correctly handle
+ "PasswordPolicyResponse" control responses from an LDAP directory. This
+ causes the pam_authenticate() function to always succeed, even if the
+ previous authentication failed.
+ </p>
+ </description>
+ <impact type="low">
+ <p>
+ A locked user may exploit this vulnerability to bypass the LDAP
+ authentication mechanism, possibly gaining unauthorized access to the
+ system.
+ </p>
+ </impact>
+ <workaround>
+ <p>
+ There is no known workaround at this time.
+ </p>
+ </workaround>
+ <resolution>
+ <p>
+ All pam_ldap users should upgrade to the latest version:
+ </p>
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=sys-auth/pam_ldap-183"</code>
+ </resolution>
+ <references>
+ <uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5170">CVE-2006-5170</uri>
+ </references>
+ <metadata tag="submitter" timestamp="2006-12-19T16:57:27Z">
+ falco
+ </metadata>
+ <metadata tag="bugReady" timestamp="2006-12-19T16:58:04Z">
+ falco
+ </metadata>
+</glsa>