ghsa-7jhx-j65p-qc96
Vulnerability from github
Published
2025-09-22 21:30
Modified
2025-09-22 21:30
VLAI Severity ?
Details
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.
{ "affected": [], "aliases": [ "CVE-2025-39846" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-09-19T16:15:43Z", "severity": null }, "details": "In the Linux kernel, the following vulnerability has been resolved:\n\npcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region()\n\nIn __iodyn_find_io_region(), pcmcia_make_resource() is assigned to\nres and used in pci_bus_alloc_resource(). There is a dereference of res\nin pci_bus_alloc_resource(), which could lead to a NULL pointer\ndereference on failure of pcmcia_make_resource().\n\nFix this bug by adding a check of res.", "id": "GHSA-7jhx-j65p-qc96", "modified": "2025-09-22T21:30:17Z", "published": "2025-09-22T21:30:17Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39846" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/2ee32c4c4f636e474cd8ab7c19a68cf36072ea93" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/44822df89e8f3386871d9cad563ece8e2fd8f0e7" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/4bd570f494124608a0696da070f00236a96fb610" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/5ff2826c998370bf7f9ae26fe802140d220e3510" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/b990c8c6ff50649ad3352507398e443b1e3527b2" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/ce3b7766276894d2fbb07e2047a171f9deb965de" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/d7286005e8fde0a430dc180a9f46c088c7d74483" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/fafa7450075f41d232bc785a4ebcbf16374f2076" } ], "schema_version": "1.4.0", "severity": [] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…