RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1636172 - crash in ldb_msg_find_ldb_val
Summary: crash in ldb_msg_find_ldb_val
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: sssd
Version: 6.10
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Michal Zidek
QA Contact: sssd-qe
URL:
Whiteboard:
: 1602025 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-10-04 16:04 UTC by German Parente
Modified: 2022-03-13 15:41 UTC (History)
12 users (show)

Fixed In Version: sssd-1.13.3-60.el6_10.2
Doc Type: Bug Fix
Doc Text:
Previously, there was an unchecked return value in the sssd_pam module code. As a consequence, sssd_pam sometimes terminated unexpectedly. With this update, the return value from function in question is properly checked. As a result, sssd_pam no longer crashes.
Clone Of:
Environment:
Last Closed: 2019-01-15 13:21:04 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2019:0063 0 None None None 2019-01-15 13:21:07 UTC

Description German Parente 2018-10-04 16:04:16 UTC
Description of problem:

seems this should be a backport of
 
https://bugzilla.redhat.com/show_bug.cgi?id=1366266

to RHEL6:
=========================
        if (preq->pd->name_is_upn) {
            ret = sysdb_search_user_by_upn(preq, dom, name, user_attrs, &msg);

            /* Since sysdb_search_user_by_upn() searches the whole cache we
             * have to set the domain so that it matches the result. */
            sysdb_name = ldb_msg_find_attr_as_string(msg, SYSDB_NAME, NULL);
            if (sysdb_name == NULL) {
                DEBUG(SSSDBG_CRIT_FAILURE, "Cached entry has no name.\n");
                return EINVAL;
            }

================================

A customer is hitting this bug. where the sysdb_search_user_by_upn ret is not checked.

Version-Release number of selected component (if applicable): sssd-1.13.3-60.el6

Comment 9 Michal Zidek 2018-11-07 14:15:50 UTC
Hello Namita,

can you please QE ack for this 6.10.z BZ.

Comment 18 errata-xmlrpc 2019-01-15 13:21:04 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2019:0063

Comment 19 Martin Kosek 2019-05-14 12:26:43 UTC
*** Bug 1602025 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.