Bug 2350349 (CVE-2024-58058) - CVE-2024-58058 kernel: ubifs: skip dumping tnc tree when zroot is null
Summary: CVE-2024-58058 kernel: ubifs: skip dumping tnc tree when zroot is null
Keywords:
Status: NEW
Alias: CVE-2024-58058
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-03-06 16:01 UTC by OSIDB Bzimport
Modified: 2025-04-02 13:40 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-03-06 16:01:15 UTC
In the Linux kernel, the following vulnerability has been resolved:

ubifs: skip dumping tnc tree when zroot is null

Clearing slab cache will free all znode in memory and make
c->zroot.znode = NULL, then dumping tnc tree will access
c->zroot.znode which cause null pointer dereference.

Comment 1 Mauro Matteo Cascella 2025-03-06 17:59:37 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025030607-CVE-2024-58058-31d9@gregkh/T


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