Bug 2396935 (CVE-2025-39846) - CVE-2025-39846 kernel: pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region()
Summary: CVE-2025-39846 kernel: pcmcia: Fix a NULL pointer dereference in __iodyn_find...
Keywords:
Status: NEW
Alias: CVE-2025-39846
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-19 16:02 UTC by OSIDB Bzimport
Modified: 2025-11-26 11:09 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-19 16:02:40 UTC
In the Linux kernel, the following vulnerability has been resolved:

pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region()

In __iodyn_find_io_region(), pcmcia_make_resource() is assigned to
res and used in pci_bus_alloc_resource(). There is a dereference of res
in pci_bus_alloc_resource(), which could lead to a NULL pointer
dereference on failure of pcmcia_make_resource().

Fix this bug by adding a check of res.


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