[PATCH] Issue 50716 - CVE-2019-14824 (BZ#1748199) - deref plugin displays restricted...
authorMark Reynolds <mreynolds@redhat.com>
Wed, 13 Nov 2019 17:34:54 +0000 (12:34 -0500)
committerAnton Gladky <gladk@debian.org>
Mon, 24 Apr 2023 04:08:15 +0000 (05:08 +0100)
commitebd6471a6340ff84a3e9d2ffadede226de1b60bb
tree94e67b991bdcd663d4ba90d122838753fbc7f29b
parent367d835bb22f134d12f9dee5aa15754db9c3e74e
[PATCH] Issue 50716 - CVE-2019-14824 (BZ#1748199) - deref plugin displays restricted attributes

Bug Description:  If there is an ACI that allows "search" access to an attribute,
                  the deref plugin access control checks sees this is a "read"
                  privilege and returns the attribute's value.

Fix description:  For deref plugin we are only concerned with "read" access, not
                  "search" access.  Removed the SLAPI_ACL_SEARCH right flag when
                  checking access for an attribute.

relates: https://pagure.io/389-ds-base/issue/50716

Reviewed by: lkrispen & tbordaz(Thanks!)

Gbp-Pq: Name CVE-2019-14824.patch
ldap/servers/plugins/deref/deref.c