First published: Fri May 09 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: PCI: Fix reference leak in pci_register_host_bridge() If device_register() fails, call put_device() to give up the reference to avoid a memory leak, per the comment at device_register(). Found by code review. [bhelgaas: squash Dan Carpenter's double free fix from https://lore.kernel.org/r/db806a6c-a91b-4e5a-a84b-6b7e01bdac85@stanley.mountain]
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-37836 has been classified as a medium severity vulnerability due to its potential to cause a memory leak.
To fix CVE-2025-37836, ensure that you update your Linux kernel to the latest stable version that includes the patch for this vulnerability.
CVE-2025-37836 affects various versions of the Linux kernel, and users should check the specific versions for details on the vulnerability.
CVE-2025-37836 impacts the PCI subsystem within the Linux kernel due to a reference leak in the pci_register_host_bridge() function.
There are no known active exploits for CVE-2025-37836 at this time, but users are encouraged to apply patches promptly.