Bug 2388940 (CVE-2025-38542) - CVE-2025-38542 kernel: net: appletalk: Fix device refcount leak in atrtr_create()
Summary: CVE-2025-38542 kernel: net: appletalk: Fix device refcount leak in atrtr_crea...
Keywords:
Status: NEW
Alias: CVE-2025-38542
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-08-16 12:02 UTC by OSIDB Bzimport
Modified: 2025-08-18 13:57 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-08-16 12:02:43 UTC
In the Linux kernel, the following vulnerability has been resolved:

net: appletalk: Fix device refcount leak in atrtr_create()

When updating an existing route entry in atrtr_create(), the old device
reference was not being released before assigning the new device,
leading to a device refcount leak. Fix this by calling dev_put() to
release the old device reference before holding the new one.


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