From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E9F24385AC11; Thu, 25 Aug 2022 09:11:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E9F24385AC11 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661418674; bh=c4ApODeLeAdYLORzWOOjCZKBLt/drptF6YykakKXHyg=; h=From:To:Subject:Date:From; b=QrYiuZya0HYITcNF6aMHK7iwG9u6NnTo/x7FzE6K4lcXCt3YRG0JkgXl4MvzQYaAK f7dUaAoNI6sPfghPDpFebFv8oejWZqnspybPkTg/C+aV/KOveCSA5TeSX9M854jIzG MeGtUSoM6CZ8nPWT6YXYAhFJ9oeDjzg8sNN427wE= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/29522] New: Missing invalidation of the link map cache in __cxa_thread_atexit_impl Date: Thu, 25 Aug 2022 09:11:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: 2.37 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29522 Bug ID: 29522 Summary: Missing invalidation of the link map cache in __cxa_thread_atexit_impl Product: glibc Version: 2.37 Status: NEW Severity: normal Priority: P2 Component: dynamic-link Assignee: unassigned at sourceware dot org Reporter: fweimer at redhat dot com Target Milestone: --- Flags: security- __cxa_thread_atexit_impl uses the TLS variables dso_symbol_cache and lm_cac= he, but the cache is not invalidated in dlclose. This means there is an ABA bug, and we could use the wrong link map for a stale dso_symbol value. --=20 You are receiving this mail because: You are on the CC list for the bug.=