Bug 2363266 (CVE-2025-23155) - CVE-2025-23155 kernel: net: stmmac: Fix accessing freed irq affinity_hint
Summary: CVE-2025-23155 kernel: net: stmmac: Fix accessing freed irq affinity_hint
Keywords:
Status: NEW
Alias: CVE-2025-23155
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-05-01 14:01 UTC by OSIDB Bzimport
Modified: 2025-05-02 05:24 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-05-01 14:01:16 UTC
In the Linux kernel, the following vulnerability has been resolved:

net: stmmac: Fix accessing freed irq affinity_hint

The cpumask should not be a local variable, since its pointer is saved
to irq_desc and may be accessed from procfs.
To fix it, use the persistent mask cpumask_of(cpu#).

Comment 1 Avinash Hanwate 2025-05-02 05:13:32 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025050129-CVE-2025-23155-a9c4@gregkh/T


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