Bug 2400594 (CVE-2025-39902) - CVE-2025-39902 kernel: mm/slub: avoid accessing metadata when pointer is invalid in object_err()
Summary: CVE-2025-39902 kernel: mm/slub: avoid accessing metadata when pointer is inva...
Keywords:
Status: NEW
Alias: CVE-2025-39902
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-01 08:01 UTC by OSIDB Bzimport
Modified: 2026-08-17 16:51 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:55764 0 None None None 2026-08-17 16:51:15 UTC
Red Hat Product Errata RHSA-2026:55765 0 None None None 2026-08-17 15:30:01 UTC

Description OSIDB Bzimport 2025-10-01 08:01:24 UTC
In the Linux kernel, the following vulnerability has been resolved:

mm/slub: avoid accessing metadata when pointer is invalid in object_err()

object_err() reports details of an object for further debugging, such as
the freelist pointer, redzone, etc. However, if the pointer is invalid,
attempting to access object metadata can lead to a crash since it does
not point to a valid object.

One known path to the crash is when alloc_consistency_checks()
determines the pointer to the allocated object is invalid because of a
freelist corruption, and calls object_err() to report it. The debug code
should report and handle the corruption gracefully and not crash in the
process.

In case the pointer is NULL or check_valid_pointer() returns false for
the pointer, only print the pointer value and skip accessing metadata.

Comment 3 errata-xmlrpc 2026-08-17 15:30:00 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

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

Comment 4 errata-xmlrpc 2026-08-17 16:51:14 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

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


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