In the Linux kernel, the following vulnerability has been resolved:
ixgbe: fix pci device refcount leak
As the comment of pci_get_domain_bus_and_slot() says, it
returns a PCI device with refcount incremented, when finish
using it, the caller must decrement the reference count by
calling pci_dev_put().
In ixgbe_get_first_secondary_devfn() and ixgbe_x550em_a_has_mii(),
pci_dev_put() is called to avoid leak.
References
Configurations
Configuration 1 (hide)
|
History
11 Sep 2024, 16:06
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References | () https://git.kernel.org/stable/c/112df4cd2b09acd64bcd18f5ef83ba5d07b34bf0 - Patch | |
References | () https://git.kernel.org/stable/c/4c93422a54cd6a349988f42e1c6bf082cf4ea9d8 - Patch | |
References | () https://git.kernel.org/stable/c/53cefa802f070d46c0c518f4865be2c749818a18 - Patch | |
References | () https://git.kernel.org/stable/c/b93fb4405fcb5112c5739c5349afb52ec7f15c07 - Patch | |
References | () https://git.kernel.org/stable/c/c49996c6aa03590e4ef5add8772cb6068d99fd59 - Patch | |
CWE | CWE-401 | |
CPE | cpe:2.3:o:linux:linux_kernel:6.2:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.2:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.2:rc2:*:*:*:*:*:* |
|
First Time |
Linux linux Kernel
Linux |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
21 Aug 2024, 07:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-08-21 07:15
Updated : 2024-09-11 16:06
NVD link : CVE-2022-48896
Mitre link : CVE-2022-48896
CVE.ORG link : CVE-2022-48896
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime