Bug 2502380 (CVE-2026-64015) - CVE-2026-64015 kernel: security/keys: fix missed RCU read section on lookup
Summary: CVE-2026-64015 kernel: security/keys: fix missed RCU read section on lookup
Keywords:
Status: NEW
Alias: CVE-2026-64015
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-19 16:04 UTC by OSIDB Bzimport
Modified: 2026-09-10 05:40 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2026:65334 0 None None None 2026-09-08 11:35:16 UTC
Red Hat Product Errata RHSA-2026:66324 0 None None None 2026-09-10 05:18:41 UTC
Red Hat Product Errata RHSA-2026:66325 0 None None None 2026-09-10 05:40:00 UTC

Description OSIDB Bzimport 2026-07-19 16:04:56 UTC
In the Linux kernel, the following vulnerability has been resolved:

security/keys: fix missed RCU read section on lookup

Nicholas Carlini reports that the keyring code calls assoc_array_find()
in find_key_to_update() without holding the RCU read lock, while the
assoc_array_gc() code really is designed around removing the node from
the tree and then freeing it after an RCU grace-period.

The regular key handling doesn't see this because holding the keyring
semaphore hides any lifetime issues, but the persistent key handling
uses a different model.

Instead of extending the keyring locking, just do the simple RCU locking
that the assoc_array was designed for.

Comment 3 errata-xmlrpc 2026-09-08 11:35:15 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10

Via RHSA-2026:65334 https://access.redhat.com/errata/RHSA-2026:65334

Comment 4 errata-xmlrpc 2026-09-10 05:18:40 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:66324 https://access.redhat.com/errata/RHSA-2026:66324

Comment 5 errata-xmlrpc 2026-09-10 05:40:00 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:66325 https://access.redhat.com/errata/RHSA-2026:66325


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