CVE-2025-39846
BaseFortify
Publication date: 2025-09-19
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 5.10.244 |
| linux | linux_kernel | 6.1.153 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a NULL pointer dereference in the Linux kernel's pcmcia subsystem, specifically in the function __iodyn_find_io_region(). The issue occurs because the function pcmcia_make_resource() can fail and return NULL, but its result is used without checking for NULL in pci_bus_alloc_resource(), leading to a potential crash or instability. The fix involves adding a check to ensure the pointer is not NULL before it is dereferenced.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or become unstable due to a NULL pointer dereference when handling PCMCIA resources. This could lead to denial of service or system instability on affected systems.